@ncoderz/awa 1.8.5 → 1.10.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 (106) hide show
  1. package/dist/{chunk-TTXSMGB5.js → chunk-PC3PMV3K.js} +6 -3
  2. package/dist/{chunk-TTXSMGB5.js.map → chunk-PC3PMV3K.js.map} +1 -1
  3. package/dist/index.js +179 -69
  4. package/dist/index.js.map +1 -1
  5. package/dist/{renumber-T46VEDEI.js → renumber-LG6FUVOP.js} +2 -2
  6. package/package.json +1 -1
  7. package/templates/awa/.agent/skills/awa-spec-deprecate/SKILL.md +3 -0
  8. package/templates/awa/.agent/skills/awa-spec-merge/SKILL.md +3 -0
  9. package/templates/awa/.agent/skills/awa-spec-tidy/SKILL.md +3 -0
  10. package/templates/awa/.agent/workflows/awa-spec-deprecate.md +3 -0
  11. package/templates/awa/.agent/workflows/awa-spec-merge.md +3 -0
  12. package/templates/awa/.agent/workflows/awa-spec-tidy.md +3 -0
  13. package/templates/awa/.agents/skills/awa-spec-deprecate/SKILL.md +3 -0
  14. package/templates/awa/.agents/skills/awa-spec-merge/SKILL.md +3 -0
  15. package/templates/awa/.agents/skills/awa-spec-tidy/SKILL.md +3 -0
  16. package/templates/awa/.awa/.agent/schemas/DEPRECATED.schema.yaml +42 -0
  17. package/templates/awa/.awa/.agent/schemas/DESIGN.schema.yaml +34 -1
  18. package/templates/awa/.claude/skills/awa-spec-deprecate/SKILL.md +3 -0
  19. package/templates/awa/.claude/skills/awa-spec-merge/SKILL.md +3 -0
  20. package/templates/awa/.claude/skills/awa-spec-tidy/SKILL.md +3 -0
  21. package/templates/awa/.codex/prompts/awa-spec-deprecate.md +3 -0
  22. package/templates/awa/.cursor/rules/awa-spec-deprecate.md +8 -0
  23. package/templates/awa/.gemini/commands/awa-spec-deprecate.md +3 -0
  24. package/templates/awa/.gemini/commands/awa-spec-merge.md +3 -0
  25. package/templates/awa/.gemini/commands/awa-spec-tidy.md +3 -0
  26. package/templates/awa/.gemini/skills/awa-spec-deprecate/SKILL.md +3 -0
  27. package/templates/awa/.gemini/skills/awa-spec-merge/SKILL.md +3 -0
  28. package/templates/awa/.gemini/skills/awa-spec-tidy/SKILL.md +3 -0
  29. package/templates/awa/.github/prompts/awa.spec-deprecate.prompt.md +8 -0
  30. package/templates/awa/.github/prompts/awa.spec-tidy.prompt.md +1 -1
  31. package/templates/awa/.github/skills/awa-spec-deprecate/SKILL.md +8 -0
  32. package/templates/awa/.github/skills/awa-spec-merge/SKILL.md +3 -0
  33. package/templates/awa/.github/skills/awa-spec-tidy/SKILL.md +3 -0
  34. package/templates/awa/.kilocode/skills/awa-spec-deprecate/SKILL.md +3 -0
  35. package/templates/awa/.kilocode/skills/awa-spec-merge/SKILL.md +3 -0
  36. package/templates/awa/.kilocode/skills/awa-spec-tidy/SKILL.md +3 -0
  37. package/templates/awa/.kilocode/workflows/awa-spec-deprecate.md +3 -0
  38. package/templates/awa/.kilocode/workflows/awa-spec-merge.md +3 -0
  39. package/templates/awa/.kilocode/{skills/spec-merge/SKILL.md → workflows/awa-spec-tidy.md} +1 -1
  40. package/templates/awa/.opencode/commands/awa-spec-deprecate.md +3 -0
  41. package/templates/awa/.opencode/commands/awa-spec-merge.md +3 -0
  42. package/templates/awa/.opencode/commands/{spec-merge.md → awa-spec-tidy.md} +1 -1
  43. package/templates/awa/.opencode/skills/awa-spec-deprecate/SKILL.md +3 -0
  44. package/templates/awa/.opencode/skills/awa-spec-merge/SKILL.md +3 -0
  45. package/templates/awa/.opencode/skills/awa-spec-tidy/SKILL.md +3 -0
  46. package/templates/awa/.qwen/commands/awa-spec-deprecate.md +3 -0
  47. package/templates/awa/.qwen/commands/awa-spec-merge.md +3 -0
  48. package/templates/awa/.qwen/commands/awa-spec-tidy.md +3 -0
  49. package/templates/awa/.qwen/skills/awa-spec-deprecate/SKILL.md +3 -0
  50. package/templates/awa/.qwen/skills/awa-spec-merge/SKILL.md +3 -0
  51. package/templates/awa/.qwen/skills/awa-spec-tidy/SKILL.md +3 -0
  52. package/templates/awa/.roo/skills/awa-spec-deprecate/SKILL.md +3 -0
  53. package/templates/awa/.roo/skills/awa-spec-merge/SKILL.md +3 -0
  54. package/templates/awa/.roo/skills/awa-spec-tidy/SKILL.md +3 -0
  55. package/templates/awa/.windsurf/skills/awa-spec-deprecate/SKILL.md +3 -0
  56. package/templates/awa/.windsurf/skills/awa-spec-merge/SKILL.md +3 -0
  57. package/templates/awa/.windsurf/skills/awa-spec-tidy/SKILL.md +3 -0
  58. package/templates/awa/_delete.txt +108 -0
  59. package/templates/awa/_partials/_cmd.awa-spec-deprecate.md +6 -0
  60. package/templates/awa/_partials/{_cmd.spec-tidy.md → _cmd.awa-spec-tidy.md} +1 -1
  61. package/templates/awa/_partials/_skill.awa-spec-deprecate.md +6 -0
  62. package/templates/awa/_partials/{_skill.spec-merge.md → _skill.awa-spec-merge.md} +1 -1
  63. package/templates/awa/_partials/{_skill.spec-tidy.md → _skill.awa-spec-tidy.md} +2 -2
  64. package/templates/awa/_partials/awa.core.md +7 -3
  65. package/templates/awa/_partials/awa.spec-deprecate.md +86 -0
  66. package/templates/awa/_partials/awa.usage.md +16 -7
  67. package/templates/awa/_tests/claude/.claude/skills/awa-spec-deprecate/SKILL.md +88 -0
  68. package/templates/awa/_tests/claude/.claude/skills/{spec-merge → awa-spec-merge}/SKILL.md +1 -1
  69. package/templates/awa/_tests/{copilot/.github/skills/spec-tidy → claude/.claude/skills/awa-spec-tidy}/SKILL.md +1 -1
  70. package/templates/awa/_tests/claude/.claude/skills/awa-usage/SKILL.md +14 -5
  71. package/templates/awa/_tests/copilot/.github/prompts/awa.spec-deprecate.prompt.md +88 -0
  72. package/templates/awa/_tests/copilot/.github/skills/awa-spec-deprecate/SKILL.md +88 -0
  73. package/templates/awa/_tests/copilot/.github/skills/{spec-merge → awa-spec-merge}/SKILL.md +1 -1
  74. package/templates/awa/_tests/{claude/.claude/skills/spec-tidy → copilot/.github/skills/awa-spec-tidy}/SKILL.md +1 -1
  75. package/templates/awa/_tests/copilot/.github/skills/awa-usage/SKILL.md +14 -5
  76. package/templates/awa/.agent/skills/spec-merge/SKILL.md +0 -3
  77. package/templates/awa/.agent/skills/spec-tidy/SKILL.md +0 -3
  78. package/templates/awa/.agent/workflows/spec-merge.md +0 -3
  79. package/templates/awa/.agent/workflows/spec-tidy.md +0 -3
  80. package/templates/awa/.agents/skills/spec-merge/SKILL.md +0 -3
  81. package/templates/awa/.agents/skills/spec-tidy/SKILL.md +0 -3
  82. package/templates/awa/.claude/skills/spec-merge/SKILL.md +0 -3
  83. package/templates/awa/.claude/skills/spec-tidy/SKILL.md +0 -3
  84. package/templates/awa/.gemini/commands/spec-merge.md +0 -3
  85. package/templates/awa/.gemini/commands/spec-tidy.md +0 -3
  86. package/templates/awa/.gemini/skills/spec-merge/SKILL.md +0 -3
  87. package/templates/awa/.gemini/skills/spec-tidy/SKILL.md +0 -3
  88. package/templates/awa/.github/skills/spec-merge/SKILL.md +0 -3
  89. package/templates/awa/.github/skills/spec-tidy/SKILL.md +0 -3
  90. package/templates/awa/.kilocode/skills/spec-tidy/SKILL.md +0 -3
  91. package/templates/awa/.kilocode/workflows/spec-merge.md +0 -3
  92. package/templates/awa/.kilocode/workflows/spec-tidy.md +0 -3
  93. package/templates/awa/.opencode/commands/spec-tidy.md +0 -3
  94. package/templates/awa/.opencode/skills/spec-merge/SKILL.md +0 -3
  95. package/templates/awa/.opencode/skills/spec-tidy/SKILL.md +0 -3
  96. package/templates/awa/.qwen/commands/spec-merge.md +0 -3
  97. package/templates/awa/.qwen/commands/spec-tidy.md +0 -3
  98. package/templates/awa/.qwen/skills/spec-merge/SKILL.md +0 -3
  99. package/templates/awa/.qwen/skills/spec-tidy/SKILL.md +0 -3
  100. package/templates/awa/.roo/skills/spec-merge/SKILL.md +0 -3
  101. package/templates/awa/.roo/skills/spec-tidy/SKILL.md +0 -3
  102. package/templates/awa/.windsurf/skills/spec-merge/SKILL.md +0 -3
  103. package/templates/awa/.windsurf/skills/spec-tidy/SKILL.md +0 -3
  104. /package/dist/{renumber-T46VEDEI.js.map → renumber-LG6FUVOP.js.map} +0 -0
  105. /package/templates/awa/_partials/{_cmd.spec-merge.md → _cmd.awa-spec-merge.md} +0 -0
  106. /package/templates/awa/_partials/{awa.spec.tidy.md → awa.spec-tidy.md} +0 -0
