Skip to content

docs(agent-isolation): mention claude=claude-iso alias in README - #16

Merged
potiuk merged 1 commit into
mainfrom
claude-iso-readme-alias
Apr 29, 2026
Merged

docs(agent-isolation): mention claude=claude-iso alias in README#16
potiuk merged 1 commit into
mainfrom
claude-iso-readme-alias

Conversation

@potiuk

@potiuk potiuk commented Apr 29, 2026

Copy link
Copy Markdown
Member

Summary

  • Follow-up to fix(agent-isolation): zsh portability + opt-in default-claude alias #15. Add the optional alias claude='claude-iso' line to the "Usage at a glance" block in tools/agent-isolation/README.md, with a one-line cross-reference to the trade-off discussion in secure-agent-setup.md.
  • The full discussion (escape hatches, trade-off, why the alias does not recurse) lives in secure-agent-setup.md; this is just the visibility hook for users who land on the tool directory's README first.

Test plan

  • prek run --files tools/agent-isolation/README.md passes.

🤖 Generated with Claude Code

Add the `alias claude='claude-iso'` line to the "Usage at a glance"
block, with a one-line cross-reference to the trade-off discussion
in `secure-agent-setup.md`.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@potiuk
potiuk merged commit 74d2830 into main Apr 29, 2026
5 checks passed
@potiuk
potiuk deleted the claude-iso-readme-alias branch April 29, 2026 19:59
@andreahlert andreahlert added the mode:platform Substrate / infra — not a mode (sandbox, CI, validators) label May 7, 2026
potiuk pushed a commit that referenced this pull request Jul 4, 2026
…org>/ (#721)

Add validate_organization_structure (check #16) that enforces every
organizations/<org>/ adapter directory contains README.md and
organization.md. Clears the Known Gap in the organization-adapters
spec: No structural validator check yet enforces required files in
organizations/<org>/ (currently README + organization.md by convention).

The check is HARD (ORGANIZATION_CATEGORY) so an incomplete adapter
directory fails the validator rather than emitting only an advisory.
The live tree (ASF/ and independent/) already carries both files,
so no existing adapter is broken. The _template/ directory is excluded
from the check, matching the existing known_organizations() convention.

8 new test cases in TestOrganizationStructure cover: well-formed org,
missing README.md, missing organization.md, both files absent, template
exclusion, multi-org sweep, empty organizations/ directory, and the
HARD-category assertion. All 433 tests pass (uv run direct).

Generated-by: Claude (Opus 4.7)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

mode:platform Substrate / infra — not a mode (sandbox, CI, validators)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants