Skip to content

docs: note that analyze, parse and fmt are in beta - #4588

Merged
kyleconroy merged 1 commit into
mainfrom
claude/beta-notice-parse-analyze-fmt-ikkg09
Aug 27, 2026
Merged

docs: note that analyze, parse and fmt are in beta#4588
kyleconroy merged 1 commit into
mainfrom
claude/beta-notice-parse-analyze-fmt-ikkg09

Conversation

@kyleconroy

Copy link
Copy Markdown
Collaborator

Adds a beta notice to the top of the three command pages so readers know these commands aren't stable yet.

Each notice sits directly under the page title and uses the > [!NOTE] GitHub alert style already used elsewhere in the docs (docs/howto/push.md, docs/howto/overrides.md) — internal/docs/lint.go requires GitHub alerts rather than MyST directives.

  • docs/howto/analyze.md — flags and JSON output may change, and the types it reports can differ from what generate produces
  • docs/howto/parse.md — flags and the shape of the printed JSON AST may change
  • docs/howto/fmt.md — the formatting it produces may change, plus a reminder that it rewrites query files in place

Docs only; no code changes. go test ./internal/docs/... passes.


Generated by Claude Code

Add a GitHub alert at the top of each command's page so readers know the
flags and output are still subject to change, and that fmt rewrites query
files in place.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01DnqiFw1XAw6b14bSf1GQZb
@kyleconroy
kyleconroy merged commit 5e1deed into main Aug 27, 2026
8 checks passed
@kyleconroy
kyleconroy deleted the claude/beta-notice-parse-analyze-fmt-ikkg09 branch August 27, 2026 17:25
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.

2 participants