Clarify Docker Lint Authorization - #879
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR clarifies the authorization model for running repository-standard Docker-based linters under restricted executors by documenting a digest-pinned, network-disabled, read-only-mount invocation pattern and separating executor-neutral guidance from agent/provider-specific host configuration.
Changes:
- Update local-lint runbooks (GOVERNANCE/OPERATIONS) to:
docker pull, resolveRepoDigests, thendocker runwith--network=noneand read-only bind mounts. - Add provider-scoped host guardrail and worktree-access documentation for Codex/opencode alongside Claude Code.
- Propagate the new guidance into the skill distributions (repo + plugin + installed skill trees) and update spelling whitelist.
Reviewed changes
Copilot reviewed 14 out of 14 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| spec/scope-model.md | Clarifies host-vs-repo rule “home” semantics and points to provider-specific host forms. |
| README.md | Splits host guardrail guidance by provider and links the missing-hook tracking issue. |
| OPERATIONS.md | Updates verification/runbook Docker lint commands to digest-pinned, network-disabled, read-only mounts. |
| host-setup/agent-safety/README.md | Renames to Claude-specific kit and links provider-specific host docs/issues. |
| GOVERNANCE.md | Documents executor-neutral authorization boundaries and updates canonical Docker lint invocations. |
| docs/host-setup.md | Adds provider-scoped write-safety and worktree-access configuration, including Codex config example. |
| cspell.json | Adds “opencode” to accepted words. |
| .github/skills/repo-worktree/SKILL.md | Adds agent-specific worktree tool notes (Claude/Codex/opencode). |
| .github/skills/comment-and-doc-style/SKILL.md | Adds Docker lint authorization guidance for restricted executors. |
| .claude-plugin/fleet-skills/skills/repo-worktree/SKILL.md | Mirrors repo-worktree skill updates into the Claude plugin distribution. |
| .claude-plugin/fleet-skills/skills/comment-and-doc-style/SKILL.md | Mirrors comment-and-doc-style skill updates into the Claude plugin distribution. |
| .claude-plugin/fleet-skills/.source-digest | Updates the plugin source digest to reflect the regenerated content. |
| .agents/skills/repo-worktree/SKILL.md | Mirrors repo-worktree skill updates into the installed skills tree. |
| .agents/skills/comment-and-doc-style/SKILL.md | Mirrors comment-and-doc-style skill updates into the installed skills tree. |
💡 Configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Verification
python3 scripts/build_dist.py --checkpython3 -m unittest scripts.tests.test_build_distpython3 scripts/repo_gate.pypython3 scripts/prose_lint.py --diff origin/develop --summarypython3 scripts/prose_lint.py --check sentence-length --diff origin/develop --summaryReferences #866.