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.
Files changed (23) hide show
  1. package/README.ko.md +13 -2
  2. package/README.md +13 -2
  3. package/data/context-layer/AGENTS.md +4 -3
  4. package/data/context-layer/docs/agent/rules/00-agent-baseline.md +2 -1
  5. package/data/context-layer/docs/agent/terminology.md +39 -0
  6. package/data/context-layer/docs/business/terminology.md +61 -0
  7. package/data/packs/spec-lifecycle/docs/specs/README.ko.md +1 -0
  8. package/data/packs/spec-lifecycle/docs/specs/README.md +1 -0
  9. package/data/skills/skill-registry.json +2 -2
  10. package/data/skills/task-skills/context-promotion-review/SKILL.md +26 -16
  11. package/data/skills/task-skills/{spec-shared-glossary-sync → project-terminology-sync}/SKILL.md +25 -16
  12. package/data/skills/task-skills/project-terminology-sync/agents/openai.yaml +6 -0
  13. package/data/skills/task-skills/{spec-shared-glossary-sync → project-terminology-sync}/references/checklist.md +5 -5
  14. package/data/skills/task-skills/{spec-shared-glossary-sync → project-terminology-sync}/references/template.md +19 -18
  15. package/data/skills/task-skills/spec-baseline-sync/SKILL.md +4 -4
  16. package/data/skills/task-skills/spec-product-01-idea-to-brief/SKILL.md +3 -3
  17. package/data/skills/task-skills/spec-product-02-brief-to-technical-context/SKILL.md +3 -3
  18. package/data/skills/task-skills/spec-product-03-brief-to-product-spec/SKILL.md +3 -3
  19. package/data/skills/task-skills/spec-product-05-spec-to-work-packets/SKILL.md +3 -3
  20. package/dist/bin/index.js +1210 -316
  21. package/dist/bin/index.js.map +1 -1
  22. package/package.json +1 -1
  23. 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
- ## Glossary Rule
53
+ ## Terminology Rule
54
54
 
55
- - Check `./docs/specs/baseline/01_glossary.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, `spec-shared-glossary-sync` is recommended because product specs often add or refine canonical vocabulary.
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
- ## Glossary Rule
133
+ ## Terminology Rule
134
134
 
135
- - Check `./docs/specs/baseline/01_glossary.md` only if packet wording could drift from established entity, state, or UI terminology.
136
- - Do not run `spec-shared-glossary-sync` by default after packet generation. Run it only if packeting surfaced meaningful new terms or clear terminology collisions.
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