You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scope guard now only enforces isolation between workspace projects.
Paths outside the workspace (e.g. /dev/null, /usr/, /etc/) are not
this guard's jurisdiction — other guards handle system-level security.
Removes the complex system-command exemption logic that was insufficient
and fragile.
Copy file name to clipboardExpand all lines: container/.devcontainer/CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,17 @@
1
1
# CodeForge Devcontainer Changelog
2
2
3
+
## Unreleased
4
+
5
+
### Scope Guard
6
+
7
+
- Fix false positives blocking writes to system paths (`/dev/null`, `/usr/`, `/etc/`, `$HOME/`) — scope guard now only enforces isolation between workspace projects
8
+
- Remove complex system-command exemption logic (no longer needed)
9
+
10
+
### CLI Integration
11
+
12
+
- Add codeforge-cli devcontainer feature — installs the CodeForge CLI (`codeforge` command) globally via npm
13
+
- Remove dead `codeforge` alias from setup-aliases.sh (was pointing to obsolete `setup.js`)
Copy file name to clipboardExpand all lines: container/.devcontainer/plugins/devs-marketplace/plugins/workspace-scope-guard/scripts/guard-workspace-scope.py
0 commit comments