@@ -1,9 +1,9 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  renumberCommand
4
- } from "./chunk-TTXSMGB5.js";
4
+ } from "./chunk-PC3PMV3K.js";
5
5
  import "./chunk-4NC73OUR.js";
6
6
  export {
7
7
  renumberCommand
8
8
  };
9
- //# sourceMappingURL=renumber-T46VEDEI.js.map
9
+ //# sourceMappingURL=renumber-LG6FUVOP.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ncoderz/awa",
3
- "version": "1.8.5",
3
+ "version": "1.10.0",
4
4
  "description": "awa is an Agent Workflow for AIs. It is also a CLI tool to powerfully manage agent workflow files using templates.",
5
5
  "license": "BSD-3-Clause",
6
6
  "repository": {
@@ -0,0 +1,3 @@
1
+ <% if (it.features.includes('agy')) { %>
2
+ <%~ include('_partials/_skill.awa-spec-deprecate.md', it) %>
3
+ <% } %>
@@ -0,0 +1,3 @@
1
+ <% if (it.features.includes('agy')) { %>
2
+ <%~ include('_partials/_skill.awa-spec-merge.md', it) %>
3
+ <% } %>
@@ -0,0 +1,3 @@
1
+ <% if (it.features.includes('agy')) { %>
2
+ <%~ include('_partials/_skill.awa-spec-tidy.md', it) %>
3
+ <% } %>
@@ -0,0 +1,3 @@
1
+ <% if (it.features.includes('agy')) { %>
2
+ <%~ include('_partials/_cmd.awa-spec-deprecate.md', it) %>
3
+ <% } %>
@@ -0,0 +1,3 @@
1
+ <% if (it.features.includes('agy')) { %>
2
+ <%~ include('_partials/_cmd.awa-spec-merge.md', it) %>
3
+ <% } %>
@@ -0,0 +1,3 @@
1
+ <% if (it.features.includes('agy')) { %>
2
+ <%~ include('_partials/_cmd.awa-spec-tidy.md', it) %>
3
+ <% } %>
@@ -0,0 +1,3 @@
1
+ <% if (it.features.includes('codex')) { %>
2
+ <%~ include('_partials/_skill.awa-spec-deprecate.md', it) %>
3
+ <% } %>
@@ -0,0 +1,3 @@
1
+ <% if (it.features.includes('codex')) { %>
2
+ <%~ include('_partials/_skill.awa-spec-merge.md', it) %>
3
+ <% } %>
@@ -0,0 +1,3 @@
1
+ <% if (it.features.includes('codex')) { %>
2
+ <%~ include('_partials/_skill.awa-spec-tidy.md', it) %>
3
+ <% } %>
@@ -0,0 +1,42 @@
1
+ # Structural rules for .awa/specs/deprecated/DEPRECATED.md
2
+ target-files: ".awa/specs/deprecated/DEPRECATED.md"
3
+ description: >
4
+ Tombstone file for deprecated requirements, acceptance criteria, properties,
5
+ and components. Contains only bare IDs grouped by feature code. No natural
6
+ language descriptions, user stories, or design detail
7
+ line-limit: 800
8
+
9
+ sections:
10
+ - heading: "[A-Z][A-Z0-9]*"
11
+ level: 1
12
+ repeatable: true
13
+ required: true
14
+ description: >
15
+ Feature code heading. Format: # {CODE} (e.g., # GEN, # DIFF).
16
+ Each heading groups the deprecated IDs for that feature code.
17
+ Under the heading, each non-empty line contains a comma-separated
18
+ list of deprecated IDs: requirement IDs, AC IDs, property IDs,
19
+ or component names.
20
+
21
+ sections-prohibited:
22
+ - "**"
23
+ - "AS A"
24
+ - "I WANT"
25
+ - "SO THAT"
26
+ - "ACCEPTANCE CRITERIA"
27
+ - "IMPLEMENTS:"
28
+ - "VALIDATES:"
29
+ - "DEPENDS ON:"
30
+
31
+ example: |
32
+ # GEN
33
+
34
+ GEN-5, GEN-5.1
35
+ GEN-5_AC-1, GEN-5_AC-2, GEN-5.1_AC-1
36
+ GEN_P-3
37
+ GEN-CacheManager
38
+
39
+ # DIFF
40
+
41
+ DIFF-4
42
+ DIFF-4_AC-1, DIFF-4_AC-2
@@ -55,6 +55,26 @@ sections:
55
55
  Key design decisions with rationale. Format:
56
56
  - DECISION: rationale. Alternatives: alt1, alt2
57
57
 
58
+ # Design Constraints section (optional)
59
+ - heading: "Design Constraints"
60
+ level: 2
61
+ description: >
62
+ Optional section for quantitative parameters, thresholds, formulas, and
63
+ platform-specific details that shape the implementation but do not belong
64
+ in a component interface or data model. Each H3 groups related constraints
65
+ by topic. Format per item:
66
+ - CONSTRAINT_NAME: value — rationale
67
+ Include IMPLEMENTS trace when a constraint directly satisfies an AC.
68
+ children:
69
+ - heading: ".*"
70
+ level: 3
71
+ repeatable: true
72
+ description: >
73
+ Constraint group heading (e.g., ### Protocol Parameters,
74
+ ### Operational Thresholds, ### Platform Details).
75
+ Bullet list of named constraints in CAPITALS.
76
+ Optional IMPLEMENTS line tracing to ACs.
77
+
58
78
  # Components and Interfaces section
59
79
  - heading: "Components and Interfaces"
60
80
  level: 2
@@ -248,6 +268,20 @@ example: |
248
268
 
249
269
  - PIPELINE OVER EVENT: Sequential pipeline for predictable flow and error handling. Alternatives: event-driven, middleware chain
250
270
 
271
+ ## Design Constraints
272
+
273
+ ### Generation Limits
274
+
275
+ - MAX_TEMPLATE_DEPTH: 10 — prevents infinite recursion in nested templates
276
+ - MAX_OUTPUT_FILES: 500 — safeguard against runaway generation
277
+
278
+ IMPLEMENTS: GEN-3_AC-1, GEN-3_AC-2
279
+
280
+ ### Platform Details
281
+
282
+ - LINE_ENDINGS: LF on POSIX, CRLF on Windows — match OS convention for generated files
283
+ - PATH_SEPARATOR: Use `path.sep` — portable across platforms
284
+
251
285
  ## Components and Interfaces
252
286
 
253
287
  ### CFG-ConfigLoader
@@ -348,4 +382,3 @@ example: |
348
382
 
349
383
  - citty (latest): CLI framework
350
384
  - smol-toml (1.x): TOML parser
351
-
@@ -0,0 +1,3 @@
1
+ <% if (it.features.includes('claude')) { %>
2
+ <%~ include('_partials/_skill.awa-spec-deprecate.md', it) %>
3
+ <% } %>
@@ -0,0 +1,3 @@
1
+ <% if (it.features.includes('claude')) { %>
2
+ <%~ include('_partials/_skill.awa-spec-merge.md', it) %>
3
+ <% } %>
@@ -0,0 +1,3 @@
1
+ <% if (it.features.includes('claude')) { %>
2
+ <%~ include('_partials/_skill.awa-spec-tidy.md', it) %>
3
+ <% } %>
@@ -0,0 +1,3 @@
1
+ <% if (it.features.includes('codex')) { %>
2
+ <%~ include('_partials/_cmd.awa-spec-deprecate.md', it) %>
3
+ <% } %>
@@ -0,0 +1,8 @@
1
+ <% if (it.features.includes('cursor')) { %>
2
+ ---
3
+ description: Deprecate requirements by retiring IDs to the tombstone file
4
+ alwaysApply: false
5
+ ---
6
+
7
+ <%~ include('_partials/awa.spec-deprecate.md', it) %>
8
+ <% } %>
@@ -0,0 +1,3 @@
1
+ <% if (it.features.includes('gemini')) { %>
2
+ <%~ include('_partials/_cmd.awa-spec-deprecate.md', it) %>
3
+ <% } %>
@@ -0,0 +1,3 @@
1
+ <% if (it.features.includes('gemini')) { %>
2
+ <%~ include('_partials/_cmd.awa-spec-merge.md', it) %>
3
+ <% } %>
@@ -0,0 +1,3 @@
1
+ <% if (it.features.includes('gemini')) { %>
2
+ <%~ include('_partials/_cmd.awa-spec-tidy.md', it) %>
3
+ <% } %>
@@ -0,0 +1,3 @@
1
+ <% if (it.features.includes('gemini')) { %>
2
+ <%~ include('_partials/_skill.awa-spec-deprecate.md', it) %>
3
+ <% } %>
@@ -0,0 +1,3 @@
1
+ <% if (it.features.includes('gemini')) { %>
2
+ <%~ include('_partials/_skill.awa-spec-merge.md', it) %>
3
+ <% } %>
@@ -0,0 +1,3 @@
1
+ <% if (it.features.includes('gemini')) { %>
2
+ <%~ include('_partials/_skill.awa-spec-tidy.md', it) %>
3
+ <% } %>
@@ -0,0 +1,8 @@
1
+ <% if (it.features.includes('copilot')) { %>
2
+ ---
3
+ description: Deprecate requirements by retiring IDs to the tombstone file
4
+ argument-hint: "<IDs or description of what to deprecate>"
5
+ ---
6
+
7
+ <%~ include('_partials/awa.spec-deprecate.md', it) %>
8
+ <% } %>
@@ -3,5 +3,5 @@
3
3
  description: Tidy and reorganise the specifications logically
4
4
  ---
5
5
 
6
- <%~ include('_partials/awa.spec.tidy.md', it) %>
6
+ <%~ include('_partials/awa.spec-tidy.md', it) %>
7
7
  <% } %>
@@ -0,0 +1,8 @@
1
+ <% if (it.features.includes('copilot')) { %>
2
+ ---
3
+ name: awa-deprecate
4
+ description: Deprecate requirements by retiring IDs to the tombstone file. Use this when asked to deprecate, retire, or remove requirements, acceptance criteria, or components.
5
+ ---
6
+
7
+ <%~ include('_partials/awa.spec-deprecate.md', it) %>
8
+ <% } %>
@@ -0,0 +1,3 @@
1
+ <% if (it.features.includes('copilot')) { %>
2
+ <%~ include('_partials/_skill.awa-spec-merge.md', it) %>
3
+ <% } %>
@@ -0,0 +1,3 @@
1
+ <% if (it.features.includes('copilot')) { %>
2
+ <%~ include('_partials/_skill.awa-spec-tidy.md', it) %>
3
+ <% } %>
@@ -0,0 +1,3 @@
1
+ <% if (it.features.includes('kilocode')) { %>
2
+ <%~ include('_partials/_skill.awa-spec-deprecate.md', it) %>
3
+ <% } %>
@@ -0,0 +1,3 @@
1
+ <% if (it.features.includes('kilocode')) { %>
2
+ <%~ include('_partials/_skill.awa-spec-merge.md', it) %>
3
+ <% } %>
@@ -0,0 +1,3 @@
1
+ <% if (it.features.includes('kilocode')) { %>
2
+ <%~ include('_partials/_skill.awa-spec-tidy.md', it) %>
3
+ <% } %>
@@ -0,0 +1,3 @@
1
+ <% if (it.features.includes('kilocode')) { %>
2
+ <%~ include('_partials/_cmd.awa-spec-deprecate.md', it) %>
3
+ <% } %>
@@ -0,0 +1,3 @@
1
+ <% if (it.features.includes('kilocode')) { %>
2
+ <%~ include('_partials/_cmd.awa-spec-merge.md', it) %>
3
+ <% } %>
@@ -1,3 +1,3 @@
1
1
  <% if (it.features.includes('kilocode')) { %>
2
- <%~ include('_partials/_skill.spec-merge.md', it) %>
2
+ <%~ include('_partials/_cmd.awa-spec-tidy.md', it) %>
3
3
  <% } %>
@@ -0,0 +1,3 @@
1
+ <% if (it.features.includes('opencode')) { %>
2
+ <%~ include('_partials/_cmd.awa-spec-deprecate.md', it) %>
3
+ <% } %>
@@ -0,0 +1,3 @@
1
+ <% if (it.features.includes('opencode')) { %>
2
+ <%~ include('_partials/_cmd.awa-spec-merge.md', it) %>
3
+ <% } %>
@@ -1,3 +1,3 @@
1
1
  <% if (it.features.includes('opencode')) { %>
2
- <%~ include('_partials/_cmd.spec-merge.md', it) %>
2
+ <%~ include('_partials/_cmd.awa-spec-tidy.md', it) %>
3
3
  <% } %>
@@ -0,0 +1,3 @@
1
+ <% if (it.features.includes('opencode')) { %>
2
+ <%~ include('_partials/_skill.awa-spec-deprecate.md', it) %>
3
+ <% } %>
@@ -0,0 +1,3 @@
1
+ <% if (it.features.includes('opencode')) { %>
2
+ <%~ include('_partials/_skill.awa-spec-merge.md', it) %>
3
+ <% } %>
@@ -0,0 +1,3 @@
1
+ <% if (it.features.includes('opencode')) { %>
2
+ <%~ include('_partials/_skill.awa-spec-tidy.md', it) %>
3
+ <% } %>
@@ -0,0 +1,3 @@
1
+ <% if (it.features.includes('qwen')) { %>
2
+ <%~ include('_partials/_cmd.awa-spec-deprecate.md', it) %>
3
+ <% } %>
@@ -0,0 +1,3 @@
1
+ <% if (it.features.includes('qwen')) { %>
2
+ <%~ include('_partials/_cmd.awa-spec-merge.md', it) %>
3
+ <% } %>
@@ -0,0 +1,3 @@
1
+ <% if (it.features.includes('qwen')) { %>
2
+ <%~ include('_partials/_cmd.awa-spec-tidy.md', it) %>
3
+ <% } %>
@@ -0,0 +1,3 @@
1
+ <% if (it.features.includes('qwen')) { %>
2
+ <%~ include('_partials/_skill.awa-spec-deprecate.md', it) %>
3
+ <% } %>
@@ -0,0 +1,3 @@
1
+ <% if (it.features.includes('qwen')) { %>
2
+ <%~ include('_partials/_skill.awa-spec-merge.md', it) %>
3
+ <% } %>
@@ -0,0 +1,3 @@
1
+ <% if (it.features.includes('qwen')) { %>
2
+ <%~ include('_partials/_skill.awa-spec-tidy.md', it) %>
3
+ <% } %>
@@ -0,0 +1,3 @@
1
+ <% if (it.features.includes('roo')) { %>
2
+ <%~ include('_partials/_skill.awa-spec-deprecate.md', it) %>
3
+ <% } %>
@@ -0,0 +1,3 @@
1
+ <% if (it.features.includes('roo')) { %>
2
+ <%~ include('_partials/_skill.awa-spec-merge.md', it) %>
3
+ <% } %>
@@ -0,0 +1,3 @@
1
+ <% if (it.features.includes('roo')) { %>
2
+ <%~ include('_partials/_skill.awa-spec-tidy.md', it) %>
3
+ <% } %>
@@ -0,0 +1,3 @@
1
+ <% if (it.features.includes('windsurf')) { %>
2
+ <%~ include('_partials/_skill.awa-spec-deprecate.md', it) %>
3
+ <% } %>
@@ -0,0 +1,3 @@
1
+ <% if (it.features.includes('windsurf')) { %>
2
+ <%~ include('_partials/_skill.awa-spec-merge.md', it) %>
3
+ <% } %>
@@ -0,0 +1,3 @@
1
+ <% if (it.features.includes('windsurf')) { %>
2
+ <%~ include('_partials/_skill.awa-spec-tidy.md', it) %>
3
+ <% } %>
@@ -27,6 +27,60 @@
27
27
  # Old yaml schemas
28
28
  .awa/.agent/schemas/EXAMPLES.schema.yaml
29
29
 
30
+ # Skills renamed from spec-* to awa-spec-*
31
+ .github/prompts/spec-merge.prompt.md
32
+ .github/prompts/spec-tidy.prompt.md
33
+ .github/skills/spec-merge/SKILL.md
34
+ .github/skills/spec-tidy/SKILL.md
35
+ .claude/skills/spec-merge/SKILL.md
36
+ .claude/skills/spec-tidy/SKILL.md
37
+ .windsurf/skills/spec-merge/SKILL.md
38
+ .windsurf/skills/spec-tidy/SKILL.md
39
+ .kilocode/workflows/spec-merge.md
40
+ .kilocode/workflows/spec-tidy.md
41
+ .kilocode/skills/spec-merge/SKILL.md
42
+ .kilocode/skills/spec-tidy/SKILL.md
43
+ .opencode/commands/spec-merge.md
44
+ .opencode/commands/spec-tidy.md
45
+ .opencode/skills/spec-merge/SKILL.md
46
+ .opencode/skills/spec-tidy/SKILL.md
47
+ .gemini/commands/spec-merge.md
48
+ .gemini/commands/spec-tidy.md
49
+ .gemini/skills/spec-merge/SKILL.md
50
+ .gemini/skills/spec-tidy/SKILL.md
51
+ .qwen/commands/spec-merge.md
52
+ .qwen/commands/spec-tidy.md
53
+ .qwen/skills/spec-merge/SKILL.md
54
+ .qwen/skills/spec-tidy/SKILL.md
55
+ .roo/skills/spec-merge/SKILL.md
56
+ .roo/skills/spec-tidy/SKILL.md
57
+ .agents/skills/spec-merge/SKILL.md
58
+ .agents/skills/spec-tidy/SKILL.md
59
+ .agent/workflows/spec-merge.md
60
+ .agent/workflows/spec-tidy.md
61
+ .agent/skills/spec-merge/SKILL.md
62
+ .agent/skills/spec-tidy/SKILL.md
63
+
64
+ # Skill renamed from awa-deprecate to awa-spec-deprecate
65
+ .github/prompts/awa.deprecate.prompt.md
66
+ .github/skills/awa-deprecate/SKILL.md
67
+ .claude/skills/awa-deprecate/SKILL.md
68
+ .cursor/rules/awa-deprecate.md
69
+ .windsurf/skills/awa-deprecate/SKILL.md
70
+ .kilocode/workflows/awa-deprecate.md
71
+ .kilocode/skills/awa-deprecate/SKILL.md
72
+ .opencode/commands/awa-deprecate.md
73
+ .opencode/skills/awa-deprecate/SKILL.md
74
+ .gemini/commands/awa-deprecate.md
75
+ .gemini/skills/awa-deprecate/SKILL.md
76
+ .qwen/commands/awa-deprecate.md
77
+ .qwen/skills/awa-deprecate/SKILL.md
78
+ .roo/skills/awa-deprecate/SKILL.md
79
+ .codex/prompts/awa-deprecate.md
80
+ .agents/skills/awa-deprecate/SKILL.md
81
+ .agent/workflows/awa-deprecate.md
82
+ .agent/skills/awa-deprecate/SKILL.md
83
+
30
84
 
31
85
  # @feature copilot
32
86
  .github/agents/awa.agent.md
@@ -44,6 +98,9 @@
44
98
  .github/prompts/awa.upgrade.prompt.md
45
99
  .github/prompts/awa.align.prompt.md
46
100
  .github/prompts/awa.check.prompt.md
101
+ .github/prompts/awa.spec-deprecate.prompt.md
102
+ .github/prompts/awa.spec-merge.prompt.md
103
+ .github/prompts/awa.spec-tidy.prompt.md
47
104
  .github/prompts/awa.validate-alignment.prompt.md
48
105
  .github/prompts/awa.vibe.prompt.md
49
106
  .github/skills/awa-architecture/SKILL.md
@@ -60,6 +117,9 @@
60
117
  .github/skills/awa-upgrade/SKILL.md
61
118
  .github/skills/awa-align/SKILL.md
62
119
  .github/skills/awa-check/SKILL.md
120
+ .github/skills/awa-spec-deprecate/SKILL.md
121
+ .github/skills/awa-spec-merge/SKILL.md
122
+ .github/skills/awa-spec-tidy/SKILL.md
63
123
  .github/skills/awa-validate-alignment/SKILL.md
64
124
  .github/skills/awa-vibe/SKILL.md
65
125
 
@@ -80,6 +140,9 @@ CLAUDE.md
80
140
  .claude/skills/awa-upgrade/SKILL.md
81
141
  .claude/skills/awa-align/SKILL.md
82
142
  .claude/skills/awa-check/SKILL.md
143
+ .claude/skills/awa-spec-deprecate/SKILL.md
144
+ .claude/skills/awa-spec-merge/SKILL.md
145
+ .claude/skills/awa-spec-tidy/SKILL.md
83
146
  .claude/skills/awa-validate-alignment/SKILL.md
84
147
  .claude/skills/awa-vibe/SKILL.md
85
148
 
@@ -99,6 +162,9 @@ CLAUDE.md
99
162
  .cursor/rules/awa-upgrade.md
100
163
  .cursor/rules/awa-align.md
101
164
  .cursor/rules/awa-check.md
165
+ .cursor/rules/awa-spec-deprecate.md
166
+ .cursor/rules/awa-spec-merge.md
167
+ .cursor/rules/awa-spec-tidy.md
102
168
  .cursor/rules/awa-validate-alignment.md
103
169
  .cursor/rules/awa-vibe.md
104
170
 
@@ -118,6 +184,9 @@ CLAUDE.md
118
184
  .windsurf/skills/awa-upgrade/SKILL.md
119
185
  .windsurf/skills/awa-align/SKILL.md
120
186
  .windsurf/skills/awa-check/SKILL.md
187
+ .windsurf/skills/awa-spec-deprecate/SKILL.md
188
+ .windsurf/skills/awa-spec-merge/SKILL.md
189
+ .windsurf/skills/awa-spec-tidy/SKILL.md
121
190
  .windsurf/skills/awa-validate-alignment/SKILL.md
122
191
  .windsurf/skills/awa-vibe/SKILL.md
123
192
 
@@ -137,6 +206,9 @@ CLAUDE.md
137
206
  .kilocode/workflows/awa-upgrade.md
138
207
  .kilocode/workflows/awa-align.md
139
208
  .kilocode/workflows/awa-check.md
209
+ .kilocode/workflows/awa-spec-deprecate.md
210
+ .kilocode/workflows/awa-spec-merge.md
211
+ .kilocode/workflows/awa-spec-tidy.md
140
212
  .kilocode/workflows/awa-validate-alignment.md
141
213
  .kilocode/workflows/awa-vibe.md
142
214
  .kilocode/skills/awa-architecture/SKILL.md
@@ -153,6 +225,9 @@ CLAUDE.md
153
225
  .kilocode/skills/awa-upgrade/SKILL.md
154
226
  .kilocode/skills/awa-align/SKILL.md
155
227
  .kilocode/skills/awa-check/SKILL.md
228
+ .kilocode/skills/awa-spec-deprecate/SKILL.md
229
+ .kilocode/skills/awa-spec-merge/SKILL.md
230
+ .kilocode/skills/awa-spec-tidy/SKILL.md
156
231
  .kilocode/skills/awa-validate-alignment/SKILL.md
157
232
  .kilocode/skills/awa-vibe/SKILL.md
158
233
 
@@ -172,6 +247,9 @@ CLAUDE.md
172
247
  .opencode/commands/awa-upgrade.md
173
248
  .opencode/commands/awa-align.md
174
249
  .opencode/commands/awa-check.md
250
+ .opencode/commands/awa-spec-deprecate.md
251
+ .opencode/commands/awa-spec-merge.md
252
+ .opencode/commands/awa-spec-tidy.md
175
253
  .opencode/commands/awa-validate-alignment.md
176
254
  .opencode/commands/awa-vibe.md
177
255
  .opencode/skills/awa-architecture/SKILL.md
@@ -188,6 +266,9 @@ CLAUDE.md
188
266
  .opencode/skills/awa-upgrade/SKILL.md
189
267
  .opencode/skills/awa-align/SKILL.md
190
268
  .opencode/skills/awa-check/SKILL.md
269
+ .opencode/skills/awa-spec-deprecate/SKILL.md
270
+ .opencode/skills/awa-spec-merge/SKILL.md
271
+ .opencode/skills/awa-spec-tidy/SKILL.md
191
272
  .opencode/skills/awa-validate-alignment/SKILL.md
192
273
  .opencode/skills/awa-vibe/SKILL.md
193
274
 
@@ -210,6 +291,9 @@ GEMINI.md
210
291
  .gemini/commands/awa-upgrade.md
211
292
  .gemini/commands/awa-align.md
212
293
  .gemini/commands/awa-check.md
294
+ .gemini/commands/awa-spec-deprecate.md
295
+ .gemini/commands/awa-spec-merge.md
296
+ .gemini/commands/awa-spec-tidy.md
213
297
  .gemini/commands/awa-validate-alignment.md
214
298
  .gemini/commands/awa-vibe.md
215
299
  .gemini/skills/awa-architecture/SKILL.md
@@ -226,6 +310,9 @@ GEMINI.md
226
310
  .gemini/skills/awa-upgrade/SKILL.md
227
311
  .gemini/skills/awa-align/SKILL.md
228
312
  .gemini/skills/awa-check/SKILL.md
313
+ .gemini/skills/awa-spec-deprecate/SKILL.md
314
+ .gemini/skills/awa-spec-merge/SKILL.md
315
+ .gemini/skills/awa-spec-tidy/SKILL.md
229
316
  .gemini/skills/awa-validate-alignment/SKILL.md
230
317
  .gemini/skills/awa-vibe/SKILL.md
231
318
 
@@ -245,6 +332,9 @@ QWEN.md
245
332
  .qwen/commands/awa-upgrade.md
246
333
  .qwen/commands/awa-align.md
247
334
  .qwen/commands/awa-check.md
335
+ .qwen/commands/awa-spec-deprecate.md
336
+ .qwen/commands/awa-spec-merge.md
337
+ .qwen/commands/awa-spec-tidy.md
248
338
  .qwen/commands/awa-validate-alignment.md
249
339
  .qwen/commands/awa-vibe.md
250
340
  .qwen/skills/awa-architecture/SKILL.md
@@ -261,6 +351,9 @@ QWEN.md
261
351
  .qwen/skills/awa-upgrade/SKILL.md
262
352
  .qwen/skills/awa-align/SKILL.md
263
353
  .qwen/skills/awa-check/SKILL.md
354
+ .qwen/skills/awa-spec-deprecate/SKILL.md
355
+ .qwen/skills/awa-spec-merge/SKILL.md
356
+ .qwen/skills/awa-spec-tidy/SKILL.md
264
357
  .qwen/skills/awa-validate-alignment/SKILL.md
265
358
  .qwen/skills/awa-vibe/SKILL.md
266
359
 
@@ -280,6 +373,9 @@ QWEN.md
280
373
  .roo/skills/awa-upgrade/SKILL.md
281
374
  .roo/skills/awa-align/SKILL.md
282
375
  .roo/skills/awa-check/SKILL.md
376
+ .roo/skills/awa-spec-deprecate/SKILL.md
377
+ .roo/skills/awa-spec-merge/SKILL.md
378
+ .roo/skills/awa-spec-tidy/SKILL.md
283
379
  .roo/skills/awa-validate-alignment/SKILL.md
284
380
  .roo/skills/awa-vibe/SKILL.md
285
381
 
@@ -298,6 +394,9 @@ QWEN.md
298
394
  .codex/prompts/awa-upgrade.md
299
395
  .codex/prompts/awa-align.md
300
396
  .codex/prompts/awa-check.md
397
+ .codex/prompts/awa-spec-deprecate.md
398
+ .codex/prompts/awa-spec-merge.md
399
+ .codex/prompts/awa-spec-tidy.md
301
400
  .codex/prompts/awa-validate-alignment.md
302
401
  .codex/prompts/awa-vibe.md
303
402
  .agents/skills/awa-architecture/SKILL.md
@@ -314,6 +413,9 @@ QWEN.md
314
413
  .agents/skills/awa-upgrade/SKILL.md
315
414
  .agents/skills/awa-align/SKILL.md
316
415
  .agents/skills/awa-check/SKILL.md
416
+ .agents/skills/awa-spec-deprecate/SKILL.md
417
+ .agents/skills/awa-spec-merge/SKILL.md
418
+ .agents/skills/awa-spec-tidy/SKILL.md
317
419
  .agents/skills/awa-validate-alignment/SKILL.md
318
420
  .agents/skills/awa-vibe/SKILL.md
319
421
 
@@ -332,6 +434,9 @@ QWEN.md
332
434
  .agent/workflows/awa-upgrade.md
333
435
  .agent/workflows/awa-align.md
334
436
  .agent/workflows/awa-check.md
437
+ .agent/workflows/awa-spec-deprecate.md
438
+ .agent/workflows/awa-spec-merge.md
439
+ .agent/workflows/awa-spec-tidy.md
335
440
  .agent/workflows/awa-validate-alignment.md
336
441
  .agent/workflows/awa-vibe.md
337
442
  .agent/skills/awa-architecture/SKILL.md
@@ -348,6 +453,9 @@ QWEN.md
348
453
  .agent/skills/awa-upgrade/SKILL.md
349
454
  .agent/skills/awa-align/SKILL.md
350
455
  .agent/skills/awa-check/SKILL.md
456
+ .agent/skills/awa-spec-deprecate/SKILL.md
457
+ .agent/skills/awa-spec-merge/SKILL.md
458
+ .agent/skills/awa-spec-tidy/SKILL.md
351
459
  .agent/skills/awa-validate-alignment/SKILL.md
352
460
  .agent/skills/awa-vibe/SKILL.md
353
461
 
@@ -0,0 +1,6 @@
1
+ ---
2
+ description: Deprecate requirements by retiring IDs to the tombstone file
3
+ argument-hint: "<IDs or description of what to deprecate>"
4
+ ---
5
+
6
+ <%~ include('awa.spec-deprecate.md', it) %>
@@ -2,4 +2,4 @@
2
2
  description: Tidy and reorganise the specifications logically
3
3
  ---
4
4
 
5
- <%~ include('awa.spec.tidy.md', it) %>
5
+ <%~ include('awa.spec-tidy.md', it) %>