ai-ops-cli 1.3.0 → 1.4.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/README.ko.md +13 -2
- package/README.md +13 -2
- package/data/context-layer/AGENTS.md +4 -3
- package/data/context-layer/docs/agent/rules/00-agent-baseline.md +2 -1
- package/data/context-layer/docs/agent/terminology.md +39 -0
- package/data/context-layer/docs/business/terminology.md +61 -0
- package/data/packs/spec-lifecycle/docs/specs/README.ko.md +1 -0
- package/data/packs/spec-lifecycle/docs/specs/README.md +1 -0
- package/data/skills/skill-registry.json +2 -2
- package/data/skills/task-skills/context-promotion-review/SKILL.md +26 -16
- package/data/skills/task-skills/{spec-shared-glossary-sync → project-terminology-sync}/SKILL.md +25 -16
- package/data/skills/task-skills/project-terminology-sync/agents/openai.yaml +6 -0
- package/data/skills/task-skills/{spec-shared-glossary-sync → project-terminology-sync}/references/checklist.md +5 -5
- package/data/skills/task-skills/{spec-shared-glossary-sync → project-terminology-sync}/references/template.md +19 -18
- package/data/skills/task-skills/spec-baseline-sync/SKILL.md +4 -4
- package/data/skills/task-skills/spec-product-01-idea-to-brief/SKILL.md +3 -3
- package/data/skills/task-skills/spec-product-02-brief-to-technical-context/SKILL.md +3 -3
- package/data/skills/task-skills/spec-product-03-brief-to-product-spec/SKILL.md +3 -3
- package/data/skills/task-skills/spec-product-05-spec-to-work-packets/SKILL.md +3 -3
- package/dist/bin/index.js +1210 -316
- package/dist/bin/index.js.map +1 -1
- package/package.json +1 -1
- package/data/skills/task-skills/spec-shared-glossary-sync/agents/openai.yaml +0 -6
|
@@ -50,10 +50,10 @@ Keep this pass lightweight and product-facing.
|
|
|
50
50
|
|
|
51
51
|
Use [references/template.md](references/template.md) when drafting the file.
|
|
52
52
|
|
|
53
|
-
##
|
|
53
|
+
## Terminology Rule
|
|
54
54
|
|
|
55
|
-
- Check `./docs/
|
|
56
|
-
- After writing the target document, `
|
|
55
|
+
- Check `./docs/business/terminology.md` if it exists and the product spec introduces or chooses domain terms, entity names, state names, or user-facing labels.
|
|
56
|
+
- After writing the target document, `project-terminology-sync` is recommended because product specs often add or refine canonical vocabulary.
|
|
57
57
|
|
|
58
58
|
## Required Sections
|
|
59
59
|
|
|
@@ -130,10 +130,10 @@ Use these references while drafting:
|
|
|
130
130
|
- [references/work-packet-template.md](references/work-packet-template.md)
|
|
131
131
|
- [references/stitch-html-review.md](references/stitch-html-review.md) only when initial Stitch HTML exists and materially helps UI packet boundaries
|
|
132
132
|
|
|
133
|
-
##
|
|
133
|
+
## Terminology Rule
|
|
134
134
|
|
|
135
|
-
- Check `./docs/
|
|
136
|
-
- Do not run `
|
|
135
|
+
- Check `./docs/business/terminology.md` if packet wording could drift from established entity, state, or UI terminology.
|
|
136
|
+
- Do not run `project-terminology-sync` by default after packet generation. Run it only if packeting surfaced meaningful new terms or clear terminology collisions.
|
|
137
137
|
|
|
138
138
|
## Mermaid Rule
|
|
139
139
|
|