fix: validate coding inspector policy descriptors eagerly #295

Open
nsaspy wants to merge 0 commits from rage/369-coding-inspector-descriptors into main
Owner

Closes #369 and advances #1.

RAGE transaction replayed onto current canonical main:

  • RED coverage rejects malformed allowed-root and Git executable descriptors at construction;
  • implementation requires a non-empty tuple of Path roots and a clean non-empty executable string;
  • malformed descriptors fail before filesystem/subprocess use;
  • repository confinement and command surface are unchanged.

No Core bypass, cross-plugin composition, or external todo work. Merge only on exact-head green compatibility/registry/plugin/Nix gates.

Closes #369 and advances #1. RAGE transaction replayed onto current canonical main: - RED coverage rejects malformed allowed-root and Git executable descriptors at construction; - implementation requires a non-empty tuple of `Path` roots and a clean non-empty executable string; - malformed descriptors fail before filesystem/subprocess use; - repository confinement and command surface are unchanged. No Core bypass, cross-plugin composition, or external todo work. Merge only on exact-head green compatibility/registry/plugin/Nix gates.
Some checks failed
CI / test (pull_request) Failing after 40s
This branch is already included in the target branch. There is nothing to merge.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin rage/369-coding-inspector-descriptors:rage/369-coding-inspector-descriptors
git switch rage/369-coding-inspector-descriptors

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff rage/369-coding-inspector-descriptors
git switch rage/369-coding-inspector-descriptors
git rebase main
git switch main
git merge --ff-only rage/369-coding-inspector-descriptors
git switch rage/369-coding-inspector-descriptors
git rebase main
git switch main
git merge --no-ff rage/369-coding-inspector-descriptors
git switch main
git merge --squash rage/369-coding-inspector-descriptors
git switch main
git merge --ff-only rage/369-coding-inspector-descriptors
git switch main
git merge rage/369-coding-inspector-descriptors
git push origin main
Sign in to join this conversation.
No description provided.