feat: add artifact-backed Wayfinder workflow #19

Merged
alexion merged 6 commits from wayfinder into main 2026-07-31 10:45:12 -04:00
Showing only changes of commit 181dcc7a9e - Show all commits

View File

@@ -32,3 +32,5 @@ The domain glossary lives at `$(xdg-user-dir DOCUMENTS)/ai-artifacts/projects/sk
In-process execution is the baseline, while isolation and parallelism belong to an external caller or runtime. In-process execution is the baseline, while isolation and parallelism belong to an external caller or runtime.
- When adapting an upstream skill, preserve mechanics the upstream skill leaves unspecified. - When adapting an upstream skill, preserve mechanics the upstream skill leaves unspecified.
Customize only the surfaces required to fit the local workflow rather than turning incidental choices into new contracts. Customize only the surfaces required to fit the local workflow rather than turning incidental choices into new contracts.
- The installed `gitea-axi pr view` does not support `--fields`.
Use plain `gitea-axi pr view <number>`.