open source is social v-it.org
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Unify AGENTS.md and CLAUDE.md into single source of truth

CLAUDE.md is now the primary file with all dev guidelines.
AGENTS.md is a symlink to CLAUDE.md so both filenames work.
Incorporated the vocabulary alignment rule from AGENTS.md into
CLAUDE.md's Development Principles section.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

+2 -9
+1 -9
AGENTS.md
··· 1 - # Agents 2 - 3 - ## Vocabulary alignment 4 - 5 - VOCAB.md is the source of truth for all project terminology. 6 - 7 - All project descriptions, CLI help strings, documentation, and skill files must use terminology consistent with VOCAB.md. 8 - 9 - When VOCAB.md is updated, propagate changes to every file that references vit's vocabulary in the same commit. 1 + CLAUDE.md
+1
CLAUDE.md
··· 29 29 - **Simple code** - Prefer plain functions. Keep scripts self-contained. 30 30 - **DRY, KISS** - Extract common logic, prefer simple solutions. 31 31 - **Fail fast** - Validate inputs and external state early. Clear error messages. 32 + - **Vocabulary alignment** - `VOCAB.md` is the source of truth for all project terminology. All project descriptions, CLI help strings, documentation, and skill files must use terminology consistent with VOCAB.md. When VOCAB.md is updated, propagate changes to every file that references vit's vocabulary in the same commit. 32 33 33 34 ## Verification 34 35