Skip to content

docs(cli): document allagents status, kind labels, and plugin list Type field#418

Merged
christso merged 1 commit into
mainfrom
docs/status-and-kind-reference
May 30, 2026
Merged

docs(cli): document allagents status, kind labels, and plugin list Type field#418
christso merged 1 commit into
mainfrom
docs/status-and-kind-reference

Conversation

@christso
Copy link
Copy Markdown
Contributor

Summary

Covers items #3 and #4 from the post-#415 follow-up list:

Docs (item #4):

  • cli.mdx: add allagents status to the Top-Level Commands synopsis; add a ### status section documenting the plugin/skill classification rule, the per-entry Type label, the kind JSON field, and the allagents workspace status backwards-compatible alias; add a ### plugin list section cross-referencing the type distinction
  • quick-start.mdx: update "Check Status" example from allagents workspace statusallagents status, with a note that the old form is still accepted

Performance note (item #3):

  • Add an inline comment in plugin.ts confirming getWorkspaceStatus is filesystem-only (uses { offline: true } internally) so the kind-lookup cost is imperceptible — no network I/O regardless of plugin count; no code change required

No dist/ rebuild — CI handles that.

Test plan

  • bun run typecheck passes
  • bun run lint passes
  • bun test — 1306 pass, 0 fail

🤖 Generated with Claude Code

…pe field

- Add `allagents status` to the Top-Level Commands block in cli.mdx
- Add a ### status section documenting the plugin/skill classification rule,
  the per-entry Type label, the `kind` JSON field, and the backward-compatible
  `allagents workspace status` alias
- Add a ### plugin list section documenting the Type/kind distinction
- Update quick-start.mdx: replace `allagents workspace status` example with
  `allagents status` and note the legacy alias still works
- Add inline comment in plugin.ts noting that getWorkspaceStatus is
  filesystem-only (offline: true), so the cost is imperceptible
@cloudflare-workers-and-pages
Copy link
Copy Markdown

Deploying allagents with  Cloudflare Pages  Cloudflare Pages

Latest commit: d8537e6
Status: ✅  Deploy successful!
Preview URL: https://792d7f70.allagents.pages.dev
Branch Preview URL: https://docs-status-and-kind-referen.allagents.pages.dev

View logs

@christso christso merged commit 3abda9d into main May 30, 2026
1 check passed
@christso christso deleted the docs/status-and-kind-reference branch May 30, 2026 08:58
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.

1 participant