docs(cli #18): document the manual smoke test in agents edit --help - #80
Merged
Conversation
Completes the last open done-condition for #18. The command itself (schema-driven interactive + scriptable authoring, template gallery, skill autocomplete, legacy-alias warnings) already shipped in #19 and #20; the only unmet item was 'manual smoke against a local nova-os documented in the subcommand --help Long text'. Adds a four-step smoke walkthrough (start instance -> dry-run create -> submit + round-trip verify -> interactive edit) to the Long text. Verified on this branch: go build ./..., go vet ./cmd/, and the full cli/cmd test package (83 tests) all pass; agents edit --help renders the new section. Closes #18 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_011AchmiUQL4WopPLZj8vkxu
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.
Closes #18 — the last remaining done-condition.
Context
nova-os-cli agents edit(schema-driven interactive + scriptable agent authoring,--templategallery,/api/skillsautocomplete, legacy-alias warnings) already shipped across #19 (slices 1+2) and #20 (slice 3). Scoping #18 found every done-condition met except one:The issue stayed open only because #19/#20 titled themselves "#18 slice N" rather than "Closes #18".
This PR
Adds a four-step manual smoke walkthrough to the
agents editLong:help text — start a local instance + mint a key → dry-run a create → submit and round-trip verify viaagents list→ interactive edit. That closes the final checkbox.Verification (Go 1.24 toolchain)
go build ./...— cleango vet ./cmd/— cleango test ./cmd/— 83 tests pass (incl. the edit/alias/skill/template suites)gofmt— cleanagents edit --helprenders the new "Manual smoke test" section🤖 Generated with Claude Code
https://claude.ai/code/session_011AchmiUQL4WopPLZj8vkxu