docs(skill): align setup-local-stack with the verified gcx surface - #52
Merged
Conversation
Every claim of issue #37 was re-verified live against gcx v1.0.0 and Grafana 13.1.3. The reported command failures do not reproduce on this version (list-profile-types and -d/--datasource work on all four groups; metadata is a listed subcommand) - the report reflects an older gcx surface, which itself proves the issue's meta-point: the surface moves. What was actually wrong and is fixed here: - the discovery line suggested bare `gcx metrics series`, which errors ("At least one selector is required" - confirmed); it and `gcx logs series` are now documented as requiring a selector, with `labels` / `metadata` as the discovery commands - the skill implied admin/admin credentials are needed; Grafana serves the local stack anonymously (verified: a credential-less context is fully functional), so the entries are documented as inert - the verified gcx/Grafana versions are now pinned next to the command table, with --help as the authority on drift Refs #37 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Merged
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.
What
Fixes the real defects of #37 in
setup-local-stack(both the.apm/andmarketplace/copies, kept identical):gcx metrics series(it errors: "At least one selector is required");labels/metadataare the discovery commands, andmetrics series/logs seriesare documented as requiring a selector, with an example.admin/adminentries in the context template are marked accepted-but-inert (kept so the template also fits an auth-enabled Grafana).gcx <group> --helpdesignated as the authority when the surface drifts.Why — every claim of #37 re-verified live
The reported command failures do not reproduce on the current pinned surface:
gcx profiles list-profile-types -d pyroscopeworks (profile-typesis the one that does not exist — the inverse of the report),-d/--datasourceis a real flag on all four groups, andmetadatais a listed, working subcommand. The report reflects an older gcx surface — which itself proves the issue's meta-point ("this surface evidently moves") and motivates the version pin. What did hold: baremetrics serieserroring, and anonymous auth (a credential-less context is fully functional).The command table itself is unchanged: it is correct on the pinned version.
Fixes #37
🤖 Generated with Claude Code