Move consume artifacts to artifact store
This commit is contained in:
10
AGENTS.md
10
AGENTS.md
@@ -1,12 +1,12 @@
|
||||
# skills
|
||||
|
||||
Personal agent skills packaged through Nix.
|
||||
The domain glossary lives in `.agents/CONTEXT.md`.
|
||||
The domain glossary lives at `$(xdg-user-dir DOCUMENTS)/ai-artifacts/projects/skills/CONTEXT.md`.
|
||||
|
||||
## Conventions
|
||||
|
||||
- `AGENTS.md` and `.agents/` are canonical for agent-facing project instructions, context, ADRs, specs, tasks, and project-local skill links.
|
||||
`CLAUDE.md` and `.claude/` exist only as Claude Code compatibility surfaces.
|
||||
- `AGENTS.md` is canonical for project instructions.
|
||||
Context, ADRs, specs, and tasks live under `$(xdg-user-dir DOCUMENTS)/ai-artifacts/projects/skills/`.
|
||||
- Skill source lives under `skills/<name>/`.
|
||||
Do not edit generated links under `.agents/skills/` or `.claude/skills/` as source.
|
||||
- Run `nix flake check` before considering a repository-wide change complete.
|
||||
@@ -16,5 +16,5 @@ The domain glossary lives in `.agents/CONTEXT.md`.
|
||||
|
||||
## Gotchas
|
||||
|
||||
- The vault write area remains `01 sources/claude/` for now.
|
||||
That path is a historical vault taxonomy and is not the canonical project metadata namespace.
|
||||
- The development environment does not provide `python3` by default.
|
||||
Use available project tools instead of assuming Python is installed.
|
||||
|
||||
Reference in New Issue
Block a user