@ngocsangairvds/vsaf 3.0.11 → 3.1.0
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.
- package/.claude/skills/gitnexus/gitnexus-cli/SKILL.md +1 -1
- package/.claude/skills/graphify/SKILL.md +1 -1303
- package/.claude/skills/vsaf-build/SKILL.md +52 -16
- package/.claude/skills/vsaf-discover/SKILL.md +92 -0
- package/.claude/skills/vsaf-doc/SKILL.md +11 -42
- package/.claude/skills/vsaf-doc-prd/SKILL.md +57 -0
- package/.claude/skills/vsaf-doc-srs/SKILL.md +169 -0
- package/.claude/skills/vsaf-docs/SKILL.md +81 -0
- package/.claude/skills/vsaf-onboard/SKILL.md +4 -6
- package/.claude/skills/vsaf-plan/SKILL.md +20 -15
- package/.claude/skills/vsaf-ship/SKILL.md +36 -18
- package/.claude/skills/vsaf-sprint/SKILL.md +111 -0
- package/.claude/skills/vsaf-test/SKILL.md +29 -7
- package/README.md +91 -26
- package/_bmad/bmm/1-analysis/bmad-document-project/templates/srs-feature-template.md +669 -0
- package/_bmad/bmm/1-analysis/bmad-document-project/templates/srs-system-template.md +430 -0
- package/assets/templates/CLAUDE.md +8 -29
- package/package.json +1 -1
- package/src/workflow.js +7 -1
|
@@ -22,7 +22,7 @@ Run from the project root. This parses all source files, builds the knowledge gr
|
|
|
22
22
|
| `--force` | Force full re-index even if up to date |
|
|
23
23
|
| `--embeddings` | Enable embedding generation for semantic search (off by default) |
|
|
24
24
|
|
|
25
|
-
**When to run:** First time in a project, after major code changes, or when `gitnexus://repo/{name}/context` reports the index is stale.
|
|
25
|
+
**When to run:** First time in a project, after major code changes, or when `gitnexus://repo/{name}/context` reports the index is stale. In Claude Code, a PostToolUse hook runs `analyze` automatically after `git commit` and `git merge`, preserving embeddings if previously generated.
|
|
26
26
|
|
|
27
27
|
### status — Check index freshness
|
|
28
28
|
|