Replies: 1 comment 1 reply
|
I like the direction, but there are a few blockers that would need answers before this could land:
The dependency-outputs half is the cleanest piece — Also worth knowing: there's no e2e coverage for filesystem sandboxing because our CI runners don't have Landlock, so this would be unit-tested against the derived I'd consider a PR but I'd have to look at it. If you take a run at it, I'd keep it opt-in and frame it as ergonomics rather than a security boundary, since the derived set is simultaneously broader than declared and insufficient. AI-assisted — Tool: Claude Code; model: anthropic/claude-opus-5; version: unavailable. |
Uh oh!
There was an error while loading. Please reload this page.
If inputs or outputs are declared, we should expect that:
allow_readandallow_write.And when tasks depend on other tasks, we should expect that:
allow_readfor the main task.All reactions