docs: update README to reflect full repo scope#8
Merged
Conversation
The repo has grown beyond just sandbox images — it now includes deployment docs and the /fullsend Claude Code skill. Update the README with a "What's in this repo" overview, a getting started section, and the full skill command table. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Updates the repository README to reflect that this repo contains not just a custom sandbox image, but also deployment documentation and a Claude Code /fullsend skill, making onboarding and discovery easier for new team members.
Changes:
- Replaces the prior intro with a “What’s in this repo” overview spanning image, docs, and skill.
- Adds a “Getting started” section pointing to onboarding docs and
/fullsend help. - Adds a
/fullsendcommand table and moves “why custom image” context into the Image section.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+39
to
+47
| | `/fullsend validate` | Diff customized harness/env files against upstream scaffold | | ||
| | `/fullsend inspect <run-id\|#issue>` | Investigate an agent run — status, timing, output, logs | | ||
| | `/fullsend trigger <agent> <#issue>` | Post a slash command to start an agent | | ||
| | `/fullsend watch <#issue>` | Monitor a run until completion, then auto-inspect | | ||
| | `/fullsend debug <#issue>` | Run sandbox diagnostics | | ||
| | `/fullsend comment <#issue> <msg>` | Post a comment on an issue or PR | | ||
| | `/fullsend label <#issue> <add\|remove> <label>` | Manage issue labels | | ||
| | `/fullsend help [topic]` | Agent pipeline, deployment overview, upstream docs | | ||
| | `/fullsend custom-agents` | Guide for building custom standalone agents | |
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
/fullsend help/fullsendskill command table so the skill is discoverable from the READMETest plan
🤖 Generated with Claude Code