docs: restructure agent-device skill docs#260
Merged
Conversation
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
|
32617ac to
dbe2199
Compare
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
Restructure the
agent-deviceskill docs around the decisions an agent makes during a run instead of the old mixed reference buckets.What changed:
skills/agent-device/SKILL.mdinto a thin router with a short default route and one problem-keyed chooser section.skills/agent-device/references/:bootstrap-install.mdfor target selection, install/relaunch, named sessions, session binding, scoped isolation, TV targets, and startup/security guidance.exploration.mdforsnapshot, refs, selectors,get,is,wait,find, and fullerbatchguidance including payload shape, response fields, and recovery patterns.debugging.mdfor logs, network, alerts, setup issues, common failure patterns, crash triage, and retained operational log details such as paths, rotation, redaction, and retention knobs.verification.mdfor screenshots,diff snapshot, recording, replay maintenance, perf checks, and the verification-specificbatchrecording use case.macos-desktop.mdfor macOS-only surface differences, raw snapshot guidance, selector guidance, and desktop-specific troubleshooting.remote-tenancy.mdfor remote daemon transport, tenant admission, lease lifecycle, session-locked RPC examples, and lease tuning knobs.coordinate-system.mdfor the small raw-coordinate reference that was previously lost.AGENTS.mdrule to keep future skill refactors router-first while preserving thereferences/folder and high-value operational guidance.Why:
Touched files: 19. Scope stayed within
skills/agent-deviceandAGENTS.md.Validation
docs/skillsandAGENTS.mdchanges only)pnpm format(fails in this worktree:prettieris not installed becausenode_modulesis missing)