Private
Public Access
0
0
Files
manual_slop/scripts/tier2
ed bb0975f93b fix(tier2): run_tier2_sandboxed.ps1 - remove AppData dir references
Removed:
- The \ and \ variables
- The 'app-data dir' phrase in the .DESCRIPTION docstring
- The 'app-data dir' phrase in step 2's comment

The Tier 2 clone is the only allowed directory; AppData is enforced
off-limits by the agent's *AppData\\\\* bash deny rule (no OS-level
ACL needed since the agent's bash commands are denied at the OpenCode
permission layer).

Per the user's 2026-06-18 'NEVER USE APPDATA' directive.

Refs: conductor/tracks/tier2_no_appdata_20260618
2026-06-18 14:38:26 -04:00
..