docs: rewrite README, add SPEC.md, delete dead code, extract TOML parsing#10
Merged
Conversation
…sing - README: rewrite for bin/harness CLI, profiles/, correct paths, add prerequisites, "Why use a sandbox?" section - SPEC.md: implementation-independent specification of the harness (CLI, config, sandbox lifecycle, credential flow, network policy, OCP launcher, testing) - REVIEW.md: 10-agent code review with prioritized recommendations - Delete dead code: sandbox-local.sh, sandbox/configure-mcp.py - Extract TOML parsing to bin/scripts/lib/parse-profile.py (standalone script, shared by profile.sh and launcher) - Rename parse_agent() to parse_profile() - Fix providers.sh broken path ($SCRIPT_DIR → $HARNESS_DIR) - Update PROVIDERS-SPEC.md agents/ → profiles/ Tested: bats 29/29, podman 13/13 (30s) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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
bin/harnessCLI. Correct file paths, prerequisites section, "Why use a sandbox?" section, CLI reference, profiles docs.sandbox-local.sh(106 lines),sandbox/configure-mcp.py(71 lines)bin/scripts/lib/parse-profile.py— standalone script shared byprofile.shand launcher. Renamedparse_agent()→parse_profile().$SCRIPT_DIR/sandbox/profiles/→$HARNESS_DIR/sandbox/profiles/agents/→profiles/referencesTest results
🤖 Generated with Claude Code