Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
8277fbc
Removed rules
nhorton Feb 3, 2026
538d6ac
Port theoretically done
nhorton Feb 3, 2026
0815603
mcp loads now
nhorton Feb 3, 2026
c965bf1
feat: Refactor quality gate with configurable agent and improved prompts
nhorton Feb 3, 2026
eef7733
chore: Update tests and sync for MCP variant
nhorton Feb 3, 2026
2b93c35
Cleaned up MCP rules
nhorton Feb 4, 2026
55f4342
Remove old jobs
nhorton Feb 4, 2026
949f48b
chore: Remove dead rules_check references from docstrings
nhorton Feb 4, 2026
756c2da
async
nhorton Feb 4, 2026
cdacb42
feat: Add stack-based nested workflow support and abort_workflow tool
nhorton Feb 4, 2026
8a7b41a
repair added but not run
nhorton Feb 4, 2026
8023470
cleaned up
nhorton Feb 4, 2026
031d329
Version bump
nhorton Feb 4, 2026
3f076c9
Fix ruff lint errors and apply formatting
nhorton Feb 4, 2026
08691ac
Migrate to uv2nix for reproducible Python builds
nhorton Feb 4, 2026
bb4e385
Fix quality gate wrapper parsing and repair job definitions
nhorton Feb 4, 2026
47cdeba
cleanups
nhorton Feb 5, 2026
e66a354
MCP command updated
nhorton Feb 5, 2026
1b83ee8
add_job improved
nhorton Feb 5, 2026
5f660ad
tighter instructions
nhorton Feb 5, 2026
42fe0eb
stop backing up rules
nhorton Feb 5, 2026
64debec
make_new_job.sh preserved, parallel execution, no dupe quality criteria
nhorton Feb 5, 2026
97bfc0a
formatting
nhorton Feb 5, 2026
b27dfed
Update changelog for MCP variant branch
nhorton Feb 5, 2026
2228d07
remove update job
nhorton Feb 5, 2026
68cfce9
Fix release version to prerelease (0.7.0a1)
nhorton Feb 5, 2026
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
74 changes: 0 additions & 74 deletions .claude/hooks/block_bash_with_instructions.sh

This file was deleted.

4 changes: 0 additions & 4 deletions .claude/hooks/commit_job_git_commit.sh

This file was deleted.

81 changes: 6 additions & 75 deletions .claude/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,56 +95,20 @@
"Bash(npm:*)",
"Bash(npx:*)",
"Edit(./**)",
"Read(./.deepwork/tmp/**)",
"Edit(./.deepwork/tmp/**)",
"Write(./.deepwork/tmp/**)",
"Skill(commit)",
"Skill(commit.review)",
"Skill(commit.test)",
"Skill(commit.lint)",
"Skill(commit.commit_and_push)",
"Skill(deepwork_jobs)",
"Skill(deepwork_jobs.define)",
"Skill(deepwork_jobs.review_job_spec)",
"Skill(deepwork_jobs.implement)",
"Skill(deepwork_jobs.learn)",
"Skill(add_platform)",
"Skill(add_platform.research)",
"Skill(add_platform.add_capabilities)",
"Skill(add_platform.implement)",
"Skill(add_platform.verify)",
"Skill(update)",
"Skill(update.job)",
"Skill(manual_tests)",
"Skill(manual_tests.run_not_fire_tests)",
"Skill(manual_tests.run_fire_tests)",
"Skill(deepwork_rules)",
"Skill(deepwork_rules.define)",
"Bash(deepwork rules clear_queue)",
"Bash(rm -rf .deepwork/tmp/rules/queue/*.json)",
"Skill(manual_tests.reset)",
"Skill(manual_tests.infinite_block_tests)",
"Read(./.deepwork/**)",
"Edit(./.deepwork/**)",
"Write(./.deepwork/**)",
"Bash(deepwork:*)",
"Bash(.claude/hooks/commit_job_git_commit.sh:*)",
"Bash(./.deepwork/jobs/deepwork_jobs/make_new_job.sh:*)",
"WebSearch"
"WebSearch",
"Skill(deepwork)",
"mcp__deepwork__get_workflows",
"mcp__deepwork__start_workflow",
"mcp__deepwork__finished_step",
"mcp__deepwork__abort_workflow"
]
},
"hooks": {
"PreToolUse": [
{
"matcher": "Bash",
"hooks": [
{
"type": "command",
"command": ".claude/hooks/block_bash_with_instructions.sh"
}
]
}
],
"SessionStart": [
{
"matcher": "",
Expand All @@ -155,39 +119,6 @@
}
]
}
],
"UserPromptSubmit": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": ".deepwork/jobs/deepwork_rules/hooks/user_prompt_submit.sh"
}
]
}
],
"Stop": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "deepwork hook rules_check"
}
]
}
],
"SubagentStop": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "deepwork hook rules_check"
}
]
}
]
}
}
Loading