Move consume artifacts to artifact store

This commit is contained in:
2026-07-30 00:24:52 -04:00
parent fb16c891b2
commit 6bb3242e7f
8 changed files with 41 additions and 49 deletions

View File

@@ -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.