-
Notifications
You must be signed in to change notification settings - Fork 7
chore(graphs): harden dual-graph tooling with pinned versions and fingerprint-based freshness #539
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
ac60580
chore(graphs): harden dual-graph tooling with pinned versions and fin…
qnbs 5ac0329
fix(graphify-report): use package.json name, strip embedded build date
qnbs e2eae67
fix(graphify-report): don't misparse own prior output as a fresh nati…
qnbs b1de85b
chore(graphs): regenerate committed reports as compact, fingerprint-v…
qnbs bd4edfc
fix(graphs): harden freshness and strict report generation
qnbs e5eed4f
chore(governance): reconcile size policy with main
qnbs 25f66b6
fix(codegraph): use the verified global command
qnbs 3eb3ea4
fix(graphs): harden source snapshots and report transactions
qnbs f1d9728
chore(graphs): refresh deterministic committed reports
qnbs e2a2e44
fix(graphs): close review portability gaps
qnbs 8ce8b18
chore(graphs): refresh deterministic committed reports
qnbs d062037
fix(graphs): close report integrity and refresh gaps
qnbs 5b33144
fix(graphs): close bootstrap and ordering portability gaps
qnbs 3b8f9c1
test(graphs): cover compact report integrity
qnbs 9688dea
fix(graphs): verify installer-owned Graphify executable
qnbs File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,62 +1,40 @@ | ||
| # CodeGraph Report | ||
|
|
||
| **Generated:** 2026-06-03T08:20:11.251Z | ||
| Report schema: 1 | ||
| Source fingerprint: sha256:327ee3443156f26862b82a89db69efde7240173d4730246aee39df4f13539c56 | ||
| Tool: codegraph | ||
| Tool version: 1.6.0 | ||
| Generation mode: local-index (codegraph status --json/files) | ||
|
|
||
| ## Status | ||
|
|
||
| ``` | ||
| [1m | ||
| CodeGraph Status | ||
| [0m | ||
| [36mProject:[0m /home/pc/StoryCraft-Studio | ||
|
|
||
| [1mIndex Statistics:[0m | ||
| Files: 959 | ||
| Nodes: 9.358 | ||
| Edges: 20.132 | ||
| DB Size: 17.29 MB | ||
| Backend: [32mnode:sqlite — built-in (full WAL)[0m | ||
| Journal: [32mwal[0m | ||
|
|
||
| [1mNodes by Kind:[0m | ||
| import 3.564 | ||
| constant 1.571 | ||
| function 1.527 | ||
| file 942 | ||
| method 795 | ||
| interface 403 | ||
| type_alias 257 | ||
| variable 198 | ||
| class 93 | ||
| struct 6 | ||
| enum 1 | ||
| enum_member 1 | ||
|
|
||
| [1mFiles by Language:[0m | ||
| typescript 605 | ||
| tsx 304 | ||
| javascript 23 | ||
| yaml 17 | ||
| rust 8 | ||
| python 2 | ||
|
|
||
| [32m✓[0m Index is up to date | ||
|
|
||
|
|
||
| ```text | ||
| Initialized: yes | ||
| Version: 1.6.0 | ||
| Files: 1407 | ||
| Nodes: 14945 | ||
| Edges: 55024 | ||
| Pending changes: {"added":0,"modified":0,"removed":0} | ||
| Worktree mismatch: none | ||
| Index built with: 1.6.0 | ||
| Reindex required: no | ||
| ``` | ||
|
|
||
| ## Files by Extension | ||
|
|
||
| - **.ts**: 605 | ||
| - **.tsx**: 304 | ||
| - **.mjs**: 17 | ||
| - **.yml**: 15 | ||
| - **.rs**: 8 | ||
| - **.ts**: 898 | ||
| - **.tsx**: 378 | ||
| - **.mjs**: 62 | ||
| - **.rs**: 21 | ||
| - **.mts**: 18 | ||
| - **.yml**: 18 | ||
| - **.js**: 4 | ||
| - **.yaml**: 3 | ||
| - **.cjs**: 2 | ||
| - **.yaml**: 2 | ||
| - **.py**: 2 | ||
| - **.xml**: 1 | ||
|
|
||
| --- | ||
|
|
||
| *Regenerate with: `pnpm run codegraph:report`* | ||
| *Regenerate with: `pnpm run graphs:report` (or `pnpm run codegraph:report` directly). Freshness | ||
| check: `pnpm run graphs:status`. Package: worldscript-studio.* |
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
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
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
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| { | ||
| "schemaVersion": 1, | ||
| "graphifyy": { | ||
| "testedVersion": "0.9.51", | ||
| "policy": "controlled-upgrade", | ||
| "installedFrom": "0.8.26", | ||
| "notes": "v0.9.0 changed node-ID format (repo-relative path instead of parent-dir+filename); this repo uses no Neo4j/Gephi export, so the only effect is a one-time large diff in graphify-out/GRAPH_REPORT.md on the first graphify update . after upgrading. v0.9.13 fixed the query-log feature (introduced in v0.8.31, after this repo's prior pin) to default OFF; GRAPHIFY_QUERY_LOG_DISABLE=1 is a real, documented hard-off guarantee if ever needed." | ||
| }, | ||
| "codegraph": { | ||
| "testedVersion": "1.6.0", | ||
| "policy": "controlled-upgrade", | ||
| "installedFrom": "1.1.3", | ||
| "notes": "Purely additive/corrective between 1.1.3 and 1.6.0 (no removed commands, no engines/dependency-shape change). Run a full `codegraph index` (not just sync) once immediately after upgrading -- several fixes require a re-index to take effect. Gains --no-color/NO_COLOR support (#1281, absent at 1.1.3) and CODEGRAPH_NO_UPDATE_CHECK=1 (#1243)." | ||
| }, | ||
| "reportSchemaVersion": 1 | ||
| } |
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.