Skip to content

docs(cli #18): document the manual smoke test in agents edit --help - #80

Merged
flyworker merged 1 commit into
mainfrom
docs/sdk-18-smoke-note
Aug 1, 2026
Merged

docs(cli #18): document the manual smoke test in agents edit --help#80
flyworker merged 1 commit into
mainfrom
docs/sdk-18-smoke-note

Conversation

@flyworker

Copy link
Copy Markdown
Contributor

Closes #18 — the last remaining done-condition.

Context

nova-os-cli agents edit (schema-driven interactive + scriptable agent authoring, --template gallery, /api/skills autocomplete, legacy-alias warnings) already shipped across #19 (slices 1+2) and #20 (slice 3). Scoping #18 found every done-condition met except one:

  • Manual smoke against a local nova-os documented in the subcommand's --help Long: text

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 edit Long: help text — start a local instance + mint a key → dry-run a create → submit and round-trip verify via agents list → interactive edit. That closes the final checkbox.

Verification (Go 1.24 toolchain)

  • go build ./... — clean
  • go vet ./cmd/ — clean
  • go test ./cmd/83 tests pass (incl. the edit/alias/skill/template suites)
  • gofmt — clean
  • agents edit --help renders the new "Manual smoke test" section

🤖 Generated with Claude Code

https://claude.ai/code/session_011AchmiUQL4WopPLZj8vkxu

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
@flyworker
flyworker merged commit b6ec15a into main Aug 1, 2026
3 checks passed
@flyworker
flyworker deleted the docs/sdk-18-smoke-note branch August 1, 2026 02:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat(cli): nova-os-cli agents edit — schema-driven guided agent authoring

1 participant