vibe-coding-master 0.6.15 → 0.6.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1656,7 +1656,7 @@ Required work:
1656
1656
  - Run .ai/tools/generate-public-surface from the target task worktree after module-index.json exists.
1657
1657
  - Add or update project-specific Project Context and Project Constraints in target CLAUDE.md above the VCM managed block.
1658
1658
  - Fill target docs/ARCHITECTURE.md with project-level module overview, responsibilities, relationships, dependency direction, project-wide constraints, and links to module-level architecture docs.
1659
- - Create or update target module-level ARCHITECTURE.md files for clear module boundaries listed by module-index.json.
1659
+ - Create or update target module-level ARCHITECTURE.md files for clear non-root module boundaries with architectureDoc paths in module-index.json.
1660
1660
  - Fill target docs/TESTING.md with project-native validation levels, commands, validation selection rules, final-validation cleanup, test layout, integration/E2E case lists, generated-context freshness checks, and known testing gaps.
1661
1661
  - Review git status and git diff in the target task worktree.
1662
1662
  - Stage only allowed bootstrap harness changes and create a commit in the target task worktree.
@@ -17,7 +17,7 @@ This skill is an operating procedure. It does not replace the deterministic VCM
17
17
  1. Generate context when supported: run \`.ai/tools/generate-module-index\`, then run \`.ai/tools/generate-public-surface\` after \`module-index.json\` exists.
18
18
  2. Inspect the project: read \`README.md\`, read \`CLAUDE.md\`, durable project docs, project manifests/config, source layout, tests, and existing validation commands.
19
19
  3. Fill project context: add or update non-managed project facts in \`CLAUDE.md\` above the VCM managed block.
20
- 4. Fill durable docs: update \`docs/ARCHITECTURE.md\`, module-level \`ARCHITECTURE.md\` files, and \`docs/TESTING.md\` with detailed project-specific content.
20
+ 4. Fill durable docs: update \`docs/ARCHITECTURE.md\`, module-level \`ARCHITECTURE.md\` files for clear non-root module boundaries, and \`docs/TESTING.md\` with detailed project-specific content.
21
21
  5. Preserve user-authored content and VCM managed blocks.
22
22
  6. Review \`git status\` and \`git diff\`.
23
23
  7. Stage only allowed bootstrap harness changes and create a commit in the active task worktree.
@@ -29,7 +29,7 @@ This skill is an operating procedure. It does not replace the deterministic VCM
29
29
  - \`docs/ARCHITECTURE.md\`
30
30
  - \`docs/TESTING.md\`
31
31
  - \`docs/known-issues.md\` only for confirmed durable issues
32
- - module-level \`ARCHITECTURE.md\` files
32
+ - module-level \`ARCHITECTURE.md\` files for clear non-root module boundaries
33
33
  - \`.ai/generated/module-index.json\`
34
34
  - \`.ai/generated/public-surface.json\`
35
35
 
@@ -55,7 +55,8 @@ This skill is an operating procedure. It does not replace the deterministic VCM
55
55
 
56
56
  ### Module-Level \`ARCHITECTURE.md\`
57
57
 
58
- - Create or update one module-level \`ARCHITECTURE.md\` for each clear module boundary.
58
+ - Create or update one module-level \`ARCHITECTURE.md\` for each clear non-root module boundary with an \`architectureDoc\` path in \`.ai/generated/module-index.json\`.
59
+ - Do not create a root-level \`ARCHITECTURE.md\` only because the root package exists.
59
60
  - Document module boundaries, responsibilities, allowed dependencies, important behavior, important public surface explanations, risks, and update triggers.
60
61
  - Keep complete public API listings in \`.ai/generated/public-surface.json\`; module docs should explain meaning and design intent, not duplicate the full generated index.
61
62