codexspec 0.7.3__tar.gz → 0.7.4__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.3 → codexspec-0.7.4}/PKG-INFO +1 -1
- {codexspec-0.7.3 → codexspec-0.7.4}/pyproject.toml +1 -1
- {codexspec-0.7.3 → codexspec-0.7.4}/templates/commands/config.md +3 -1
- {codexspec-0.7.3 → codexspec-0.7.4}/templates/commands/constitution.md +3 -1
- {codexspec-0.7.3 → codexspec-0.7.4}/.gitignore +0 -0
- {codexspec-0.7.3 → codexspec-0.7.4}/LICENSE +0 -0
- {codexspec-0.7.3 → codexspec-0.7.4}/README.md +0 -0
- {codexspec-0.7.3 → codexspec-0.7.4}/codexspec-icon.svg +0 -0
- {codexspec-0.7.3 → codexspec-0.7.4}/codexspec-logo-dark.svg +0 -0
- {codexspec-0.7.3 → codexspec-0.7.4}/codexspec-logo-light.svg +0 -0
- {codexspec-0.7.3 → codexspec-0.7.4}/scripts/bash/check-i18n-completeness.sh +0 -0
- {codexspec-0.7.3 → codexspec-0.7.4}/scripts/bash/check-i18n-structure.sh +0 -0
- {codexspec-0.7.3 → codexspec-0.7.4}/scripts/bash/check-prerequisites.sh +0 -0
- {codexspec-0.7.3 → codexspec-0.7.4}/scripts/bash/common.sh +0 -0
- {codexspec-0.7.3 → codexspec-0.7.4}/scripts/bash/create-new-feature.sh +0 -0
- {codexspec-0.7.3 → codexspec-0.7.4}/scripts/powershell/check-prerequisites.ps1 +0 -0
- {codexspec-0.7.3 → codexspec-0.7.4}/scripts/powershell/common.ps1 +0 -0
- {codexspec-0.7.3 → codexspec-0.7.4}/scripts/powershell/create-new-feature.ps1 +0 -0
- {codexspec-0.7.3 → codexspec-0.7.4}/src/codexspec/__init__.py +0 -0
- {codexspec-0.7.3 → codexspec-0.7.4}/src/codexspec/commands/__init__.py +0 -0
- {codexspec-0.7.3 → codexspec-0.7.4}/src/codexspec/commands/installer.py +0 -0
- {codexspec-0.7.3 → codexspec-0.7.4}/src/codexspec/i18n.py +0 -0
- {codexspec-0.7.3 → codexspec-0.7.4}/src/codexspec/idea.md +0 -0
- {codexspec-0.7.3 → codexspec-0.7.4}/src/codexspec/integrations/__init__.py +0 -0
- {codexspec-0.7.3 → codexspec-0.7.4}/src/codexspec/integrations/base.py +0 -0
- {codexspec-0.7.3 → codexspec-0.7.4}/src/codexspec/integrations/claude.py +0 -0
- {codexspec-0.7.3 → codexspec-0.7.4}/src/codexspec/integrations/codex.py +0 -0
- {codexspec-0.7.3 → codexspec-0.7.4}/src/codexspec/translator.py +0 -0
- {codexspec-0.7.3 → codexspec-0.7.4}/templates/commands/analyze.md +0 -0
- {codexspec-0.7.3 → codexspec-0.7.4}/templates/commands/checklist.md +0 -0
- {codexspec-0.7.3 → codexspec-0.7.4}/templates/commands/clarify.md +0 -0
- {codexspec-0.7.3 → codexspec-0.7.4}/templates/commands/commit-staged.md +0 -0
- {codexspec-0.7.3 → codexspec-0.7.4}/templates/commands/generate-spec.md +0 -0
- {codexspec-0.7.3 → codexspec-0.7.4}/templates/commands/implement-tasks.md +0 -0
- {codexspec-0.7.3 → codexspec-0.7.4}/templates/commands/plan-to-tasks.md +0 -0
- {codexspec-0.7.3 → codexspec-0.7.4}/templates/commands/pr.md +0 -0
- {codexspec-0.7.3 → codexspec-0.7.4}/templates/commands/quick.md +0 -0
- {codexspec-0.7.3 → codexspec-0.7.4}/templates/commands/review-code.md +0 -0
- {codexspec-0.7.3 → codexspec-0.7.4}/templates/commands/review-plan.md +0 -0
- {codexspec-0.7.3 → codexspec-0.7.4}/templates/commands/review-spec.md +0 -0
- {codexspec-0.7.3 → codexspec-0.7.4}/templates/commands/review-tasks.md +0 -0
- {codexspec-0.7.3 → codexspec-0.7.4}/templates/commands/spec-to-plan.md +0 -0
- {codexspec-0.7.3 → codexspec-0.7.4}/templates/commands/specify.md +0 -0
- {codexspec-0.7.3 → codexspec-0.7.4}/templates/commands/tasks-to-issues.md +0 -0
- {codexspec-0.7.3 → codexspec-0.7.4}/templates/docs/checklist-template.md +0 -0
- {codexspec-0.7.3 → codexspec-0.7.4}/templates/docs/constitution-template.md +0 -0
- {codexspec-0.7.3 → codexspec-0.7.4}/templates/docs/plan-template-detailed.md +0 -0
- {codexspec-0.7.3 → codexspec-0.7.4}/templates/docs/plan-template-simple.md +0 -0
- {codexspec-0.7.3 → codexspec-0.7.4}/templates/docs/requirements-template.md +0 -0
- {codexspec-0.7.3 → codexspec-0.7.4}/templates/docs/spec-template-detailed.md +0 -0
- {codexspec-0.7.3 → codexspec-0.7.4}/templates/docs/spec-template-simple.md +0 -0
- {codexspec-0.7.3 → codexspec-0.7.4}/templates/docs/tasks-template-detailed.md +0 -0
- {codexspec-0.7.3 → codexspec-0.7.4}/templates/docs/tasks-template-simple.md +0 -0
- {codexspec-0.7.3 → codexspec-0.7.4}/templates/translations/de.json +0 -0
- {codexspec-0.7.3 → codexspec-0.7.4}/templates/translations/en.json +0 -0
- {codexspec-0.7.3 → codexspec-0.7.4}/templates/translations/es.json +0 -0
- {codexspec-0.7.3 → codexspec-0.7.4}/templates/translations/fr.json +0 -0
- {codexspec-0.7.3 → codexspec-0.7.4}/templates/translations/ja.json +0 -0
- {codexspec-0.7.3 → codexspec-0.7.4}/templates/translations/ko.json +0 -0
- {codexspec-0.7.3 → codexspec-0.7.4}/templates/translations/pt-BR.json +0 -0
- {codexspec-0.7.3 → codexspec-0.7.4}/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.4
|
|
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
|
|
@@ -67,7 +67,7 @@ To create a new configuration, run `/codexspec:config` without arguments.
|
|
|
67
67
|
|
|
68
68
|
### Step 3: Interactive Mode (Configuration Exists)
|
|
69
69
|
|
|
70
|
-
If configuration exists and no `--view` flag, present the management menu using `AskUserQuestion
|
|
70
|
+
If configuration exists and no `--view` flag, present the management menu using the host agent's structured-question tool (e.g., `AskUserQuestion` or `request_user_input`):
|
|
71
71
|
|
|
72
72
|
```json
|
|
73
73
|
{
|
|
@@ -84,6 +84,8 @@ If configuration exists and no `--view` flag, present the management menu using
|
|
|
84
84
|
}
|
|
85
85
|
```
|
|
86
86
|
|
|
87
|
+
> **Note**: The field schema above follows the `AskUserQuestion` convention. Under `request_user_input`, each question additionally requires an `id` (snake_case) and accepts 2–3 options — follow the host tool's actual schema rather than copying this example verbatim.
|
|
88
|
+
|
|
87
89
|
Then handle each option:
|
|
88
90
|
|
|
89
91
|
#### Option: View current config
|
|
@@ -53,7 +53,7 @@ Parse `$ARGUMENTS` to determine execution mode:
|
|
|
53
53
|
|
|
54
54
|
### Mode A: No Arguments - Present Options
|
|
55
55
|
|
|
56
|
-
**IMPORTANT**: Use the `AskUserQuestion`
|
|
56
|
+
**IMPORTANT**: Use the host agent's structured-question tool (e.g., `AskUserQuestion` or `request_user_input`) to present structured choices.
|
|
57
57
|
|
|
58
58
|
```json
|
|
59
59
|
{
|
|
@@ -78,6 +78,8 @@ Parse `$ARGUMENTS` to determine execution mode:
|
|
|
78
78
|
}
|
|
79
79
|
```
|
|
80
80
|
|
|
81
|
+
> **Note**: The field schema above follows the `AskUserQuestion` convention. Under `request_user_input`, each question additionally requires an `id` (snake_case) and accepts 2–3 options — follow the host tool's actual schema rather than copying this example verbatim.
|
|
82
|
+
|
|
81
83
|
**After user responds:**
|
|
82
84
|
|
|
83
85
|
- If user selects `quick` → proceed to Mode B Quick Exploration
|
|
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
|
|
File without changes
|
|
File without changes
|