Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"name": "claude-constructor",
"source": "./plugins/claude-constructor",
"description": "A workflow automation system that helps Claude Code implement features systematically with built-in planning, validation, and review steps",
"version": "1.3.0"
"version": "1.3.1"
}
]
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "claude-constructor",
"version": "1.3.0",
"version": "1.3.1",
"description": "A workflow automation plugin for Claude Code",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/claude-constructor/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "claude-constructor",
"description": "A workflow automation system that helps Claude Code implement features systematically with built-in planning, validation, and review steps",
"version": "1.3.0",
"version": "1.3.1",
"author": {
"name": "Jonas Martinsson & Anders Hassis",
"url": "https://github.com/Hurblat/claude-constructor/graphs/contributors"
Expand Down
8 changes: 5 additions & 3 deletions plugins/claude-constructor/commands/specification-sign-off.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ You MUST follow all workflow steps below, not skipping any step and doing all st
- Read the state management file ($1)
- Update `specificationApproved: false` to `specificationApproved: true` in the Workflow Progress section

8. **Add Issue Comment**:
- Read the state management file to get the issue key
- Use the Skill tool to execute `/create-comment [issue-key] "[specification details and assumptions]" $1`
8. **Add Issue Comment** (skip if provider is "prompt"):
- Read the state management file to get the issue key and provider
- If provider is NOT "prompt": Use the Skill tool to execute `/create-comment [issue-key] "[specification details and assumptions]" $1`

9. Specification sign-off is complete