Skip to content

Commit f81574d

Browse files
committed
Fix stale CLI changelog version and remove redundant CWD injector
- CLI CHANGELOG: "Ships with CodeForge v2.1.0" → "v2.1.1" to match the actual container release version - Remove agent-system's inject-cwd.py and its SubagentStart hook — workspace-scope-guard already handles SubagentStart with superior scope-resolved CWD (worktree-aware, git-root-aware, session-persisted)
1 parent 4a7f8af commit f81574d

File tree

3 files changed

+1
-53
lines changed

3 files changed

+1
-53
lines changed

cli/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## v0.1.0 — 2026-03-14 (Experimental)
44

5-
Initial release. Ships with CodeForge v2.1.0.
5+
Initial release. Ships with CodeForge v2.1.1.
66

77
### Command Groups
88

container/.devcontainer/plugins/devs-marketplace/plugins/agent-system/hooks/hooks.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,6 @@
1313
]
1414
}
1515
],
16-
"SubagentStart": [
17-
{
18-
"matcher": "",
19-
"hooks": [
20-
{
21-
"type": "command",
22-
"command": "python3 ${CLAUDE_PLUGIN_ROOT}/scripts/inject-cwd.py",
23-
"timeout": 3
24-
}
25-
]
26-
}
27-
],
2816
"TeammateIdle": [
2917
{
3018
"hooks": [

container/.devcontainer/plugins/devs-marketplace/plugins/agent-system/scripts/inject-cwd.py

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)