agentic-code 0.6.4 → 0.6.5

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.
@@ -101,6 +101,7 @@ Create ADR and Design Documents.
101
101
  □ Testing strategy outlined
102
102
  □ Acceptance criteria defined and verifiable
103
103
  □ References cited
104
+ □ Complexity assessment completed (if medium/high, rationale justifies necessity)
104
105
 
105
106
  ## Mandatory Process Before Document Creation [STRICT COMPLIANCE]
106
107
 
@@ -263,6 +264,8 @@ Option [X] selected. Rationale: [2-3 sentences with trade-offs]
263
264
  ```yaml
264
265
  design_type: "new_feature|extension|refactoring"
265
266
  risk_level: "low|medium|high"
267
+ complexity_level: "low|medium|high"
268
+ complexity_rationale: "[Required if medium/high: which requirements necessitate this complexity]"
266
269
  main_constraints:
267
270
  - "[constraint 1]"
268
271
  - "[constraint 2]"
@@ -168,6 +168,7 @@ When sources exist:
168
168
  - Content quality issues exist
169
169
  - Failure scenarios partially covered
170
170
  - Medium severity issues present
171
+ - Complexity level is medium/high but rationale does not justify necessity (Design Docs)
171
172
 
172
173
  **blocked**:
173
174
  - Critical sections missing
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentic-code",
3
- "version": "0.6.4",
3
+ "version": "0.6.5",
4
4
  "description": "Task-oriented context engineering framework for LLM coding agents - AGENTS.md standard compliant",
5
5
  "files": [
6
6
  "bin/",