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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ai-ops-cli",
3
- "version": "1.3.0",
3
+ "version": "1.4.0",
4
4
  "description": "CLI for AI agent operating layers and global runtime integrations",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -1,6 +0,0 @@
1
- interface:
2
- display_name: "spec-shared-glossary-sync"
3
- short_description: "Standardize Korean spec terms into a shared baseline glossary."
4
- default_prompt: "Use $spec-shared-glossary-sync to create or update a Korean 01_glossary.md that standardizes terms across baseline docs and active .codex/plans."
5
- policy:
6
- allow_implicit_invocation: false