33This file provides guidance to Claude Code (claude.ai/code) when
44working with code in this repository.
55
6- ** Standards reference** : < https://github.com/wphillipmoore/standards-and-conventions >
7- — active standards documentation lives in the standard -tooling repository under ` docs/ ` .
8- Repository profile: ` standard-tooling .toml` .
6+ ** Standards reference** : < https://github.com/vergil-project/vergil-tooling >
7+ — active standards documentation lives in the vergil -tooling repository under ` docs/ ` .
8+ Repository profile: ` vergil .toml` .
99
1010## Memory management
1111
@@ -16,9 +16,9 @@ plugin/skill issue) before writing. See that file for the full
1616workflow.
1717
1818Available skills:
19- - ` /standard-tooling :memory-init ` — set up or update the policy header
19+ - ` /vergil :memory-init ` — set up or update the policy header
2020 in a project's ` MEMORY.md ` .
21- - ` /standard-tooling :memory-audit ` — structured collaborative review
21+ - ` /vergil :memory-audit ` — structured collaborative review
2222 of memory files.
2323
2424## Parallel AI agent development
@@ -29,9 +29,9 @@ while preserving shared project memory (which Claude Code derives from the
2929session's starting CWD).
3030
3131** Canonical spec:**
32- [ ` standard -tooling/docs/specs/worktree-convention.md` ] ( https://github.com/wphillipmoore/standard -tooling/blob/develop/docs/specs/worktree-convention.md )
32+ [ ` vergil -tooling/docs/specs/worktree-convention.md` ] ( https://github.com/vergil-project/vergil -tooling/blob/develop/docs/specs/worktree-convention.md )
3333— full rationale, trust model, failure modes, and memory-path implications.
34- The canonical text lives in ` standard -tooling` ; this section is the local
34+ The canonical text lives in ` vergil -tooling` ; this section is the local
3535on-ramp.
3636
3737### Structure
@@ -109,9 +109,9 @@ a real MQ queue manager.
109109### Standard Tooling
110110
111111``` bash
112- cd ../standard -tooling && uv sync # Install standard -tooling
113- export PATH=" ../standard -tooling/.venv/bin:../standard -tooling/scripts/bin:$PATH " # Put tools on PATH
114- git config core.hooksPath ../standard -tooling/scripts/lib/git-hooks # Enable git hooks
112+ cd ../vergil -tooling && uv sync # Install vergil -tooling
113+ export PATH=" ../vergil -tooling/.venv/bin:../vergil -tooling/scripts/bin:$PATH " # Put tools on PATH
114+ git config core.hooksPath ../vergil -tooling/scripts/lib/git-hooks # Enable git hooks
115115```
116116
117117### Environment Setup
@@ -169,7 +169,7 @@ Consuming repositories depend on these stable details:
169169
170170- ** Local development** : Consuming repos reference this repo as a
171171 sibling directory (` ../mq-rest-admin-dev-environment ` ) — same pattern as
172- ` ../standards-and-conventions `
172+ ` ../vergil-tooling `
173173- ** CI** : Reusable GitHub Actions workflow (or composite action) that
174174 starts the MQ containers, seeds them, and makes them available to
175175 the calling workflow's test jobs
@@ -192,7 +192,7 @@ seed/
192192docs/
193193 plans/ # Decision documents
194194 repository-standards.md
195- standards-and-conventions .md
195+ vergil-tooling .md
196196```
197197
198198## Key References
0 commit comments