From 0e5dd961e9e770a51d922f099bf0a6e6a1ce4f86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?cryptofixyup=F0=9F=94=A5?= Date: Sun, 10 May 2026 01:00:49 +0200 Subject: [PATCH 01/22] Add Node.js CI workflow This workflow sets up a CI pipeline for Node.js applications, including installation of dependencies, building the code, and running tests across multiple Node.js versions. --- .github/workflows/node.js.yml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 .github/workflows/node.js.yml diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml new file mode 100644 index 0000000..2284b93 --- /dev/null +++ b/.github/workflows/node.js.yml @@ -0,0 +1,31 @@ +# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node +# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs + +name: Node.js CI + +on: + push: + branches: [ "main" ] + pull_request: + branches: [ "main" ] + +jobs: + build: + + runs-on: ubuntu-latest + + strategy: + matrix: + node-version: [18.x, 20.x, 22.x] + # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ + + steps: + - uses: actions/checkout@v4 + - name: Use Node.js ${{ matrix.node-version }} + uses: actions/setup-node@v4 + with: + node-version: ${{ matrix.node-version }} + cache: 'npm' + - run: npm ci + - run: npm run build --if-present + - run: npm test From 53f5224bc04c7c5651b50119abc1a18a8c98efce Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 10 May 2026 06:16:44 +0000 Subject: [PATCH 02/22] chore(sync): update registry and README --- README.md | 6 +++--- registry.json | 14 +++++++------- site/.well-known/repos.json | 6 +++--- site/stats.json | 2 +- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 8d07845..9e5ca71 100644 --- a/README.md +++ b/README.md @@ -187,9 +187,9 @@ Drop [`docs/publish-template.yml`](docs/publish-template.yml) into your repo as | Repo | Format | Description | Status | Last synced | | --- | --- | --- | :---: | --- | -| [understand-quickly/demo-code-review-graph](https://github.com/understand-quickly/demo-code-review-graph) | `code-review-graph@1` | Demo entry: a sample code-review-graph export covering files, classes, and tests. | ✅ ok | 2026-05-09 | -| [understand-quickly/demo-gitnexus](https://github.com/understand-quickly/demo-gitnexus) | `gitnexus@1` | Demo entry: a sample GitNexus graph modeled on its own codebase. | ✅ ok | 2026-05-09 | -| [understand-quickly/demo-understand-anything](https://github.com/understand-quickly/demo-understand-anything) | `understand-anything@1` | Demo entry: a hand-built sample knowledge graph in the understand-anything@1 shape. | ✅ ok | 2026-05-09 | +| [understand-quickly/demo-code-review-graph](https://github.com/understand-quickly/demo-code-review-graph) | `code-review-graph@1` | Demo entry: a sample code-review-graph export covering files, classes, and tests. | ✅ ok | 2026-05-10 | +| [understand-quickly/demo-gitnexus](https://github.com/understand-quickly/demo-gitnexus) | `gitnexus@1` | Demo entry: a sample GitNexus graph modeled on its own codebase. | ✅ ok | 2026-05-10 | +| [understand-quickly/demo-understand-anything](https://github.com/understand-quickly/demo-understand-anything) | `understand-anything@1` | Demo entry: a hand-built sample knowledge graph in the understand-anything@1 shape. | ✅ ok | 2026-05-10 | ## Status legend diff --git a/registry.json b/registry.json index b5ba705..204d4ae 100644 --- a/registry.json +++ b/registry.json @@ -1,6 +1,6 @@ { "schema_version": 1, - "generated_at": "2026-05-09T04:09:10.746Z", + "generated_at": "2026-05-10T06:16:44.059Z", "entries": [ { "id": "understand-quickly/demo-code-review-graph", @@ -19,7 +19,7 @@ "last_error": null, "last_sha": "db43045f1341c8ba1f20c666497bc78500fad64b411ed8a8b6836e958d58fb39", "size_bytes": 8545, - "last_synced": "2026-05-09T04:09:10.746Z", + "last_synced": "2026-05-10T06:16:43.518Z", "nodes_count": 7, "edges_count": 7, "top_kinds": [ @@ -46,7 +46,7 @@ "source_sha": null, "head_sha": null, "commits_behind": null, - "drift_checked_at": "2026-05-09T04:09:10.683Z" + "drift_checked_at": "2026-05-10T06:16:43.274Z" }, { "id": "understand-quickly/demo-gitnexus", @@ -65,7 +65,7 @@ "last_error": null, "last_sha": "5c9a843fa7ffda007cc4ef4fce80beb54bbdd5d8995db06b8db606980c07239a", "size_bytes": 8713, - "last_synced": "2026-05-09T04:09:10.629Z", + "last_synced": "2026-05-10T06:16:43.805Z", "nodes_count": 8, "edges_count": 10, "top_kinds": [ @@ -100,7 +100,7 @@ "source_sha": null, "head_sha": null, "commits_behind": null, - "drift_checked_at": "2026-05-09T04:09:10.559Z" + "drift_checked_at": "2026-05-10T06:16:43.678Z" }, { "id": "understand-quickly/demo-understand-anything", @@ -117,7 +117,7 @@ "miss_count": 0, "status": "ok", "last_error": null, - "last_synced": "2026-05-09T04:09:10.475Z", + "last_synced": "2026-05-10T06:16:44.058Z", "last_sha": "8076fa075a94ade41b2df7f3a8f1f6a8ace220f609ec5823be51e47ab30b418b", "size_bytes": 4366, "nodes_count": 10, @@ -144,7 +144,7 @@ "source_sha": null, "head_sha": null, "commits_behind": null, - "drift_checked_at": "2026-05-09T04:09:10.392Z" + "drift_checked_at": "2026-05-10T06:16:43.931Z" } ], "last_drift_index": 0 diff --git a/site/.well-known/repos.json b/site/.well-known/repos.json index 7eb61fa..239615b 100644 --- a/site/.well-known/repos.json +++ b/site/.well-known/repos.json @@ -5,7 +5,7 @@ "id": "understand-quickly/demo-code-review-graph", "format": "code-review-graph@1", "graph_url": "https://looptech-ai.github.io/understand-quickly/schemas/__fixtures__/code-review-graph/real-sample.json", - "last_synced": "2026-05-09T04:09:10.746Z", + "last_synced": "2026-05-10T06:16:43.518Z", "status": "ok", "source_sha": null }, @@ -13,7 +13,7 @@ "id": "understand-quickly/demo-gitnexus", "format": "gitnexus@1", "graph_url": "https://looptech-ai.github.io/understand-quickly/schemas/__fixtures__/gitnexus/real-sample.json", - "last_synced": "2026-05-09T04:09:10.629Z", + "last_synced": "2026-05-10T06:16:43.805Z", "status": "ok", "source_sha": null }, @@ -21,7 +21,7 @@ "id": "understand-quickly/demo-understand-anything", "format": "understand-anything@1", "graph_url": "https://looptech-ai.github.io/understand-quickly/schemas/__fixtures__/understand-anything/real-sample.json", - "last_synced": "2026-05-09T04:09:10.475Z", + "last_synced": "2026-05-10T06:16:44.058Z", "status": "ok", "source_sha": null } diff --git a/site/stats.json b/site/stats.json index 86431a3..33d5d22 100644 --- a/site/stats.json +++ b/site/stats.json @@ -1,6 +1,6 @@ { "schema_version": 1, - "generated_at": "2026-05-09T04:09:11.078Z", + "generated_at": "2026-05-10T06:16:44.448Z", "totals": { "entries": 3, "nodes": 25, From 02788349941a95d8aac2b73030ad26b52b89373a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 06:45:08 +0000 Subject: [PATCH 03/22] chore(sync): update registry and README --- README.md | 6 +++--- registry.json | 14 +++++++------- site/.well-known/repos.json | 6 +++--- site/stats.json | 2 +- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 9e5ca71..9fbf5e0 100644 --- a/README.md +++ b/README.md @@ -187,9 +187,9 @@ Drop [`docs/publish-template.yml`](docs/publish-template.yml) into your repo as | Repo | Format | Description | Status | Last synced | | --- | --- | --- | :---: | --- | -| [understand-quickly/demo-code-review-graph](https://github.com/understand-quickly/demo-code-review-graph) | `code-review-graph@1` | Demo entry: a sample code-review-graph export covering files, classes, and tests. | ✅ ok | 2026-05-10 | -| [understand-quickly/demo-gitnexus](https://github.com/understand-quickly/demo-gitnexus) | `gitnexus@1` | Demo entry: a sample GitNexus graph modeled on its own codebase. | ✅ ok | 2026-05-10 | -| [understand-quickly/demo-understand-anything](https://github.com/understand-quickly/demo-understand-anything) | `understand-anything@1` | Demo entry: a hand-built sample knowledge graph in the understand-anything@1 shape. | ✅ ok | 2026-05-10 | +| [understand-quickly/demo-code-review-graph](https://github.com/understand-quickly/demo-code-review-graph) | `code-review-graph@1` | Demo entry: a sample code-review-graph export covering files, classes, and tests. | ✅ ok | 2026-05-11 | +| [understand-quickly/demo-gitnexus](https://github.com/understand-quickly/demo-gitnexus) | `gitnexus@1` | Demo entry: a sample GitNexus graph modeled on its own codebase. | ✅ ok | 2026-05-11 | +| [understand-quickly/demo-understand-anything](https://github.com/understand-quickly/demo-understand-anything) | `understand-anything@1` | Demo entry: a hand-built sample knowledge graph in the understand-anything@1 shape. | ✅ ok | 2026-05-11 | ## Status legend diff --git a/registry.json b/registry.json index 204d4ae..414943f 100644 --- a/registry.json +++ b/registry.json @@ -1,6 +1,6 @@ { "schema_version": 1, - "generated_at": "2026-05-10T06:16:44.059Z", + "generated_at": "2026-05-11T06:45:07.602Z", "entries": [ { "id": "understand-quickly/demo-code-review-graph", @@ -19,7 +19,7 @@ "last_error": null, "last_sha": "db43045f1341c8ba1f20c666497bc78500fad64b411ed8a8b6836e958d58fb39", "size_bytes": 8545, - "last_synced": "2026-05-10T06:16:43.518Z", + "last_synced": "2026-05-11T06:45:07.305Z", "nodes_count": 7, "edges_count": 7, "top_kinds": [ @@ -46,7 +46,7 @@ "source_sha": null, "head_sha": null, "commits_behind": null, - "drift_checked_at": "2026-05-10T06:16:43.274Z" + "drift_checked_at": "2026-05-11T06:45:07.188Z" }, { "id": "understand-quickly/demo-gitnexus", @@ -65,7 +65,7 @@ "last_error": null, "last_sha": "5c9a843fa7ffda007cc4ef4fce80beb54bbdd5d8995db06b8db606980c07239a", "size_bytes": 8713, - "last_synced": "2026-05-10T06:16:43.805Z", + "last_synced": "2026-05-11T06:45:07.469Z", "nodes_count": 8, "edges_count": 10, "top_kinds": [ @@ -100,7 +100,7 @@ "source_sha": null, "head_sha": null, "commits_behind": null, - "drift_checked_at": "2026-05-10T06:16:43.678Z" + "drift_checked_at": "2026-05-11T06:45:07.389Z" }, { "id": "understand-quickly/demo-understand-anything", @@ -117,7 +117,7 @@ "miss_count": 0, "status": "ok", "last_error": null, - "last_synced": "2026-05-10T06:16:44.058Z", + "last_synced": "2026-05-11T06:45:07.602Z", "last_sha": "8076fa075a94ade41b2df7f3a8f1f6a8ace220f609ec5823be51e47ab30b418b", "size_bytes": 4366, "nodes_count": 10, @@ -144,7 +144,7 @@ "source_sha": null, "head_sha": null, "commits_behind": null, - "drift_checked_at": "2026-05-10T06:16:43.931Z" + "drift_checked_at": "2026-05-11T06:45:07.520Z" } ], "last_drift_index": 0 diff --git a/site/.well-known/repos.json b/site/.well-known/repos.json index 239615b..0d742c8 100644 --- a/site/.well-known/repos.json +++ b/site/.well-known/repos.json @@ -5,7 +5,7 @@ "id": "understand-quickly/demo-code-review-graph", "format": "code-review-graph@1", "graph_url": "https://looptech-ai.github.io/understand-quickly/schemas/__fixtures__/code-review-graph/real-sample.json", - "last_synced": "2026-05-10T06:16:43.518Z", + "last_synced": "2026-05-11T06:45:07.305Z", "status": "ok", "source_sha": null }, @@ -13,7 +13,7 @@ "id": "understand-quickly/demo-gitnexus", "format": "gitnexus@1", "graph_url": "https://looptech-ai.github.io/understand-quickly/schemas/__fixtures__/gitnexus/real-sample.json", - "last_synced": "2026-05-10T06:16:43.805Z", + "last_synced": "2026-05-11T06:45:07.469Z", "status": "ok", "source_sha": null }, @@ -21,7 +21,7 @@ "id": "understand-quickly/demo-understand-anything", "format": "understand-anything@1", "graph_url": "https://looptech-ai.github.io/understand-quickly/schemas/__fixtures__/understand-anything/real-sample.json", - "last_synced": "2026-05-10T06:16:44.058Z", + "last_synced": "2026-05-11T06:45:07.602Z", "status": "ok", "source_sha": null } diff --git a/site/stats.json b/site/stats.json index 33d5d22..8e9a19e 100644 --- a/site/stats.json +++ b/site/stats.json @@ -1,6 +1,6 @@ { "schema_version": 1, - "generated_at": "2026-05-10T06:16:44.448Z", + "generated_at": "2026-05-11T06:45:07.942Z", "totals": { "entries": 3, "nodes": 25, From 099a5d1652ac8fdc325b4184651190e6498e0567 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 06:18:50 +0000 Subject: [PATCH 04/22] chore(sync): update registry and README --- README.md | 6 +++--- registry.json | 14 +++++++------- site/.well-known/repos.json | 6 +++--- site/stats.json | 2 +- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 9fbf5e0..7583226 100644 --- a/README.md +++ b/README.md @@ -187,9 +187,9 @@ Drop [`docs/publish-template.yml`](docs/publish-template.yml) into your repo as | Repo | Format | Description | Status | Last synced | | --- | --- | --- | :---: | --- | -| [understand-quickly/demo-code-review-graph](https://github.com/understand-quickly/demo-code-review-graph) | `code-review-graph@1` | Demo entry: a sample code-review-graph export covering files, classes, and tests. | ✅ ok | 2026-05-11 | -| [understand-quickly/demo-gitnexus](https://github.com/understand-quickly/demo-gitnexus) | `gitnexus@1` | Demo entry: a sample GitNexus graph modeled on its own codebase. | ✅ ok | 2026-05-11 | -| [understand-quickly/demo-understand-anything](https://github.com/understand-quickly/demo-understand-anything) | `understand-anything@1` | Demo entry: a hand-built sample knowledge graph in the understand-anything@1 shape. | ✅ ok | 2026-05-11 | +| [understand-quickly/demo-code-review-graph](https://github.com/understand-quickly/demo-code-review-graph) | `code-review-graph@1` | Demo entry: a sample code-review-graph export covering files, classes, and tests. | ✅ ok | 2026-05-12 | +| [understand-quickly/demo-gitnexus](https://github.com/understand-quickly/demo-gitnexus) | `gitnexus@1` | Demo entry: a sample GitNexus graph modeled on its own codebase. | ✅ ok | 2026-05-12 | +| [understand-quickly/demo-understand-anything](https://github.com/understand-quickly/demo-understand-anything) | `understand-anything@1` | Demo entry: a hand-built sample knowledge graph in the understand-anything@1 shape. | ✅ ok | 2026-05-12 | ## Status legend diff --git a/registry.json b/registry.json index 414943f..22aabad 100644 --- a/registry.json +++ b/registry.json @@ -1,6 +1,6 @@ { "schema_version": 1, - "generated_at": "2026-05-11T06:45:07.602Z", + "generated_at": "2026-05-12T06:18:49.701Z", "entries": [ { "id": "understand-quickly/demo-code-review-graph", @@ -19,7 +19,7 @@ "last_error": null, "last_sha": "db43045f1341c8ba1f20c666497bc78500fad64b411ed8a8b6836e958d58fb39", "size_bytes": 8545, - "last_synced": "2026-05-11T06:45:07.305Z", + "last_synced": "2026-05-12T06:18:49.297Z", "nodes_count": 7, "edges_count": 7, "top_kinds": [ @@ -46,7 +46,7 @@ "source_sha": null, "head_sha": null, "commits_behind": null, - "drift_checked_at": "2026-05-11T06:45:07.188Z" + "drift_checked_at": "2026-05-12T06:18:49.092Z" }, { "id": "understand-quickly/demo-gitnexus", @@ -65,7 +65,7 @@ "last_error": null, "last_sha": "5c9a843fa7ffda007cc4ef4fce80beb54bbdd5d8995db06b8db606980c07239a", "size_bytes": 8713, - "last_synced": "2026-05-11T06:45:07.469Z", + "last_synced": "2026-05-12T06:18:49.513Z", "nodes_count": 8, "edges_count": 10, "top_kinds": [ @@ -100,7 +100,7 @@ "source_sha": null, "head_sha": null, "commits_behind": null, - "drift_checked_at": "2026-05-11T06:45:07.389Z" + "drift_checked_at": "2026-05-12T06:18:49.411Z" }, { "id": "understand-quickly/demo-understand-anything", @@ -117,7 +117,7 @@ "miss_count": 0, "status": "ok", "last_error": null, - "last_synced": "2026-05-11T06:45:07.602Z", + "last_synced": "2026-05-12T06:18:49.701Z", "last_sha": "8076fa075a94ade41b2df7f3a8f1f6a8ace220f609ec5823be51e47ab30b418b", "size_bytes": 4366, "nodes_count": 10, @@ -144,7 +144,7 @@ "source_sha": null, "head_sha": null, "commits_behind": null, - "drift_checked_at": "2026-05-11T06:45:07.520Z" + "drift_checked_at": "2026-05-12T06:18:49.591Z" } ], "last_drift_index": 0 diff --git a/site/.well-known/repos.json b/site/.well-known/repos.json index 0d742c8..5c773ff 100644 --- a/site/.well-known/repos.json +++ b/site/.well-known/repos.json @@ -5,7 +5,7 @@ "id": "understand-quickly/demo-code-review-graph", "format": "code-review-graph@1", "graph_url": "https://looptech-ai.github.io/understand-quickly/schemas/__fixtures__/code-review-graph/real-sample.json", - "last_synced": "2026-05-11T06:45:07.305Z", + "last_synced": "2026-05-12T06:18:49.297Z", "status": "ok", "source_sha": null }, @@ -13,7 +13,7 @@ "id": "understand-quickly/demo-gitnexus", "format": "gitnexus@1", "graph_url": "https://looptech-ai.github.io/understand-quickly/schemas/__fixtures__/gitnexus/real-sample.json", - "last_synced": "2026-05-11T06:45:07.469Z", + "last_synced": "2026-05-12T06:18:49.513Z", "status": "ok", "source_sha": null }, @@ -21,7 +21,7 @@ "id": "understand-quickly/demo-understand-anything", "format": "understand-anything@1", "graph_url": "https://looptech-ai.github.io/understand-quickly/schemas/__fixtures__/understand-anything/real-sample.json", - "last_synced": "2026-05-11T06:45:07.602Z", + "last_synced": "2026-05-12T06:18:49.701Z", "status": "ok", "source_sha": null } diff --git a/site/stats.json b/site/stats.json index 8e9a19e..d8e2cc3 100644 --- a/site/stats.json +++ b/site/stats.json @@ -1,6 +1,6 @@ { "schema_version": 1, - "generated_at": "2026-05-11T06:45:07.942Z", + "generated_at": "2026-05-12T06:18:50.071Z", "totals": { "entries": 3, "nodes": 25, From 148bb78c2184c05d43cc94d1d2fa7a4b128bdc8a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 06:30:21 +0000 Subject: [PATCH 05/22] chore(sync): update registry and README --- README.md | 6 +++--- registry.json | 14 +++++++------- site/.well-known/repos.json | 6 +++--- site/stats.json | 2 +- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 7583226..7776f05 100644 --- a/README.md +++ b/README.md @@ -187,9 +187,9 @@ Drop [`docs/publish-template.yml`](docs/publish-template.yml) into your repo as | Repo | Format | Description | Status | Last synced | | --- | --- | --- | :---: | --- | -| [understand-quickly/demo-code-review-graph](https://github.com/understand-quickly/demo-code-review-graph) | `code-review-graph@1` | Demo entry: a sample code-review-graph export covering files, classes, and tests. | ✅ ok | 2026-05-12 | -| [understand-quickly/demo-gitnexus](https://github.com/understand-quickly/demo-gitnexus) | `gitnexus@1` | Demo entry: a sample GitNexus graph modeled on its own codebase. | ✅ ok | 2026-05-12 | -| [understand-quickly/demo-understand-anything](https://github.com/understand-quickly/demo-understand-anything) | `understand-anything@1` | Demo entry: a hand-built sample knowledge graph in the understand-anything@1 shape. | ✅ ok | 2026-05-12 | +| [understand-quickly/demo-code-review-graph](https://github.com/understand-quickly/demo-code-review-graph) | `code-review-graph@1` | Demo entry: a sample code-review-graph export covering files, classes, and tests. | ✅ ok | 2026-05-13 | +| [understand-quickly/demo-gitnexus](https://github.com/understand-quickly/demo-gitnexus) | `gitnexus@1` | Demo entry: a sample GitNexus graph modeled on its own codebase. | ✅ ok | 2026-05-13 | +| [understand-quickly/demo-understand-anything](https://github.com/understand-quickly/demo-understand-anything) | `understand-anything@1` | Demo entry: a hand-built sample knowledge graph in the understand-anything@1 shape. | ✅ ok | 2026-05-13 | ## Status legend diff --git a/registry.json b/registry.json index 22aabad..343e925 100644 --- a/registry.json +++ b/registry.json @@ -1,6 +1,6 @@ { "schema_version": 1, - "generated_at": "2026-05-12T06:18:49.701Z", + "generated_at": "2026-05-13T06:30:21.170Z", "entries": [ { "id": "understand-quickly/demo-code-review-graph", @@ -19,7 +19,7 @@ "last_error": null, "last_sha": "db43045f1341c8ba1f20c666497bc78500fad64b411ed8a8b6836e958d58fb39", "size_bytes": 8545, - "last_synced": "2026-05-12T06:18:49.297Z", + "last_synced": "2026-05-13T06:30:20.434Z", "nodes_count": 7, "edges_count": 7, "top_kinds": [ @@ -46,7 +46,7 @@ "source_sha": null, "head_sha": null, "commits_behind": null, - "drift_checked_at": "2026-05-12T06:18:49.092Z" + "drift_checked_at": "2026-05-13T06:30:20.208Z" }, { "id": "understand-quickly/demo-gitnexus", @@ -65,7 +65,7 @@ "last_error": null, "last_sha": "5c9a843fa7ffda007cc4ef4fce80beb54bbdd5d8995db06b8db606980c07239a", "size_bytes": 8713, - "last_synced": "2026-05-12T06:18:49.513Z", + "last_synced": "2026-05-13T06:30:20.815Z", "nodes_count": 8, "edges_count": 10, "top_kinds": [ @@ -100,7 +100,7 @@ "source_sha": null, "head_sha": null, "commits_behind": null, - "drift_checked_at": "2026-05-12T06:18:49.411Z" + "drift_checked_at": "2026-05-13T06:30:20.701Z" }, { "id": "understand-quickly/demo-understand-anything", @@ -117,7 +117,7 @@ "miss_count": 0, "status": "ok", "last_error": null, - "last_synced": "2026-05-12T06:18:49.701Z", + "last_synced": "2026-05-13T06:30:21.170Z", "last_sha": "8076fa075a94ade41b2df7f3a8f1f6a8ace220f609ec5823be51e47ab30b418b", "size_bytes": 4366, "nodes_count": 10, @@ -144,7 +144,7 @@ "source_sha": null, "head_sha": null, "commits_behind": null, - "drift_checked_at": "2026-05-12T06:18:49.591Z" + "drift_checked_at": "2026-05-13T06:30:21.057Z" } ], "last_drift_index": 0 diff --git a/site/.well-known/repos.json b/site/.well-known/repos.json index 5c773ff..b5d248a 100644 --- a/site/.well-known/repos.json +++ b/site/.well-known/repos.json @@ -5,7 +5,7 @@ "id": "understand-quickly/demo-code-review-graph", "format": "code-review-graph@1", "graph_url": "https://looptech-ai.github.io/understand-quickly/schemas/__fixtures__/code-review-graph/real-sample.json", - "last_synced": "2026-05-12T06:18:49.297Z", + "last_synced": "2026-05-13T06:30:20.434Z", "status": "ok", "source_sha": null }, @@ -13,7 +13,7 @@ "id": "understand-quickly/demo-gitnexus", "format": "gitnexus@1", "graph_url": "https://looptech-ai.github.io/understand-quickly/schemas/__fixtures__/gitnexus/real-sample.json", - "last_synced": "2026-05-12T06:18:49.513Z", + "last_synced": "2026-05-13T06:30:20.815Z", "status": "ok", "source_sha": null }, @@ -21,7 +21,7 @@ "id": "understand-quickly/demo-understand-anything", "format": "understand-anything@1", "graph_url": "https://looptech-ai.github.io/understand-quickly/schemas/__fixtures__/understand-anything/real-sample.json", - "last_synced": "2026-05-12T06:18:49.701Z", + "last_synced": "2026-05-13T06:30:21.170Z", "status": "ok", "source_sha": null } diff --git a/site/stats.json b/site/stats.json index d8e2cc3..b90cfff 100644 --- a/site/stats.json +++ b/site/stats.json @@ -1,6 +1,6 @@ { "schema_version": 1, - "generated_at": "2026-05-12T06:18:50.071Z", + "generated_at": "2026-05-13T06:30:21.640Z", "totals": { "entries": 3, "nodes": 25, From dec5e0f9b017ac0f48a3c03e26b6e9c9a112be17 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 06:28:55 +0000 Subject: [PATCH 06/22] chore(sync): update registry and README --- README.md | 6 +++--- registry.json | 14 +++++++------- site/.well-known/repos.json | 6 +++--- site/stats.json | 2 +- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 7776f05..99d1981 100644 --- a/README.md +++ b/README.md @@ -187,9 +187,9 @@ Drop [`docs/publish-template.yml`](docs/publish-template.yml) into your repo as | Repo | Format | Description | Status | Last synced | | --- | --- | --- | :---: | --- | -| [understand-quickly/demo-code-review-graph](https://github.com/understand-quickly/demo-code-review-graph) | `code-review-graph@1` | Demo entry: a sample code-review-graph export covering files, classes, and tests. | ✅ ok | 2026-05-13 | -| [understand-quickly/demo-gitnexus](https://github.com/understand-quickly/demo-gitnexus) | `gitnexus@1` | Demo entry: a sample GitNexus graph modeled on its own codebase. | ✅ ok | 2026-05-13 | -| [understand-quickly/demo-understand-anything](https://github.com/understand-quickly/demo-understand-anything) | `understand-anything@1` | Demo entry: a hand-built sample knowledge graph in the understand-anything@1 shape. | ✅ ok | 2026-05-13 | +| [understand-quickly/demo-code-review-graph](https://github.com/understand-quickly/demo-code-review-graph) | `code-review-graph@1` | Demo entry: a sample code-review-graph export covering files, classes, and tests. | ✅ ok | 2026-05-14 | +| [understand-quickly/demo-gitnexus](https://github.com/understand-quickly/demo-gitnexus) | `gitnexus@1` | Demo entry: a sample GitNexus graph modeled on its own codebase. | ✅ ok | 2026-05-14 | +| [understand-quickly/demo-understand-anything](https://github.com/understand-quickly/demo-understand-anything) | `understand-anything@1` | Demo entry: a hand-built sample knowledge graph in the understand-anything@1 shape. | ✅ ok | 2026-05-14 | ## Status legend diff --git a/registry.json b/registry.json index 343e925..539d7a4 100644 --- a/registry.json +++ b/registry.json @@ -1,6 +1,6 @@ { "schema_version": 1, - "generated_at": "2026-05-13T06:30:21.170Z", + "generated_at": "2026-05-14T06:28:54.812Z", "entries": [ { "id": "understand-quickly/demo-code-review-graph", @@ -19,7 +19,7 @@ "last_error": null, "last_sha": "db43045f1341c8ba1f20c666497bc78500fad64b411ed8a8b6836e958d58fb39", "size_bytes": 8545, - "last_synced": "2026-05-13T06:30:20.434Z", + "last_synced": "2026-05-14T06:28:54.590Z", "nodes_count": 7, "edges_count": 7, "top_kinds": [ @@ -46,7 +46,7 @@ "source_sha": null, "head_sha": null, "commits_behind": null, - "drift_checked_at": "2026-05-13T06:30:20.208Z" + "drift_checked_at": "2026-05-14T06:28:54.490Z" }, { "id": "understand-quickly/demo-gitnexus", @@ -65,7 +65,7 @@ "last_error": null, "last_sha": "5c9a843fa7ffda007cc4ef4fce80beb54bbdd5d8995db06b8db606980c07239a", "size_bytes": 8713, - "last_synced": "2026-05-13T06:30:20.815Z", + "last_synced": "2026-05-14T06:28:54.707Z", "nodes_count": 8, "edges_count": 10, "top_kinds": [ @@ -100,7 +100,7 @@ "source_sha": null, "head_sha": null, "commits_behind": null, - "drift_checked_at": "2026-05-13T06:30:20.701Z" + "drift_checked_at": "2026-05-14T06:28:54.647Z" }, { "id": "understand-quickly/demo-understand-anything", @@ -117,7 +117,7 @@ "miss_count": 0, "status": "ok", "last_error": null, - "last_synced": "2026-05-13T06:30:21.170Z", + "last_synced": "2026-05-14T06:28:54.812Z", "last_sha": "8076fa075a94ade41b2df7f3a8f1f6a8ace220f609ec5823be51e47ab30b418b", "size_bytes": 4366, "nodes_count": 10, @@ -144,7 +144,7 @@ "source_sha": null, "head_sha": null, "commits_behind": null, - "drift_checked_at": "2026-05-13T06:30:21.057Z" + "drift_checked_at": "2026-05-14T06:28:54.743Z" } ], "last_drift_index": 0 diff --git a/site/.well-known/repos.json b/site/.well-known/repos.json index b5d248a..9595fcf 100644 --- a/site/.well-known/repos.json +++ b/site/.well-known/repos.json @@ -5,7 +5,7 @@ "id": "understand-quickly/demo-code-review-graph", "format": "code-review-graph@1", "graph_url": "https://looptech-ai.github.io/understand-quickly/schemas/__fixtures__/code-review-graph/real-sample.json", - "last_synced": "2026-05-13T06:30:20.434Z", + "last_synced": "2026-05-14T06:28:54.590Z", "status": "ok", "source_sha": null }, @@ -13,7 +13,7 @@ "id": "understand-quickly/demo-gitnexus", "format": "gitnexus@1", "graph_url": "https://looptech-ai.github.io/understand-quickly/schemas/__fixtures__/gitnexus/real-sample.json", - "last_synced": "2026-05-13T06:30:20.815Z", + "last_synced": "2026-05-14T06:28:54.707Z", "status": "ok", "source_sha": null }, @@ -21,7 +21,7 @@ "id": "understand-quickly/demo-understand-anything", "format": "understand-anything@1", "graph_url": "https://looptech-ai.github.io/understand-quickly/schemas/__fixtures__/understand-anything/real-sample.json", - "last_synced": "2026-05-13T06:30:21.170Z", + "last_synced": "2026-05-14T06:28:54.812Z", "status": "ok", "source_sha": null } diff --git a/site/stats.json b/site/stats.json index b90cfff..8fcbc58 100644 --- a/site/stats.json +++ b/site/stats.json @@ -1,6 +1,6 @@ { "schema_version": 1, - "generated_at": "2026-05-13T06:30:21.640Z", + "generated_at": "2026-05-14T06:28:55.148Z", "totals": { "entries": 3, "nodes": 25, From becbdce7f7bfcae2862b56547f767a8f1208322f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 06:37:48 +0000 Subject: [PATCH 07/22] chore(sync): update registry and README --- README.md | 6 +++--- registry.json | 14 +++++++------- site/.well-known/repos.json | 6 +++--- site/stats.json | 2 +- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 99d1981..ea6a64a 100644 --- a/README.md +++ b/README.md @@ -187,9 +187,9 @@ Drop [`docs/publish-template.yml`](docs/publish-template.yml) into your repo as | Repo | Format | Description | Status | Last synced | | --- | --- | --- | :---: | --- | -| [understand-quickly/demo-code-review-graph](https://github.com/understand-quickly/demo-code-review-graph) | `code-review-graph@1` | Demo entry: a sample code-review-graph export covering files, classes, and tests. | ✅ ok | 2026-05-14 | -| [understand-quickly/demo-gitnexus](https://github.com/understand-quickly/demo-gitnexus) | `gitnexus@1` | Demo entry: a sample GitNexus graph modeled on its own codebase. | ✅ ok | 2026-05-14 | -| [understand-quickly/demo-understand-anything](https://github.com/understand-quickly/demo-understand-anything) | `understand-anything@1` | Demo entry: a hand-built sample knowledge graph in the understand-anything@1 shape. | ✅ ok | 2026-05-14 | +| [understand-quickly/demo-code-review-graph](https://github.com/understand-quickly/demo-code-review-graph) | `code-review-graph@1` | Demo entry: a sample code-review-graph export covering files, classes, and tests. | ✅ ok | 2026-05-15 | +| [understand-quickly/demo-gitnexus](https://github.com/understand-quickly/demo-gitnexus) | `gitnexus@1` | Demo entry: a sample GitNexus graph modeled on its own codebase. | ✅ ok | 2026-05-15 | +| [understand-quickly/demo-understand-anything](https://github.com/understand-quickly/demo-understand-anything) | `understand-anything@1` | Demo entry: a hand-built sample knowledge graph in the understand-anything@1 shape. | ✅ ok | 2026-05-15 | ## Status legend diff --git a/registry.json b/registry.json index 539d7a4..f68c722 100644 --- a/registry.json +++ b/registry.json @@ -1,6 +1,6 @@ { "schema_version": 1, - "generated_at": "2026-05-14T06:28:54.812Z", + "generated_at": "2026-05-15T06:37:48.216Z", "entries": [ { "id": "understand-quickly/demo-code-review-graph", @@ -19,7 +19,7 @@ "last_error": null, "last_sha": "db43045f1341c8ba1f20c666497bc78500fad64b411ed8a8b6836e958d58fb39", "size_bytes": 8545, - "last_synced": "2026-05-14T06:28:54.590Z", + "last_synced": "2026-05-15T06:37:47.713Z", "nodes_count": 7, "edges_count": 7, "top_kinds": [ @@ -46,7 +46,7 @@ "source_sha": null, "head_sha": null, "commits_behind": null, - "drift_checked_at": "2026-05-14T06:28:54.490Z" + "drift_checked_at": "2026-05-15T06:37:47.547Z" }, { "id": "understand-quickly/demo-gitnexus", @@ -65,7 +65,7 @@ "last_error": null, "last_sha": "5c9a843fa7ffda007cc4ef4fce80beb54bbdd5d8995db06b8db606980c07239a", "size_bytes": 8713, - "last_synced": "2026-05-14T06:28:54.707Z", + "last_synced": "2026-05-15T06:37:47.964Z", "nodes_count": 8, "edges_count": 10, "top_kinds": [ @@ -100,7 +100,7 @@ "source_sha": null, "head_sha": null, "commits_behind": null, - "drift_checked_at": "2026-05-14T06:28:54.647Z" + "drift_checked_at": "2026-05-15T06:37:47.830Z" }, { "id": "understand-quickly/demo-understand-anything", @@ -117,7 +117,7 @@ "miss_count": 0, "status": "ok", "last_error": null, - "last_synced": "2026-05-14T06:28:54.812Z", + "last_synced": "2026-05-15T06:37:48.215Z", "last_sha": "8076fa075a94ade41b2df7f3a8f1f6a8ace220f609ec5823be51e47ab30b418b", "size_bytes": 4366, "nodes_count": 10, @@ -144,7 +144,7 @@ "source_sha": null, "head_sha": null, "commits_behind": null, - "drift_checked_at": "2026-05-14T06:28:54.743Z" + "drift_checked_at": "2026-05-15T06:37:48.075Z" } ], "last_drift_index": 0 diff --git a/site/.well-known/repos.json b/site/.well-known/repos.json index 9595fcf..48d156e 100644 --- a/site/.well-known/repos.json +++ b/site/.well-known/repos.json @@ -5,7 +5,7 @@ "id": "understand-quickly/demo-code-review-graph", "format": "code-review-graph@1", "graph_url": "https://looptech-ai.github.io/understand-quickly/schemas/__fixtures__/code-review-graph/real-sample.json", - "last_synced": "2026-05-14T06:28:54.590Z", + "last_synced": "2026-05-15T06:37:47.713Z", "status": "ok", "source_sha": null }, @@ -13,7 +13,7 @@ "id": "understand-quickly/demo-gitnexus", "format": "gitnexus@1", "graph_url": "https://looptech-ai.github.io/understand-quickly/schemas/__fixtures__/gitnexus/real-sample.json", - "last_synced": "2026-05-14T06:28:54.707Z", + "last_synced": "2026-05-15T06:37:47.964Z", "status": "ok", "source_sha": null }, @@ -21,7 +21,7 @@ "id": "understand-quickly/demo-understand-anything", "format": "understand-anything@1", "graph_url": "https://looptech-ai.github.io/understand-quickly/schemas/__fixtures__/understand-anything/real-sample.json", - "last_synced": "2026-05-14T06:28:54.812Z", + "last_synced": "2026-05-15T06:37:48.215Z", "status": "ok", "source_sha": null } diff --git a/site/stats.json b/site/stats.json index 8fcbc58..a27394c 100644 --- a/site/stats.json +++ b/site/stats.json @@ -1,6 +1,6 @@ { "schema_version": 1, - "generated_at": "2026-05-14T06:28:55.148Z", + "generated_at": "2026-05-15T06:37:48.549Z", "totals": { "entries": 3, "nodes": 25, From dc4eb3448286a16dd01b6b59a5e0b8680630b30f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 16 May 2026 06:04:00 +0000 Subject: [PATCH 08/22] chore(sync): update registry and README --- README.md | 6 +++--- registry.json | 14 +++++++------- site/.well-known/repos.json | 6 +++--- site/stats.json | 2 +- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index ea6a64a..8b68e45 100644 --- a/README.md +++ b/README.md @@ -187,9 +187,9 @@ Drop [`docs/publish-template.yml`](docs/publish-template.yml) into your repo as | Repo | Format | Description | Status | Last synced | | --- | --- | --- | :---: | --- | -| [understand-quickly/demo-code-review-graph](https://github.com/understand-quickly/demo-code-review-graph) | `code-review-graph@1` | Demo entry: a sample code-review-graph export covering files, classes, and tests. | ✅ ok | 2026-05-15 | -| [understand-quickly/demo-gitnexus](https://github.com/understand-quickly/demo-gitnexus) | `gitnexus@1` | Demo entry: a sample GitNexus graph modeled on its own codebase. | ✅ ok | 2026-05-15 | -| [understand-quickly/demo-understand-anything](https://github.com/understand-quickly/demo-understand-anything) | `understand-anything@1` | Demo entry: a hand-built sample knowledge graph in the understand-anything@1 shape. | ✅ ok | 2026-05-15 | +| [understand-quickly/demo-code-review-graph](https://github.com/understand-quickly/demo-code-review-graph) | `code-review-graph@1` | Demo entry: a sample code-review-graph export covering files, classes, and tests. | ✅ ok | 2026-05-16 | +| [understand-quickly/demo-gitnexus](https://github.com/understand-quickly/demo-gitnexus) | `gitnexus@1` | Demo entry: a sample GitNexus graph modeled on its own codebase. | ✅ ok | 2026-05-16 | +| [understand-quickly/demo-understand-anything](https://github.com/understand-quickly/demo-understand-anything) | `understand-anything@1` | Demo entry: a hand-built sample knowledge graph in the understand-anything@1 shape. | ✅ ok | 2026-05-16 | ## Status legend diff --git a/registry.json b/registry.json index f68c722..492d235 100644 --- a/registry.json +++ b/registry.json @@ -1,6 +1,6 @@ { "schema_version": 1, - "generated_at": "2026-05-15T06:37:48.216Z", + "generated_at": "2026-05-16T06:04:00.117Z", "entries": [ { "id": "understand-quickly/demo-code-review-graph", @@ -19,7 +19,7 @@ "last_error": null, "last_sha": "db43045f1341c8ba1f20c666497bc78500fad64b411ed8a8b6836e958d58fb39", "size_bytes": 8545, - "last_synced": "2026-05-15T06:37:47.713Z", + "last_synced": "2026-05-16T06:03:59.823Z", "nodes_count": 7, "edges_count": 7, "top_kinds": [ @@ -46,7 +46,7 @@ "source_sha": null, "head_sha": null, "commits_behind": null, - "drift_checked_at": "2026-05-15T06:37:47.547Z" + "drift_checked_at": "2026-05-16T06:03:59.685Z" }, { "id": "understand-quickly/demo-gitnexus", @@ -65,7 +65,7 @@ "last_error": null, "last_sha": "5c9a843fa7ffda007cc4ef4fce80beb54bbdd5d8995db06b8db606980c07239a", "size_bytes": 8713, - "last_synced": "2026-05-15T06:37:47.964Z", + "last_synced": "2026-05-16T06:03:59.995Z", "nodes_count": 8, "edges_count": 10, "top_kinds": [ @@ -100,7 +100,7 @@ "source_sha": null, "head_sha": null, "commits_behind": null, - "drift_checked_at": "2026-05-15T06:37:47.830Z" + "drift_checked_at": "2026-05-16T06:03:59.925Z" }, { "id": "understand-quickly/demo-understand-anything", @@ -117,7 +117,7 @@ "miss_count": 0, "status": "ok", "last_error": null, - "last_synced": "2026-05-15T06:37:48.215Z", + "last_synced": "2026-05-16T06:04:00.117Z", "last_sha": "8076fa075a94ade41b2df7f3a8f1f6a8ace220f609ec5823be51e47ab30b418b", "size_bytes": 4366, "nodes_count": 10, @@ -144,7 +144,7 @@ "source_sha": null, "head_sha": null, "commits_behind": null, - "drift_checked_at": "2026-05-15T06:37:48.075Z" + "drift_checked_at": "2026-05-16T06:04:00.042Z" } ], "last_drift_index": 0 diff --git a/site/.well-known/repos.json b/site/.well-known/repos.json index 48d156e..93c53a2 100644 --- a/site/.well-known/repos.json +++ b/site/.well-known/repos.json @@ -5,7 +5,7 @@ "id": "understand-quickly/demo-code-review-graph", "format": "code-review-graph@1", "graph_url": "https://looptech-ai.github.io/understand-quickly/schemas/__fixtures__/code-review-graph/real-sample.json", - "last_synced": "2026-05-15T06:37:47.713Z", + "last_synced": "2026-05-16T06:03:59.823Z", "status": "ok", "source_sha": null }, @@ -13,7 +13,7 @@ "id": "understand-quickly/demo-gitnexus", "format": "gitnexus@1", "graph_url": "https://looptech-ai.github.io/understand-quickly/schemas/__fixtures__/gitnexus/real-sample.json", - "last_synced": "2026-05-15T06:37:47.964Z", + "last_synced": "2026-05-16T06:03:59.995Z", "status": "ok", "source_sha": null }, @@ -21,7 +21,7 @@ "id": "understand-quickly/demo-understand-anything", "format": "understand-anything@1", "graph_url": "https://looptech-ai.github.io/understand-quickly/schemas/__fixtures__/understand-anything/real-sample.json", - "last_synced": "2026-05-15T06:37:48.215Z", + "last_synced": "2026-05-16T06:04:00.117Z", "status": "ok", "source_sha": null } diff --git a/site/stats.json b/site/stats.json index a27394c..199be92 100644 --- a/site/stats.json +++ b/site/stats.json @@ -1,6 +1,6 @@ { "schema_version": 1, - "generated_at": "2026-05-15T06:37:48.549Z", + "generated_at": "2026-05-16T06:04:00.444Z", "totals": { "entries": 3, "nodes": 25, From dedc730f66be1ec8cc7ade0eebd653d20b8d9a54 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 06:27:25 +0000 Subject: [PATCH 09/22] chore(sync): update registry and README --- README.md | 6 +++--- registry.json | 14 +++++++------- site/.well-known/repos.json | 6 +++--- site/stats.json | 2 +- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 8b68e45..f3fa4d0 100644 --- a/README.md +++ b/README.md @@ -187,9 +187,9 @@ Drop [`docs/publish-template.yml`](docs/publish-template.yml) into your repo as | Repo | Format | Description | Status | Last synced | | --- | --- | --- | :---: | --- | -| [understand-quickly/demo-code-review-graph](https://github.com/understand-quickly/demo-code-review-graph) | `code-review-graph@1` | Demo entry: a sample code-review-graph export covering files, classes, and tests. | ✅ ok | 2026-05-16 | -| [understand-quickly/demo-gitnexus](https://github.com/understand-quickly/demo-gitnexus) | `gitnexus@1` | Demo entry: a sample GitNexus graph modeled on its own codebase. | ✅ ok | 2026-05-16 | -| [understand-quickly/demo-understand-anything](https://github.com/understand-quickly/demo-understand-anything) | `understand-anything@1` | Demo entry: a hand-built sample knowledge graph in the understand-anything@1 shape. | ✅ ok | 2026-05-16 | +| [understand-quickly/demo-code-review-graph](https://github.com/understand-quickly/demo-code-review-graph) | `code-review-graph@1` | Demo entry: a sample code-review-graph export covering files, classes, and tests. | ✅ ok | 2026-05-17 | +| [understand-quickly/demo-gitnexus](https://github.com/understand-quickly/demo-gitnexus) | `gitnexus@1` | Demo entry: a sample GitNexus graph modeled on its own codebase. | ✅ ok | 2026-05-17 | +| [understand-quickly/demo-understand-anything](https://github.com/understand-quickly/demo-understand-anything) | `understand-anything@1` | Demo entry: a hand-built sample knowledge graph in the understand-anything@1 shape. | ✅ ok | 2026-05-17 | ## Status legend diff --git a/registry.json b/registry.json index 492d235..fa38f1a 100644 --- a/registry.json +++ b/registry.json @@ -1,6 +1,6 @@ { "schema_version": 1, - "generated_at": "2026-05-16T06:04:00.117Z", + "generated_at": "2026-05-17T06:27:25.089Z", "entries": [ { "id": "understand-quickly/demo-code-review-graph", @@ -19,7 +19,7 @@ "last_error": null, "last_sha": "db43045f1341c8ba1f20c666497bc78500fad64b411ed8a8b6836e958d58fb39", "size_bytes": 8545, - "last_synced": "2026-05-16T06:03:59.823Z", + "last_synced": "2026-05-17T06:27:24.799Z", "nodes_count": 7, "edges_count": 7, "top_kinds": [ @@ -46,7 +46,7 @@ "source_sha": null, "head_sha": null, "commits_behind": null, - "drift_checked_at": "2026-05-16T06:03:59.685Z" + "drift_checked_at": "2026-05-17T06:27:24.680Z" }, { "id": "understand-quickly/demo-gitnexus", @@ -65,7 +65,7 @@ "last_error": null, "last_sha": "5c9a843fa7ffda007cc4ef4fce80beb54bbdd5d8995db06b8db606980c07239a", "size_bytes": 8713, - "last_synced": "2026-05-16T06:03:59.995Z", + "last_synced": "2026-05-17T06:27:24.962Z", "nodes_count": 8, "edges_count": 10, "top_kinds": [ @@ -100,7 +100,7 @@ "source_sha": null, "head_sha": null, "commits_behind": null, - "drift_checked_at": "2026-05-16T06:03:59.925Z" + "drift_checked_at": "2026-05-17T06:27:24.892Z" }, { "id": "understand-quickly/demo-understand-anything", @@ -117,7 +117,7 @@ "miss_count": 0, "status": "ok", "last_error": null, - "last_synced": "2026-05-16T06:04:00.117Z", + "last_synced": "2026-05-17T06:27:25.089Z", "last_sha": "8076fa075a94ade41b2df7f3a8f1f6a8ace220f609ec5823be51e47ab30b418b", "size_bytes": 4366, "nodes_count": 10, @@ -144,7 +144,7 @@ "source_sha": null, "head_sha": null, "commits_behind": null, - "drift_checked_at": "2026-05-16T06:04:00.042Z" + "drift_checked_at": "2026-05-17T06:27:25.014Z" } ], "last_drift_index": 0 diff --git a/site/.well-known/repos.json b/site/.well-known/repos.json index 93c53a2..505533c 100644 --- a/site/.well-known/repos.json +++ b/site/.well-known/repos.json @@ -5,7 +5,7 @@ "id": "understand-quickly/demo-code-review-graph", "format": "code-review-graph@1", "graph_url": "https://looptech-ai.github.io/understand-quickly/schemas/__fixtures__/code-review-graph/real-sample.json", - "last_synced": "2026-05-16T06:03:59.823Z", + "last_synced": "2026-05-17T06:27:24.799Z", "status": "ok", "source_sha": null }, @@ -13,7 +13,7 @@ "id": "understand-quickly/demo-gitnexus", "format": "gitnexus@1", "graph_url": "https://looptech-ai.github.io/understand-quickly/schemas/__fixtures__/gitnexus/real-sample.json", - "last_synced": "2026-05-16T06:03:59.995Z", + "last_synced": "2026-05-17T06:27:24.962Z", "status": "ok", "source_sha": null }, @@ -21,7 +21,7 @@ "id": "understand-quickly/demo-understand-anything", "format": "understand-anything@1", "graph_url": "https://looptech-ai.github.io/understand-quickly/schemas/__fixtures__/understand-anything/real-sample.json", - "last_synced": "2026-05-16T06:04:00.117Z", + "last_synced": "2026-05-17T06:27:25.089Z", "status": "ok", "source_sha": null } diff --git a/site/stats.json b/site/stats.json index 199be92..7f81b13 100644 --- a/site/stats.json +++ b/site/stats.json @@ -1,6 +1,6 @@ { "schema_version": 1, - "generated_at": "2026-05-16T06:04:00.444Z", + "generated_at": "2026-05-17T06:27:25.411Z", "totals": { "entries": 3, "nodes": 25, From 1d25533625dfbcf125ac80044474be356decfa67 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 07:01:40 +0000 Subject: [PATCH 10/22] chore(sync): update registry and README --- README.md | 6 +++--- registry.json | 14 +++++++------- site/.well-known/repos.json | 6 +++--- site/stats.json | 2 +- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index f3fa4d0..e07293c 100644 --- a/README.md +++ b/README.md @@ -187,9 +187,9 @@ Drop [`docs/publish-template.yml`](docs/publish-template.yml) into your repo as | Repo | Format | Description | Status | Last synced | | --- | --- | --- | :---: | --- | -| [understand-quickly/demo-code-review-graph](https://github.com/understand-quickly/demo-code-review-graph) | `code-review-graph@1` | Demo entry: a sample code-review-graph export covering files, classes, and tests. | ✅ ok | 2026-05-17 | -| [understand-quickly/demo-gitnexus](https://github.com/understand-quickly/demo-gitnexus) | `gitnexus@1` | Demo entry: a sample GitNexus graph modeled on its own codebase. | ✅ ok | 2026-05-17 | -| [understand-quickly/demo-understand-anything](https://github.com/understand-quickly/demo-understand-anything) | `understand-anything@1` | Demo entry: a hand-built sample knowledge graph in the understand-anything@1 shape. | ✅ ok | 2026-05-17 | +| [understand-quickly/demo-code-review-graph](https://github.com/understand-quickly/demo-code-review-graph) | `code-review-graph@1` | Demo entry: a sample code-review-graph export covering files, classes, and tests. | ✅ ok | 2026-05-18 | +| [understand-quickly/demo-gitnexus](https://github.com/understand-quickly/demo-gitnexus) | `gitnexus@1` | Demo entry: a sample GitNexus graph modeled on its own codebase. | ✅ ok | 2026-05-18 | +| [understand-quickly/demo-understand-anything](https://github.com/understand-quickly/demo-understand-anything) | `understand-anything@1` | Demo entry: a hand-built sample knowledge graph in the understand-anything@1 shape. | ✅ ok | 2026-05-18 | ## Status legend diff --git a/registry.json b/registry.json index fa38f1a..996a080 100644 --- a/registry.json +++ b/registry.json @@ -1,6 +1,6 @@ { "schema_version": 1, - "generated_at": "2026-05-17T06:27:25.089Z", + "generated_at": "2026-05-18T07:01:40.216Z", "entries": [ { "id": "understand-quickly/demo-code-review-graph", @@ -19,7 +19,7 @@ "last_error": null, "last_sha": "db43045f1341c8ba1f20c666497bc78500fad64b411ed8a8b6836e958d58fb39", "size_bytes": 8545, - "last_synced": "2026-05-17T06:27:24.799Z", + "last_synced": "2026-05-18T07:01:40.022Z", "nodes_count": 7, "edges_count": 7, "top_kinds": [ @@ -46,7 +46,7 @@ "source_sha": null, "head_sha": null, "commits_behind": null, - "drift_checked_at": "2026-05-17T06:27:24.680Z" + "drift_checked_at": "2026-05-18T07:01:39.946Z" }, { "id": "understand-quickly/demo-gitnexus", @@ -65,7 +65,7 @@ "last_error": null, "last_sha": "5c9a843fa7ffda007cc4ef4fce80beb54bbdd5d8995db06b8db606980c07239a", "size_bytes": 8713, - "last_synced": "2026-05-17T06:27:24.962Z", + "last_synced": "2026-05-18T07:01:40.143Z", "nodes_count": 8, "edges_count": 10, "top_kinds": [ @@ -100,7 +100,7 @@ "source_sha": null, "head_sha": null, "commits_behind": null, - "drift_checked_at": "2026-05-17T06:27:24.892Z" + "drift_checked_at": "2026-05-18T07:01:40.075Z" }, { "id": "understand-quickly/demo-understand-anything", @@ -117,7 +117,7 @@ "miss_count": 0, "status": "ok", "last_error": null, - "last_synced": "2026-05-17T06:27:25.089Z", + "last_synced": "2026-05-18T07:01:40.216Z", "last_sha": "8076fa075a94ade41b2df7f3a8f1f6a8ace220f609ec5823be51e47ab30b418b", "size_bytes": 4366, "nodes_count": 10, @@ -144,7 +144,7 @@ "source_sha": null, "head_sha": null, "commits_behind": null, - "drift_checked_at": "2026-05-17T06:27:25.014Z" + "drift_checked_at": "2026-05-18T07:01:40.164Z" } ], "last_drift_index": 0 diff --git a/site/.well-known/repos.json b/site/.well-known/repos.json index 505533c..64b2de7 100644 --- a/site/.well-known/repos.json +++ b/site/.well-known/repos.json @@ -5,7 +5,7 @@ "id": "understand-quickly/demo-code-review-graph", "format": "code-review-graph@1", "graph_url": "https://looptech-ai.github.io/understand-quickly/schemas/__fixtures__/code-review-graph/real-sample.json", - "last_synced": "2026-05-17T06:27:24.799Z", + "last_synced": "2026-05-18T07:01:40.022Z", "status": "ok", "source_sha": null }, @@ -13,7 +13,7 @@ "id": "understand-quickly/demo-gitnexus", "format": "gitnexus@1", "graph_url": "https://looptech-ai.github.io/understand-quickly/schemas/__fixtures__/gitnexus/real-sample.json", - "last_synced": "2026-05-17T06:27:24.962Z", + "last_synced": "2026-05-18T07:01:40.143Z", "status": "ok", "source_sha": null }, @@ -21,7 +21,7 @@ "id": "understand-quickly/demo-understand-anything", "format": "understand-anything@1", "graph_url": "https://looptech-ai.github.io/understand-quickly/schemas/__fixtures__/understand-anything/real-sample.json", - "last_synced": "2026-05-17T06:27:25.089Z", + "last_synced": "2026-05-18T07:01:40.216Z", "status": "ok", "source_sha": null } diff --git a/site/stats.json b/site/stats.json index 7f81b13..e6a8a38 100644 --- a/site/stats.json +++ b/site/stats.json @@ -1,6 +1,6 @@ { "schema_version": 1, - "generated_at": "2026-05-17T06:27:25.411Z", + "generated_at": "2026-05-18T07:01:40.535Z", "totals": { "entries": 3, "nodes": 25, From c3e31c2d0dfcf33979f26e3d27d53b6559edfcb0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 06:53:16 +0000 Subject: [PATCH 11/22] chore(sync): update registry and README --- README.md | 6 +++--- registry.json | 14 +++++++------- site/.well-known/repos.json | 6 +++--- site/stats.json | 2 +- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index e07293c..7ca8b32 100644 --- a/README.md +++ b/README.md @@ -187,9 +187,9 @@ Drop [`docs/publish-template.yml`](docs/publish-template.yml) into your repo as | Repo | Format | Description | Status | Last synced | | --- | --- | --- | :---: | --- | -| [understand-quickly/demo-code-review-graph](https://github.com/understand-quickly/demo-code-review-graph) | `code-review-graph@1` | Demo entry: a sample code-review-graph export covering files, classes, and tests. | ✅ ok | 2026-05-18 | -| [understand-quickly/demo-gitnexus](https://github.com/understand-quickly/demo-gitnexus) | `gitnexus@1` | Demo entry: a sample GitNexus graph modeled on its own codebase. | ✅ ok | 2026-05-18 | -| [understand-quickly/demo-understand-anything](https://github.com/understand-quickly/demo-understand-anything) | `understand-anything@1` | Demo entry: a hand-built sample knowledge graph in the understand-anything@1 shape. | ✅ ok | 2026-05-18 | +| [understand-quickly/demo-code-review-graph](https://github.com/understand-quickly/demo-code-review-graph) | `code-review-graph@1` | Demo entry: a sample code-review-graph export covering files, classes, and tests. | ✅ ok | 2026-05-19 | +| [understand-quickly/demo-gitnexus](https://github.com/understand-quickly/demo-gitnexus) | `gitnexus@1` | Demo entry: a sample GitNexus graph modeled on its own codebase. | ✅ ok | 2026-05-19 | +| [understand-quickly/demo-understand-anything](https://github.com/understand-quickly/demo-understand-anything) | `understand-anything@1` | Demo entry: a hand-built sample knowledge graph in the understand-anything@1 shape. | ✅ ok | 2026-05-19 | ## Status legend diff --git a/registry.json b/registry.json index 996a080..bfa194a 100644 --- a/registry.json +++ b/registry.json @@ -1,6 +1,6 @@ { "schema_version": 1, - "generated_at": "2026-05-18T07:01:40.216Z", + "generated_at": "2026-05-19T06:53:15.711Z", "entries": [ { "id": "understand-quickly/demo-code-review-graph", @@ -19,7 +19,7 @@ "last_error": null, "last_sha": "db43045f1341c8ba1f20c666497bc78500fad64b411ed8a8b6836e958d58fb39", "size_bytes": 8545, - "last_synced": "2026-05-18T07:01:40.022Z", + "last_synced": "2026-05-19T06:53:15.497Z", "nodes_count": 7, "edges_count": 7, "top_kinds": [ @@ -46,7 +46,7 @@ "source_sha": null, "head_sha": null, "commits_behind": null, - "drift_checked_at": "2026-05-18T07:01:39.946Z" + "drift_checked_at": "2026-05-19T06:53:15.396Z" }, { "id": "understand-quickly/demo-gitnexus", @@ -65,7 +65,7 @@ "last_error": null, "last_sha": "5c9a843fa7ffda007cc4ef4fce80beb54bbdd5d8995db06b8db606980c07239a", "size_bytes": 8713, - "last_synced": "2026-05-18T07:01:40.143Z", + "last_synced": "2026-05-19T06:53:15.617Z", "nodes_count": 8, "edges_count": 10, "top_kinds": [ @@ -100,7 +100,7 @@ "source_sha": null, "head_sha": null, "commits_behind": null, - "drift_checked_at": "2026-05-18T07:01:40.075Z" + "drift_checked_at": "2026-05-19T06:53:15.554Z" }, { "id": "understand-quickly/demo-understand-anything", @@ -117,7 +117,7 @@ "miss_count": 0, "status": "ok", "last_error": null, - "last_synced": "2026-05-18T07:01:40.216Z", + "last_synced": "2026-05-19T06:53:15.710Z", "last_sha": "8076fa075a94ade41b2df7f3a8f1f6a8ace220f609ec5823be51e47ab30b418b", "size_bytes": 4366, "nodes_count": 10, @@ -144,7 +144,7 @@ "source_sha": null, "head_sha": null, "commits_behind": null, - "drift_checked_at": "2026-05-18T07:01:40.164Z" + "drift_checked_at": "2026-05-19T06:53:15.648Z" } ], "last_drift_index": 0 diff --git a/site/.well-known/repos.json b/site/.well-known/repos.json index 64b2de7..2794085 100644 --- a/site/.well-known/repos.json +++ b/site/.well-known/repos.json @@ -5,7 +5,7 @@ "id": "understand-quickly/demo-code-review-graph", "format": "code-review-graph@1", "graph_url": "https://looptech-ai.github.io/understand-quickly/schemas/__fixtures__/code-review-graph/real-sample.json", - "last_synced": "2026-05-18T07:01:40.022Z", + "last_synced": "2026-05-19T06:53:15.497Z", "status": "ok", "source_sha": null }, @@ -13,7 +13,7 @@ "id": "understand-quickly/demo-gitnexus", "format": "gitnexus@1", "graph_url": "https://looptech-ai.github.io/understand-quickly/schemas/__fixtures__/gitnexus/real-sample.json", - "last_synced": "2026-05-18T07:01:40.143Z", + "last_synced": "2026-05-19T06:53:15.617Z", "status": "ok", "source_sha": null }, @@ -21,7 +21,7 @@ "id": "understand-quickly/demo-understand-anything", "format": "understand-anything@1", "graph_url": "https://looptech-ai.github.io/understand-quickly/schemas/__fixtures__/understand-anything/real-sample.json", - "last_synced": "2026-05-18T07:01:40.216Z", + "last_synced": "2026-05-19T06:53:15.710Z", "status": "ok", "source_sha": null } diff --git a/site/stats.json b/site/stats.json index e6a8a38..25afa57 100644 --- a/site/stats.json +++ b/site/stats.json @@ -1,6 +1,6 @@ { "schema_version": 1, - "generated_at": "2026-05-18T07:01:40.535Z", + "generated_at": "2026-05-19T06:53:16.040Z", "totals": { "entries": 3, "nodes": 25, From 4e0b8ebd058d3f0320bf6c04deaea3b8f98dd110 Mon Sep 17 00:00:00 2001 From: "ecc-tools[bot]" <257055122+ecc-tools[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 01:31:09 +0000 Subject: [PATCH 12/22] feat: add understand-quickly ECC bundle (.claude/ecc-tools.json) --- .claude/ecc-tools.json | 251 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 251 insertions(+) create mode 100644 .claude/ecc-tools.json diff --git a/.claude/ecc-tools.json b/.claude/ecc-tools.json new file mode 100644 index 0000000..3ce539a --- /dev/null +++ b/.claude/ecc-tools.json @@ -0,0 +1,251 @@ +{ + "version": "1.3", + "schemaVersion": "1.0", + "generatedBy": "ecc-tools", + "generatedAt": "2026-05-20T01:30:45.793Z", + "repo": "https://github.com/cryptofixyup/understand-quickly", + "referenceSetReadiness": { + "score": 0, + "present": 0, + "total": 7, + "items": [ + { + "id": "deep-analyzer-corpus", + "label": "Deep analyzer corpus", + "status": "missing", + "evidence": [], + "recommendation": "Add analyzer fixture, golden, benchmark, or reference-set files that can catch analyzer regressions." + }, + { + "id": "rag-evaluator", + "label": "RAG/evaluator comparison", + "status": "missing", + "evidence": [], + "recommendation": "Add retrieval or evaluator reference-set comparison fixtures with expected ranking behavior." + }, + { + "id": "pr-salvage", + "label": "PR salvage/review corpus", + "status": "missing", + "evidence": [], + "recommendation": "Add stale-PR, review-thread, reopen-flow, or salvage reference cases for queue cleanup automation." + }, + { + "id": "discussion-triage", + "label": "Discussion triage corpus", + "status": "missing", + "evidence": [], + "recommendation": "Add public discussion triage fixtures, golden cases, or reference sets for informational, answered, and no-response classifications." + }, + { + "id": "harness-compatibility", + "label": "Harness compatibility", + "status": "missing", + "evidence": [], + "recommendation": "Add cross-harness, adapter-compliance, or harness-audit evidence for Claude, Codex, OpenCode, Zed, dmux, and agent surfaces." + }, + { + "id": "security-evidence", + "label": "Security evidence", + "status": "missing", + "evidence": [], + "recommendation": "Attach security evidence such as SBOMs, SARIF, audit reports, or AgentShield evidence packs." + }, + { + "id": "ci-failure-mode", + "label": "CI failure-mode evidence", + "status": "missing", + "evidence": [], + "recommendation": "Add captured CI failure logs, dry-run fixtures, or troubleshooting docs for common workflow failure modes." + } + ] + }, + "profiles": { + "requested": "security", + "recommended": "security", + "effective": "developer", + "requestedAlias": "security", + "recommendedAlias": "security", + "effectiveAlias": "developer" + }, + "requestedProfile": "security", + "profile": "developer", + "recommendedProfile": "security", + "effectiveProfile": "developer", + "tier": "free", + "requestedComponents": [ + "repo-baseline", + "workflow-automation", + "security-audits" + ], + "selectedComponents": [ + "repo-baseline", + "workflow-automation" + ], + "requestedAddComponents": [], + "requestedRemoveComponents": [], + "blockedRemovalComponents": [], + "tierFilteredComponents": [ + "security-audits" + ], + "requestedRootPackages": [ + "runtime-core", + "workflow-pack", + "agentshield-pack" + ], + "selectedRootPackages": [ + "runtime-core", + "workflow-pack" + ], + "requestedPackages": [ + "runtime-core", + "workflow-pack", + "agentshield-pack" + ], + "requestedAddPackages": [], + "requestedRemovePackages": [], + "selectedPackages": [ + "runtime-core", + "workflow-pack" + ], + "packages": [ + "runtime-core", + "workflow-pack" + ], + "blockedRemovalPackages": [], + "tierFilteredRootPackages": [ + "agentshield-pack" + ], + "tierFilteredPackages": [ + "agentshield-pack" + ], + "conflictingPackages": [], + "dependencyGraph": { + "runtime-core": [], + "workflow-pack": [ + "runtime-core" + ] + }, + "resolutionOrder": [ + "runtime-core", + "workflow-pack" + ], + "requestedModules": [ + "runtime-core", + "workflow-pack", + "agentshield-pack" + ], + "selectedModules": [ + "runtime-core", + "workflow-pack" + ], + "modules": [ + "runtime-core", + "workflow-pack" + ], + "managedFiles": [ + ".claude/skills/understand-quickly/SKILL.md", + ".agents/skills/understand-quickly/SKILL.md", + ".agents/skills/understand-quickly/agents/openai.yaml", + ".claude/identity.json", + ".codex/config.toml", + ".codex/AGENTS.md", + ".codex/agents/explorer.toml", + ".codex/agents/reviewer.toml", + ".codex/agents/docs-researcher.toml", + ".claude/homunculus/instincts/inherited/understand-quickly-instincts.yaml" + ], + "packageFiles": { + "runtime-core": [ + ".claude/skills/understand-quickly/SKILL.md", + ".agents/skills/understand-quickly/SKILL.md", + ".agents/skills/understand-quickly/agents/openai.yaml", + ".claude/identity.json", + ".codex/config.toml", + ".codex/AGENTS.md", + ".codex/agents/explorer.toml", + ".codex/agents/reviewer.toml", + ".codex/agents/docs-researcher.toml", + ".claude/homunculus/instincts/inherited/understand-quickly-instincts.yaml" + ] + }, + "moduleFiles": { + "runtime-core": [ + ".claude/skills/understand-quickly/SKILL.md", + ".agents/skills/understand-quickly/SKILL.md", + ".agents/skills/understand-quickly/agents/openai.yaml", + ".claude/identity.json", + ".codex/config.toml", + ".codex/AGENTS.md", + ".codex/agents/explorer.toml", + ".codex/agents/reviewer.toml", + ".codex/agents/docs-researcher.toml", + ".claude/homunculus/instincts/inherited/understand-quickly-instincts.yaml" + ] + }, + "files": [ + { + "moduleId": "runtime-core", + "path": ".claude/skills/understand-quickly/SKILL.md", + "description": "Repository-specific Claude Code skill generated from git history." + }, + { + "moduleId": "runtime-core", + "path": ".agents/skills/understand-quickly/SKILL.md", + "description": "Codex-facing copy of the generated repository skill." + }, + { + "moduleId": "runtime-core", + "path": ".agents/skills/understand-quickly/agents/openai.yaml", + "description": "Codex skill metadata so the repo skill appears cleanly in the skill interface." + }, + { + "moduleId": "runtime-core", + "path": ".claude/identity.json", + "description": "Suggested identity.json baseline derived from repository conventions." + }, + { + "moduleId": "runtime-core", + "path": ".codex/config.toml", + "description": "Repo-local Codex MCP and multi-agent baseline aligned with ECC defaults." + }, + { + "moduleId": "runtime-core", + "path": ".codex/AGENTS.md", + "description": "Codex usage guide that points at the generated repo skill and workflow bundle." + }, + { + "moduleId": "runtime-core", + "path": ".codex/agents/explorer.toml", + "description": "Read-only explorer role config for Codex multi-agent work." + }, + { + "moduleId": "runtime-core", + "path": ".codex/agents/reviewer.toml", + "description": "Read-only reviewer role config focused on correctness and security." + }, + { + "moduleId": "runtime-core", + "path": ".codex/agents/docs-researcher.toml", + "description": "Read-only docs researcher role config for API verification." + }, + { + "moduleId": "runtime-core", + "path": ".claude/homunculus/instincts/inherited/understand-quickly-instincts.yaml", + "description": "Continuous-learning instincts derived from repository patterns." + } + ], + "workflows": [], + "adapters": { + "claudeCode": { + "skillPath": ".claude/skills/understand-quickly/SKILL.md", + "identityPath": ".claude/identity.json", + "commandPaths": [] + }, + "codex": { + "configPath": ".codex/config.toml", + "agentsGuidePath": ".codex/AGENTS.md", + "skillPath": ".agents/skills/understand-quickly/SKILL.md" + } + } +} \ No newline at end of file From cc2a486f066c31e082ea5ed5de027b0217e2fa9b Mon Sep 17 00:00:00 2001 From: "ecc-tools[bot]" <257055122+ecc-tools[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 01:31:10 +0000 Subject: [PATCH 13/22] feat: add understand-quickly ECC bundle (.claude/skills/understand-quickly/SKILL.md) --- .claude/skills/understand-quickly/SKILL.md | 91 ++++++++++++++++++++++ 1 file changed, 91 insertions(+) create mode 100644 .claude/skills/understand-quickly/SKILL.md diff --git a/.claude/skills/understand-quickly/SKILL.md b/.claude/skills/understand-quickly/SKILL.md new file mode 100644 index 0000000..486f04e --- /dev/null +++ b/.claude/skills/understand-quickly/SKILL.md @@ -0,0 +1,91 @@ +```markdown +# understand-quickly Development Patterns + +> Auto-generated skill from repository analysis + +## Overview +This skill teaches you the core development patterns and conventions used in the `understand-quickly` TypeScript repository. You'll learn about file naming, import/export styles, commit conventions, and how to write and run tests. This guide is ideal for contributors who want to quickly align with the project's established practices. + +## Coding Conventions + +### File Naming +- Use **camelCase** for file names. + - Example: `myUtility.ts`, `parseData.test.ts` + +### Import Style +- Use **relative imports** for referencing local modules. + - Example: + ```typescript + import { parseData } from './parseData'; + ``` + +### Export Style +- Use **named exports** instead of default exports. + - Example: + ```typescript + // In parseData.ts + export function parseData(input: string): ParsedResult { ... } + ``` + +### Commit Message Patterns +- Mixed commit types, commonly using the `fix` prefix. +- Average commit message length: ~59 characters. + - Example: `fix: correct parsing logic for edge cases` + +## Workflows + +### Code Contribution +**Trigger:** When adding or updating features or fixing bugs +**Command:** `/contribute` + +1. Create or update files using camelCase naming. +2. Use relative imports and named exports in your TypeScript files. +3. Write or update corresponding test files using the `*.test.*` pattern. +4. Commit changes with a descriptive message, prefixed with the type (e.g., `fix:`). +5. Open a pull request for review. + +### Writing Tests +**Trigger:** When adding new code or refactoring existing code +**Command:** `/write-test` + +1. Create a test file named `yourModule.test.ts` alongside the module. +2. Write tests using your preferred testing framework (framework is currently unknown). +3. Ensure tests cover all new or changed functionality. +4. Run tests locally to verify correctness. + +### Reviewing Code +**Trigger:** When reviewing a pull request +**Command:** `/review` + +1. Check that file naming, import, and export conventions are followed. +2. Verify that commit messages use the correct prefix and are descriptive. +3. Ensure all new code is covered by tests in `*.test.*` files. +4. Run the test suite to confirm all tests pass. + +## Testing Patterns + +- Test files follow the `*.test.*` naming convention (e.g., `parseData.test.ts`). +- The specific testing framework is not detected; use the project's existing test patterns as reference. +- Place test files alongside the modules they test. +- Tests should comprehensively cover the logic and edge cases of the module. + + Example: + ```typescript + // parseData.test.ts + import { parseData } from './parseData'; + + describe('parseData', () => { + it('should parse valid input', () => { + const result = parseData('input'); + expect(result).toEqual({ /* expected output */ }); + }); + }); + ``` + +## Commands +| Command | Purpose | +|----------------|----------------------------------------------------| +| /contribute | Start the code contribution workflow | +| /write-test | Begin writing or updating tests for your code | +| /review | Review code for conventions and test coverage | +``` \ No newline at end of file From 3f44623f49708aef77199ed9026f72f81bf2cc6e Mon Sep 17 00:00:00 2001 From: "ecc-tools[bot]" <257055122+ecc-tools[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 01:31:11 +0000 Subject: [PATCH 14/22] feat: add understand-quickly ECC bundle (.agents/skills/understand-quickly/SKILL.md) --- .agents/skills/understand-quickly/SKILL.md | 91 ++++++++++++++++++++++ 1 file changed, 91 insertions(+) create mode 100644 .agents/skills/understand-quickly/SKILL.md diff --git a/.agents/skills/understand-quickly/SKILL.md b/.agents/skills/understand-quickly/SKILL.md new file mode 100644 index 0000000..486f04e --- /dev/null +++ b/.agents/skills/understand-quickly/SKILL.md @@ -0,0 +1,91 @@ +```markdown +# understand-quickly Development Patterns + +> Auto-generated skill from repository analysis + +## Overview +This skill teaches you the core development patterns and conventions used in the `understand-quickly` TypeScript repository. You'll learn about file naming, import/export styles, commit conventions, and how to write and run tests. This guide is ideal for contributors who want to quickly align with the project's established practices. + +## Coding Conventions + +### File Naming +- Use **camelCase** for file names. + - Example: `myUtility.ts`, `parseData.test.ts` + +### Import Style +- Use **relative imports** for referencing local modules. + - Example: + ```typescript + import { parseData } from './parseData'; + ``` + +### Export Style +- Use **named exports** instead of default exports. + - Example: + ```typescript + // In parseData.ts + export function parseData(input: string): ParsedResult { ... } + ``` + +### Commit Message Patterns +- Mixed commit types, commonly using the `fix` prefix. +- Average commit message length: ~59 characters. + - Example: `fix: correct parsing logic for edge cases` + +## Workflows + +### Code Contribution +**Trigger:** When adding or updating features or fixing bugs +**Command:** `/contribute` + +1. Create or update files using camelCase naming. +2. Use relative imports and named exports in your TypeScript files. +3. Write or update corresponding test files using the `*.test.*` pattern. +4. Commit changes with a descriptive message, prefixed with the type (e.g., `fix:`). +5. Open a pull request for review. + +### Writing Tests +**Trigger:** When adding new code or refactoring existing code +**Command:** `/write-test` + +1. Create a test file named `yourModule.test.ts` alongside the module. +2. Write tests using your preferred testing framework (framework is currently unknown). +3. Ensure tests cover all new or changed functionality. +4. Run tests locally to verify correctness. + +### Reviewing Code +**Trigger:** When reviewing a pull request +**Command:** `/review` + +1. Check that file naming, import, and export conventions are followed. +2. Verify that commit messages use the correct prefix and are descriptive. +3. Ensure all new code is covered by tests in `*.test.*` files. +4. Run the test suite to confirm all tests pass. + +## Testing Patterns + +- Test files follow the `*.test.*` naming convention (e.g., `parseData.test.ts`). +- The specific testing framework is not detected; use the project's existing test patterns as reference. +- Place test files alongside the modules they test. +- Tests should comprehensively cover the logic and edge cases of the module. + + Example: + ```typescript + // parseData.test.ts + import { parseData } from './parseData'; + + describe('parseData', () => { + it('should parse valid input', () => { + const result = parseData('input'); + expect(result).toEqual({ /* expected output */ }); + }); + }); + ``` + +## Commands +| Command | Purpose | +|----------------|----------------------------------------------------| +| /contribute | Start the code contribution workflow | +| /write-test | Begin writing or updating tests for your code | +| /review | Review code for conventions and test coverage | +``` \ No newline at end of file From ef3d00b9ed5bc83131e5b8a1adb50413ee7e922c Mon Sep 17 00:00:00 2001 From: "ecc-tools[bot]" <257055122+ecc-tools[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 01:31:12 +0000 Subject: [PATCH 15/22] feat: add understand-quickly ECC bundle (.agents/skills/understand-quickly/agents/openai.yaml) --- .agents/skills/understand-quickly/agents/openai.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .agents/skills/understand-quickly/agents/openai.yaml diff --git a/.agents/skills/understand-quickly/agents/openai.yaml b/.agents/skills/understand-quickly/agents/openai.yaml new file mode 100644 index 0000000..4f76121 --- /dev/null +++ b/.agents/skills/understand-quickly/agents/openai.yaml @@ -0,0 +1,6 @@ +interface: + display_name: "Understand Quickly" + short_description: "Repo-specific patterns and workflows for understand-quickly" + default_prompt: "Use the understand-quickly repo skill to follow existing architecture, testing, and workflow conventions." +policy: + allow_implicit_invocation: true \ No newline at end of file From f3918ea2a213e45471be2d39eb2935f4809d88a9 Mon Sep 17 00:00:00 2001 From: "ecc-tools[bot]" <257055122+ecc-tools[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 01:31:13 +0000 Subject: [PATCH 16/22] feat: add understand-quickly ECC bundle (.claude/identity.json) --- .claude/identity.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .claude/identity.json diff --git a/.claude/identity.json b/.claude/identity.json new file mode 100644 index 0000000..70a6bb9 --- /dev/null +++ b/.claude/identity.json @@ -0,0 +1,14 @@ +{ + "version": "2.0", + "technicalLevel": "technical", + "preferredStyle": { + "verbosity": "detailed", + "codeComments": true, + "explanations": true + }, + "domains": [ + "typescript" + ], + "suggestedBy": "ecc-tools-repo-analysis", + "createdAt": "2026-05-20T01:31:02.128Z" +} \ No newline at end of file From c72885b8de61c16afed08cafb9e13511417b19f0 Mon Sep 17 00:00:00 2001 From: "ecc-tools[bot]" <257055122+ecc-tools[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 01:31:14 +0000 Subject: [PATCH 17/22] feat: add understand-quickly ECC bundle (.codex/config.toml) --- .codex/config.toml | 48 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 .codex/config.toml diff --git a/.codex/config.toml b/.codex/config.toml new file mode 100644 index 0000000..bc1ee67 --- /dev/null +++ b/.codex/config.toml @@ -0,0 +1,48 @@ +#:schema https://developers.openai.com/codex/config-schema.json + +# ECC Tools generated Codex baseline +approval_policy = "on-request" +sandbox_mode = "workspace-write" +web_search = "live" + +[mcp_servers.github] +command = "npx" +args = ["-y", "@modelcontextprotocol/server-github"] + +[mcp_servers.context7] +command = "npx" +args = ["-y", "@upstash/context7-mcp@latest"] + +[mcp_servers.exa] +url = "https://mcp.exa.ai/mcp" + +[mcp_servers.memory] +command = "npx" +args = ["-y", "@modelcontextprotocol/server-memory"] + +[mcp_servers.playwright] +command = "npx" +args = ["-y", "@playwright/mcp@latest", "--extension"] + +[mcp_servers.sequential-thinking] +command = "npx" +args = ["-y", "@modelcontextprotocol/server-sequential-thinking"] + +[features] +multi_agent = true + +[agents] +max_threads = 6 +max_depth = 1 + +[agents.explorer] +description = "Read-only codebase explorer for gathering evidence before changes are proposed." +config_file = "agents/explorer.toml" + +[agents.reviewer] +description = "PR reviewer focused on correctness, security, and missing tests." +config_file = "agents/reviewer.toml" + +[agents.docs_researcher] +description = "Documentation specialist that verifies APIs, framework behavior, and release notes." +config_file = "agents/docs-researcher.toml" \ No newline at end of file From 4924a6be5ac464eb522deceff0a6565ac674137d Mon Sep 17 00:00:00 2001 From: "ecc-tools[bot]" <257055122+ecc-tools[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 01:31:15 +0000 Subject: [PATCH 18/22] feat: add understand-quickly ECC bundle (.codex/AGENTS.md) --- .codex/AGENTS.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .codex/AGENTS.md diff --git a/.codex/AGENTS.md b/.codex/AGENTS.md new file mode 100644 index 0000000..cd3ac67 --- /dev/null +++ b/.codex/AGENTS.md @@ -0,0 +1,26 @@ +# ECC for Codex CLI + +This supplements the root `AGENTS.md` with a repo-local ECC baseline. + +## Repo Skill + +- Repo-generated Codex skill: `.agents/skills/understand-quickly/SKILL.md` +- Claude-facing companion skill: `.claude/skills/understand-quickly/SKILL.md` +- Keep user-specific credentials and private MCPs in `~/.codex/config.toml`, not in this repo. + +## MCP Baseline + +Treat `.codex/config.toml` as the default ECC-safe baseline for work in this repository. +The generated baseline enables GitHub, Context7, Exa, Memory, Playwright, and Sequential Thinking. + +## Multi-Agent Support + +- Explorer: read-only evidence gathering +- Reviewer: correctness, security, and regression review +- Docs researcher: API and release-note verification + +## Workflow Files + +- No dedicated workflow command files were generated for this repo. + +Use these workflow files as reusable task scaffolds when the detected repository workflows recur. \ No newline at end of file From cc24e4f9c6ea8179f6c91e455d0e17a53f8fb93f Mon Sep 17 00:00:00 2001 From: "ecc-tools[bot]" <257055122+ecc-tools[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 01:31:16 +0000 Subject: [PATCH 19/22] feat: add understand-quickly ECC bundle (.codex/agents/explorer.toml) --- .codex/agents/explorer.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .codex/agents/explorer.toml diff --git a/.codex/agents/explorer.toml b/.codex/agents/explorer.toml new file mode 100644 index 0000000..732df7a --- /dev/null +++ b/.codex/agents/explorer.toml @@ -0,0 +1,9 @@ +model = "gpt-5.4" +model_reasoning_effort = "medium" +sandbox_mode = "read-only" + +developer_instructions = """ +Stay in exploration mode. +Trace the real execution path, cite files and symbols, and avoid proposing fixes unless the parent agent asks for them. +Prefer targeted search and file reads over broad scans. +""" \ No newline at end of file From dbffaf96c785c185df4b34c35933ab6991d01b4b Mon Sep 17 00:00:00 2001 From: "ecc-tools[bot]" <257055122+ecc-tools[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 01:31:17 +0000 Subject: [PATCH 20/22] feat: add understand-quickly ECC bundle (.codex/agents/reviewer.toml) --- .codex/agents/reviewer.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .codex/agents/reviewer.toml diff --git a/.codex/agents/reviewer.toml b/.codex/agents/reviewer.toml new file mode 100644 index 0000000..b13ed9c --- /dev/null +++ b/.codex/agents/reviewer.toml @@ -0,0 +1,9 @@ +model = "gpt-5.4" +model_reasoning_effort = "high" +sandbox_mode = "read-only" + +developer_instructions = """ +Review like an owner. +Prioritize correctness, security, behavioral regressions, and missing tests. +Lead with concrete findings and avoid style-only feedback unless it hides a real bug. +""" \ No newline at end of file From 6a426baf888e68d123ef790a21bd60f93b145bfc Mon Sep 17 00:00:00 2001 From: "ecc-tools[bot]" <257055122+ecc-tools[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 01:31:18 +0000 Subject: [PATCH 21/22] feat: add understand-quickly ECC bundle (.codex/agents/docs-researcher.toml) --- .codex/agents/docs-researcher.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .codex/agents/docs-researcher.toml diff --git a/.codex/agents/docs-researcher.toml b/.codex/agents/docs-researcher.toml new file mode 100644 index 0000000..0daae57 --- /dev/null +++ b/.codex/agents/docs-researcher.toml @@ -0,0 +1,9 @@ +model = "gpt-5.4" +model_reasoning_effort = "medium" +sandbox_mode = "read-only" + +developer_instructions = """ +Verify APIs, framework behavior, and release-note claims against primary documentation before changes land. +Cite the exact docs or file paths that support each claim. +Do not invent undocumented behavior. +""" \ No newline at end of file From 6bbb480705cd4cd6a93ceeda0db29b63c20cb806 Mon Sep 17 00:00:00 2001 From: "ecc-tools[bot]" <257055122+ecc-tools[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 01:31:19 +0000 Subject: [PATCH 22/22] feat: add understand-quickly ECC bundle (.claude/homunculus/instincts/inherited/understand-quickly-instincts.yaml) --- .../understand-quickly-instincts.yaml | 278 ++++++++++++++++++ 1 file changed, 278 insertions(+) create mode 100644 .claude/homunculus/instincts/inherited/understand-quickly-instincts.yaml diff --git a/.claude/homunculus/instincts/inherited/understand-quickly-instincts.yaml b/.claude/homunculus/instincts/inherited/understand-quickly-instincts.yaml new file mode 100644 index 0000000..aa9b7bc --- /dev/null +++ b/.claude/homunculus/instincts/inherited/understand-quickly-instincts.yaml @@ -0,0 +1,278 @@ +# Instincts generated from https://github.com/cryptofixyup/understand-quickly +# Generated: 2026-05-20T01:31:02.128Z +# Version: 2.0 +# NOTE: This file supplements (does not replace) any existing curated instincts. +# High-confidence manually curated instincts should be preserved alongside these. + +--- +id: understand-quickly-commit-length +trigger: "when writing a commit message" +confidence: 0.6 +domain: git +source: repo-analysis +source_repo: https://github.com/cryptofixyup/understand-quickly +--- + +# Understand Quickly Commit Length + +## Action + +Write moderate-length commit messages (~59 characters) + +## Evidence + +- Average commit message length: 59 chars +- Based on 2 commits + +--- +id: understand-quickly-naming-files +trigger: "when creating a new file" +confidence: 0.8 +domain: code-style +source: repo-analysis +source_repo: https://github.com/cryptofixyup/understand-quickly +--- + +# Understand Quickly Naming Files + +## Action + +Use camelCase naming convention + +## Evidence + +- Analyzed file naming patterns in repository +- Dominant pattern: camelCase + +--- +id: understand-quickly-import-relative +trigger: "when importing modules" +confidence: 0.75 +domain: code-style +source: repo-analysis +source_repo: https://github.com/cryptofixyup/understand-quickly +--- + +# Understand Quickly Import Relative + +## Action + +Use relative imports for project files + +## Evidence + +- Import analysis shows relative import pattern +- Example: import { x } from '../lib/x' + +--- +id: understand-quickly-export-style +trigger: "when exporting from a module" +confidence: 0.7 +domain: code-style +source: repo-analysis +source_repo: https://github.com/cryptofixyup/understand-quickly +--- + +# Understand Quickly Export Style + +## Action + +Prefer named exports + +## Evidence + +- Export pattern analysis +- Dominant style: named + +--- +id: understand-quickly-test-separate +trigger: "when writing tests" +confidence: 0.8 +domain: testing +source: repo-analysis +source_repo: https://github.com/cryptofixyup/understand-quickly +--- + +# Understand Quickly Test Separate + +## Action + +Place tests in the tests/ or __tests__/ directory, mirroring src structure + +## Evidence + +- Separate test directory pattern detected +- Tests live in dedicated test folders + +--- +id: understand-quickly-instinct-file-naming +trigger: "When creating a new file" +confidence: 0.8 +domain: code-style +source: repo-analysis +source_repo: cryptofixyup/understand-quickly +--- + +# Understand Quickly Instinct File Naming + +## Action + +Name the file using camelCase + +## Evidence + +- Pattern in codeStyle.namingConventions.files + +--- +id: understand-quickly-instinct-function-naming +trigger: "When defining a function" +confidence: 0.9 +domain: code-style +source: repo-analysis +source_repo: cryptofixyup/understand-quickly +--- + +# Understand Quickly Instinct Function Naming + +## Action + +Name the function using camelCase + +## Evidence + +- Pattern in codeStyle.namingConventions.functions + +--- +id: understand-quickly-instinct-class-naming +trigger: "When defining a class" +confidence: 0.9 +domain: code-style +source: repo-analysis +source_repo: cryptofixyup/understand-quickly +--- + +# Understand Quickly Instinct Class Naming + +## Action + +Name the class using PascalCase + +## Evidence + +- Pattern in codeStyle.namingConventions.classes + +--- +id: understand-quickly-instinct-constant-naming +trigger: "When declaring a constant" +confidence: 0.9 +domain: code-style +source: repo-analysis +source_repo: cryptofixyup/understand-quickly +--- + +# Understand Quickly Instinct Constant Naming + +## Action + +Name the constant using SCREAMING_SNAKE_CASE + +## Evidence + +- Pattern in codeStyle.namingConventions.constants + +--- +id: understand-quickly-instinct-import-style +trigger: "When importing modules" +confidence: 0.8 +domain: code-style +source: repo-analysis +source_repo: cryptofixyup/understand-quickly +--- + +# Understand Quickly Instinct Import Style + +## Action + +Use relative import paths + +## Evidence + +- Pattern in codeStyle.importStyle + +--- +id: understand-quickly-instinct-export-style +trigger: "When exporting from a module" +confidence: 0.8 +domain: code-style +source: repo-analysis +source_repo: cryptofixyup/understand-quickly +--- + +# Understand Quickly Instinct Export Style + +## Action + +Use named exports + +## Evidence + +- Pattern in codeStyle.exportStyle + +--- +id: understand-quickly-instinct-git-commit-prefix +trigger: "When writing a commit message for a bug fix" +confidence: 0.9 +domain: git +source: repo-analysis +source_repo: cryptofixyup/understand-quickly +--- + +# Understand Quickly Instinct Git Commit Prefix + +## Action + +Prefix the commit message with 'fix:' + +## Evidence + +- Seen in commit 'fix: unquote test glob so Node 20/18 can expand it via the shell' +- Pattern in commits.prefixes + +--- +id: understand-quickly-instinct-git-commit-length +trigger: "When writing a commit message" +confidence: 0.7 +domain: git +source: repo-analysis +source_repo: cryptofixyup/understand-quickly +--- + +# Understand Quickly Instinct Git Commit Length + +## Action + +Keep the commit message concise (around 59 characters on average) + +## Evidence + +- Pattern in commits.averageLength + +--- +id: understand-quickly-instinct-test-location +trigger: "When adding new tests" +confidence: 0.8 +domain: testing +source: repo-analysis +source_repo: cryptofixyup/understand-quickly +--- + +# Understand Quickly Instinct Test Location + +## Action + +Place test files in a separate directory from source files + +## Evidence + +- Pattern in architecture.folderStructure.testLocation +