codexspec 0.7.0__tar.gz → 0.7.2__tar.gz
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.
- {codexspec-0.7.0 → codexspec-0.7.2}/PKG-INFO +1 -1
- {codexspec-0.7.0 → codexspec-0.7.2}/pyproject.toml +1 -1
- {codexspec-0.7.0 → codexspec-0.7.2}/templates/commands/generate-spec.md +11 -0
- {codexspec-0.7.0 → codexspec-0.7.2}/templates/commands/plan-to-tasks.md +21 -0
- {codexspec-0.7.0 → codexspec-0.7.2}/templates/commands/spec-to-plan.md +11 -0
- {codexspec-0.7.0 → codexspec-0.7.2}/templates/commands/specify.md +11 -0
- {codexspec-0.7.0 → codexspec-0.7.2}/.gitignore +0 -0
- {codexspec-0.7.0 → codexspec-0.7.2}/LICENSE +0 -0
- {codexspec-0.7.0 → codexspec-0.7.2}/README.md +0 -0
- {codexspec-0.7.0 → codexspec-0.7.2}/codexspec-icon.svg +0 -0
- {codexspec-0.7.0 → codexspec-0.7.2}/codexspec-logo-dark.svg +0 -0
- {codexspec-0.7.0 → codexspec-0.7.2}/codexspec-logo-light.svg +0 -0
- {codexspec-0.7.0 → codexspec-0.7.2}/scripts/bash/check-i18n-completeness.sh +0 -0
- {codexspec-0.7.0 → codexspec-0.7.2}/scripts/bash/check-i18n-structure.sh +0 -0
- {codexspec-0.7.0 → codexspec-0.7.2}/scripts/bash/check-prerequisites.sh +0 -0
- {codexspec-0.7.0 → codexspec-0.7.2}/scripts/bash/common.sh +0 -0
- {codexspec-0.7.0 → codexspec-0.7.2}/scripts/bash/create-new-feature.sh +0 -0
- {codexspec-0.7.0 → codexspec-0.7.2}/scripts/powershell/check-prerequisites.ps1 +0 -0
- {codexspec-0.7.0 → codexspec-0.7.2}/scripts/powershell/common.ps1 +0 -0
- {codexspec-0.7.0 → codexspec-0.7.2}/scripts/powershell/create-new-feature.ps1 +0 -0
- {codexspec-0.7.0 → codexspec-0.7.2}/src/codexspec/__init__.py +0 -0
- {codexspec-0.7.0 → codexspec-0.7.2}/src/codexspec/commands/__init__.py +0 -0
- {codexspec-0.7.0 → codexspec-0.7.2}/src/codexspec/commands/installer.py +0 -0
- {codexspec-0.7.0 → codexspec-0.7.2}/src/codexspec/i18n.py +0 -0
- {codexspec-0.7.0 → codexspec-0.7.2}/src/codexspec/idea.md +0 -0
- {codexspec-0.7.0 → codexspec-0.7.2}/src/codexspec/integrations/__init__.py +0 -0
- {codexspec-0.7.0 → codexspec-0.7.2}/src/codexspec/integrations/base.py +0 -0
- {codexspec-0.7.0 → codexspec-0.7.2}/src/codexspec/integrations/claude.py +0 -0
- {codexspec-0.7.0 → codexspec-0.7.2}/src/codexspec/integrations/codex.py +0 -0
- {codexspec-0.7.0 → codexspec-0.7.2}/src/codexspec/translator.py +0 -0
- {codexspec-0.7.0 → codexspec-0.7.2}/templates/commands/analyze.md +0 -0
- {codexspec-0.7.0 → codexspec-0.7.2}/templates/commands/checklist.md +0 -0
- {codexspec-0.7.0 → codexspec-0.7.2}/templates/commands/clarify.md +0 -0
- {codexspec-0.7.0 → codexspec-0.7.2}/templates/commands/commit-staged.md +0 -0
- {codexspec-0.7.0 → codexspec-0.7.2}/templates/commands/config.md +0 -0
- {codexspec-0.7.0 → codexspec-0.7.2}/templates/commands/constitution.md +0 -0
- {codexspec-0.7.0 → codexspec-0.7.2}/templates/commands/implement-tasks.md +0 -0
- {codexspec-0.7.0 → codexspec-0.7.2}/templates/commands/pr.md +0 -0
- {codexspec-0.7.0 → codexspec-0.7.2}/templates/commands/quick.md +0 -0
- {codexspec-0.7.0 → codexspec-0.7.2}/templates/commands/review-code.md +0 -0
- {codexspec-0.7.0 → codexspec-0.7.2}/templates/commands/review-plan.md +0 -0
- {codexspec-0.7.0 → codexspec-0.7.2}/templates/commands/review-spec.md +0 -0
- {codexspec-0.7.0 → codexspec-0.7.2}/templates/commands/review-tasks.md +0 -0
- {codexspec-0.7.0 → codexspec-0.7.2}/templates/commands/tasks-to-issues.md +0 -0
- {codexspec-0.7.0 → codexspec-0.7.2}/templates/docs/checklist-template.md +0 -0
- {codexspec-0.7.0 → codexspec-0.7.2}/templates/docs/constitution-template.md +0 -0
- {codexspec-0.7.0 → codexspec-0.7.2}/templates/docs/plan-template-detailed.md +0 -0
- {codexspec-0.7.0 → codexspec-0.7.2}/templates/docs/plan-template-simple.md +0 -0
- {codexspec-0.7.0 → codexspec-0.7.2}/templates/docs/requirements-template.md +0 -0
- {codexspec-0.7.0 → codexspec-0.7.2}/templates/docs/spec-template-detailed.md +0 -0
- {codexspec-0.7.0 → codexspec-0.7.2}/templates/docs/spec-template-simple.md +0 -0
- {codexspec-0.7.0 → codexspec-0.7.2}/templates/docs/tasks-template-detailed.md +0 -0
- {codexspec-0.7.0 → codexspec-0.7.2}/templates/docs/tasks-template-simple.md +0 -0
- {codexspec-0.7.0 → codexspec-0.7.2}/templates/translations/de.json +0 -0
- {codexspec-0.7.0 → codexspec-0.7.2}/templates/translations/en.json +0 -0
- {codexspec-0.7.0 → codexspec-0.7.2}/templates/translations/es.json +0 -0
- {codexspec-0.7.0 → codexspec-0.7.2}/templates/translations/fr.json +0 -0
- {codexspec-0.7.0 → codexspec-0.7.2}/templates/translations/ja.json +0 -0
- {codexspec-0.7.0 → codexspec-0.7.2}/templates/translations/ko.json +0 -0
- {codexspec-0.7.0 → codexspec-0.7.2}/templates/translations/pt-BR.json +0 -0
- {codexspec-0.7.0 → codexspec-0.7.2}/templates/translations/zh-CN.json +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: codexspec
|
|
3
|
-
Version: 0.7.
|
|
3
|
+
Version: 0.7.2
|
|
4
4
|
Summary: CodexSpec - A Requirements-First SDD toolkit for Claude Code
|
|
5
5
|
Project-URL: Homepage, https://github.com/Zts0hg/codexspec
|
|
6
6
|
Project-URL: Repository, https://github.com/Zts0hg/codexspec
|
|
@@ -95,6 +95,17 @@ Invoke `/codexspec:review-spec <feature-dir>/spec.md` after saving.
|
|
|
95
95
|
- Run a maximum of two automatic fix-and-review rounds.
|
|
96
96
|
- If defects remain, the same defect repeats, or remediation requires a user decision, stop and report the evidence.
|
|
97
97
|
|
|
98
|
+
## Auto-Next Chain Advance
|
|
99
|
+
|
|
100
|
+
Read `workflow.auto_next` from `.codexspec/config.yml` (default `false`; only the literal value `true` enables it — absent, `false`, or any other value means disabled).
|
|
101
|
+
|
|
102
|
+
When `workflow.auto_next` is `true` AND the Automatic Review Loop above concluded in a passing state — the final Overall Status is `PASS` or `PASS_WITH_WARNINGS` — advance the chain automatically:
|
|
103
|
+
|
|
104
|
+
1. Emit exactly one notice line, in the interaction language, e.g. `auto_next: review passed → invoking /codexspec:spec-to-plan <feature-dir>`.
|
|
105
|
+
2. Invoke `/codexspec:spec-to-plan <feature-dir>` exactly once, then end this command.
|
|
106
|
+
|
|
107
|
+
Do not auto-advance when `workflow.auto_next` is disabled, or the review loop stopped at `NEEDS_REVISION` or `BLOCKED`, or stopped early per the conditions above; in those cases hand control back to the user exactly as the review loop already does. This advances the chain and does not modify the Output Summary.
|
|
108
|
+
|
|
98
109
|
## Output Summary
|
|
99
110
|
|
|
100
111
|
Report:
|
|
@@ -92,6 +92,27 @@ Invoke `/codexspec:review-tasks <feature-dir>/tasks.md`.
|
|
|
92
92
|
- Run a maximum of two automatic fix-and-review rounds.
|
|
93
93
|
- Stop if defects repeat, remain unresolved, or require a user or architecture decision.
|
|
94
94
|
|
|
95
|
+
## Automatic Cross-Artifact Analysis
|
|
96
|
+
|
|
97
|
+
When the review loop above concludes in a passing state — the final `/codexspec:review-tasks` Overall Status is `PASS` or `PASS_WITH_WARNINGS` — invoke `/codexspec:analyze <feature-dir>` exactly once.
|
|
98
|
+
|
|
99
|
+
- Do not invoke analyze when the review loop stopped at `NEEDS_REVISION` or `BLOCKED`, or stopped early per the conditions above; in those cases end here, handing control back to the user as the review loop already does.
|
|
100
|
+
- analyze runs once and is read-only. Present its output as-is; do not auto-fix its findings and do not run a fix-and-reanalyze loop.
|
|
101
|
+
- If `requirements.md` is absent, analyze still runs and discloses its legacy limitation (it starts at `spec.md` and cannot verify fidelity to the original discussion) per its own behavior.
|
|
102
|
+
- analyze's results are informational only. They do not change whether tasks are ready for implementation and do not add a gate before `/codexspec:implement-tasks`.
|
|
103
|
+
- Do not modify the Output Summary for analyze, and do not save an additional analyze report file; analyze's own output is the report.
|
|
104
|
+
|
|
105
|
+
## Auto-Next Chain Advance
|
|
106
|
+
|
|
107
|
+
Read `workflow.auto_next` from `.codexspec/config.yml` (default `false`; only the literal value `true` enables it).
|
|
108
|
+
|
|
109
|
+
When `workflow.auto_next` is `true` AND the review loop above concluded in a passing state (`PASS` or `PASS_WITH_WARNINGS`) — after the analyze step above has run — advance the chain automatically:
|
|
110
|
+
|
|
111
|
+
1. Emit exactly one notice line, in the interaction language, e.g. `auto_next: review passed → invoking /codexspec:implement-tasks <feature-dir>`.
|
|
112
|
+
2. Invoke `/codexspec:implement-tasks <feature-dir>` exactly once, with no confirmation prompt, then end this command.
|
|
113
|
+
|
|
114
|
+
analyze's findings are informational only and do NOT block this advance (see the Automatic Cross-Artifact Analysis section above). Do not auto-advance when `workflow.auto_next` is disabled, or the review loop stopped at `NEEDS_REVISION` or `BLOCKED`, or stopped early; hand control back to the user as the review loop already does. This advances the chain and does not modify the Output Summary.
|
|
115
|
+
|
|
95
116
|
## Output Summary
|
|
96
117
|
|
|
97
118
|
Report the tasks path, plan/requirement coverage, dependency summary, unresolved items, and auto-review status.
|
|
@@ -101,6 +101,17 @@ Invoke `/codexspec:review-plan <feature-dir>/plan.md`.
|
|
|
101
101
|
- Run a maximum of two automatic fix-and-review rounds.
|
|
102
102
|
- Stop if a defect repeats, remains unresolved, or requires a user decision.
|
|
103
103
|
|
|
104
|
+
## Auto-Next Chain Advance
|
|
105
|
+
|
|
106
|
+
Read `workflow.auto_next` from `.codexspec/config.yml` (default `false`; only the literal value `true` enables it — absent, `false`, or any other value means disabled).
|
|
107
|
+
|
|
108
|
+
When `workflow.auto_next` is `true` AND the Automatic Review Loop above concluded in a passing state — the final Overall Status is `PASS` or `PASS_WITH_WARNINGS` — advance the chain automatically:
|
|
109
|
+
|
|
110
|
+
1. Emit exactly one notice line, in the interaction language, e.g. `auto_next: review passed → invoking /codexspec:plan-to-tasks <feature-dir>`.
|
|
111
|
+
2. Invoke `/codexspec:plan-to-tasks <feature-dir>` exactly once, then end this command.
|
|
112
|
+
|
|
113
|
+
Do not auto-advance when `workflow.auto_next` is disabled, or the review loop stopped at `NEEDS_REVISION` or `BLOCKED`, or stopped early per the conditions above; in those cases hand control back to the user exactly as the review loop already does. This advances the chain and does not modify the Output Summary.
|
|
114
|
+
|
|
104
115
|
## Output Summary
|
|
105
116
|
|
|
106
117
|
Report the plan path, requirement coverage, plan-level decisions, unresolved items, and auto-review status.
|
|
@@ -107,3 +107,14 @@ Report:
|
|
|
107
107
|
- Confirmed IDs
|
|
108
108
|
- Open IDs and whether they block specification generation
|
|
109
109
|
- Next command: `/codexspec:generate-spec <feature-dir>`
|
|
110
|
+
|
|
111
|
+
## Auto-Next Chain Advance
|
|
112
|
+
|
|
113
|
+
Read `workflow.auto_next` from `.codexspec/config.yml` (default `false`; only the literal value `true` enables it).
|
|
114
|
+
|
|
115
|
+
When `workflow.auto_next` is `true` AND discovery is complete — the Completion criteria above are met and the user has explicitly confirmed the final stage summary (not each intermediate topic confirmation) — advance the chain automatically:
|
|
116
|
+
|
|
117
|
+
1. Emit exactly one notice line, in the interaction language, e.g. `auto_next: requirements confirmed → invoking /codexspec:generate-spec <feature-dir>`.
|
|
118
|
+
2. Invoke `/codexspec:generate-spec <feature-dir>` exactly once, then end this command.
|
|
119
|
+
|
|
120
|
+
Do not auto-advance on intermediate topic confirmations, or when `workflow.auto_next` is disabled (absent, `false`, or non-`true`); in those cases report normally and hand off to the next command manually. This advances the chain and does not modify the Completion report.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|