Skip to content

docs: explain the supply-chain-graph-data branch in the querying guide (fixes #204) - #207

Merged
toddysm merged 2 commits into
mainfrom
docs/querying-guide-data-branch
Aug 15, 2026
Merged

docs: explain the supply-chain-graph-data branch in the querying guide (fixes #204)#207
toddysm merged 2 commits into
mainfrom
docs/querying-guide-data-branch

Conversation

@toddysm

@toddysm toddysm commented Aug 14, 2026

Copy link
Copy Markdown
Owner

Fixes #204.

The querying guide only demonstrated indexing the in-repo supply-chain-graph/ folder and its examples/ fixtures — it never told readers that the real, workflow-generated events live on the append-only supply-chain-graph-data branch, so following the guide only ever showed fixture data.

Adds a 'Where the data lives' section (before Experience 1) that:

Kept the example-based walkthrough intact; edited on disk (notebook buffer) — 27 insertions, no reflow.

Companion: #203 (schema sync, PR #206), #205 (surface referrers/deletions).

The querying guide only showed indexing the in-repo folder/examples and
never said the real, workflow-generated events live on the append-only
supply-chain-graph-data branch. Add a 'Where the data lives' section
with the fetch + worktree + index steps, the schema note (#203), and the
graph-service git-sync path.

Fixes #204
Copilot AI lite review requested due to automatic review settings August 14, 2026 03:43

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the observability querying guide to explain that real supply-chain graph events are stored on the workflow-updated supply-chain-graph-data branch (not main), and documents how to fetch and index that data locally.

Changes:

  • Adds a “Where the data lives” section distinguishing in-repo schema/examples from the workflow-generated data branch.
  • Documents git fetch + git worktree + cssc-graph index steps for indexing real event data.
  • Notes how graph-service obtains the same data via git-sync into DATA_ROOT.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread docs/guides/observability/querying-the-supply-chain-graph.md Outdated
Comment thread docs/guides/observability/querying-the-supply-chain-graph.md Outdated
Copilot review: (1) the collector records one or more event files per
run, not exactly one; (2) the 'no --schema-dir needed' claim depends on
#203 — reword to note it holds from #203 onward and give the
--schema-dir fallback for an older branch snapshot.
@toddysm
toddysm merged commit 07d0f4b into main Aug 15, 2026
3 checks passed
@toddysm
toddysm deleted the docs/querying-guide-data-branch branch August 15, 2026 02:22
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.

Docs: querying guide must explain fetching the supply-chain-graph-data branch for real events

2 participants