Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 3055,
"has_wiki": false,
"homepage": null,
"languages": {
"HTML": 94064,
"Rust": 3004550,
"Shell": 35614,
"Python": 13324,
"JavaScript": 1474277
},
"pushed_at": "2026-07-18T18:51:05Z",
"created_at": "2026-03-09T15:36:10Z",
"owner_type": "User",
"updated_at": "2026-07-18T18:51:07Z",
"description": "Cognitive graph engine for LLMs — attraction, gravity, perception, forgetting dynamics",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Rust",
"significant_languages": [
"Rust",
"JavaScript"
]
},
"owner": {
"blog": "inonono.com",
"name": "INONONO",
"type": "User",
"login": "INONONO66",
"company": "TimeTree, Inc.",
"location": null,
"followers": 12,
"avatar_url": "https://avatars.githubusercontent.com/u/176561972?v=4",
"created_at": "2024-07-25T06:44:48Z",
"is_verified": null,
"public_repos": 22,
"account_age_days": 728
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.21.1",
"kind": "patch",
"published_at": "2026-07-18T18:57:02Z"
},
{
"tag": "v0.21.0",
"kind": "minor",
"published_at": "2026-07-18T17:39:47Z"
},
{
"tag": "v0.20.1",
"kind": "patch",
"published_at": "2026-07-18T02:27:56Z"
},
{
"tag": "v0.20.0",
"kind": "minor",
"published_at": "2026-07-16T16:43:45Z"
},
{
"tag": "v0.19.0",
"kind": "minor",
"published_at": "2026-07-15T07:29:27Z"
},
{
"tag": "v0.17.0",
"kind": "minor",
"published_at": "2026-07-04T20:56:29Z"
},
{
"tag": "v0.16.1",
"kind": "patch",
"published_at": "2026-07-04T16:52:32Z"
},
{
"tag": "v0.16.0",
"kind": "minor",
"published_at": "2026-07-04T16:39:01Z"
},
{
"tag": "v0.15.0",
"kind": "minor",
"published_at": "2026-07-04T10:32:34Z"
},
{
"tag": "v0.14.0",
"kind": "minor",
"published_at": "2026-07-04T09:47:21Z"
},
{
"tag": "v0.13.0",
"kind": "minor",
"published_at": "2026-07-04T04:44:23Z"
},
{
"tag": "v0.12.0",
"kind": "minor",
"published_at": "2026-07-04T02:53:09Z"
},
{
"tag": "v0.10.2",
"kind": "patch",
"published_at": "2026-07-03T06:26:05Z"
},
{
"tag": "v0.10.1",
"kind": "patch",
"published_at": "2026-07-03T03:49:02Z"
},
{
"tag": "v0.10.0",
"kind": "minor",
"published_at": "2026-07-02T18:11:48Z"
},
{
"tag": "v0.9.1",
"kind": "patch",
"published_at": "2026-07-02T01:41:37Z"
},
{
"tag": "v0.9.0",
"kind": "minor",
"published_at": "2026-06-28T12:13:53Z"
},
{
"tag": "v0.8.2",
"kind": "patch",
"published_at": "2026-06-25T02:31:02Z"
},
{
"tag": "v0.8.1",
"kind": "patch",
"published_at": "2026-06-24T14:40:48Z"
},
{
"tag": "v0.8.0",
"kind": "minor",
"published_at": "2026-06-23T16:53:44Z"
},
{
"tag": "v0.7.0",
"kind": "minor",
"published_at": "2026-06-21T16:04:56Z"
}
],
"recent_commits": [
{
"oid": "4f8821066beae6a80ff5a0de7f677a7dea721cab",
"body": "Patch release: id counters advance past any popped free id (#146).\n\nRED-first: verify_versions.sh 0.21.1 failed 9 checks before the bump;\npasses after.",
"is_bot": false,
"headline": "chore(release): prepare 0.21.1 (#147)",
"author_name": "Chaewan Kim",
"author_login": "amsminn",
"committed_at": "2026-07-18T18:51:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "220da4c7d08a6839e551559c20913eab76002f45",
"body": "* test(storage): reproduce live-id re-issue after uncontended free-id pop\n\nAfter a reopen, next_node_counter restores as max(live)+1, which can\nequal the popped free id. The pop branch returns the id without\nadvancing the counter, so the next counter-path allocation re-issues the\nnow-live id and set\n[…]\nnow-live id and INSERT OR REPLACE silently overwrote the node. Same fix\napplied to edge ids.\n\nRED-first: 6e58e19 carries the failing repro (left:NodeId(1) vs\nright:NodeId(2) after an uncontended pop).",
"is_bot": false,
"headline": "fix(storage): advance the id counter past any popped free id (#146)",
"author_name": "Chaewan Kim",
"author_login": "amsminn",
"committed_at": "2026-07-18T18:25:26Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b437b10771a9cc2f7b56d1e65de5254a2eec6842",
"body": "Lockstep bump (10 surfaces) + CHANGELOG [0.21.0]: fallible snapshot\nseam (try_clone, snapshot_at), 4 durability fixes, crash-recovery gate,\ndoc-drift corrections, dead_code dispositions.\n\nRED-first: verify_versions.sh 0.21.0 failed all 10 checks before the\nbump; passes after.",
"is_bot": false,
"headline": "chore(release): prepare 0.21.0 (#145)",
"author_name": "Chaewan Kim",
"author_login": "amsminn",
"committed_at": "2026-07-18T17:34:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b0c15fefdfa846defd87e16f807de65d62c0bc3",
"body": "…s (#144)\n\n- SearchPlan (query/types.rs): struct has live consumers — the\n struct-level allow was stale. Field audit found packaging_mode\n write-only (always Balanced at construction; decide_packaging derives\n the real mode from tensions/plan/text), so the FIELD is deleted\n (architect's field-le\n[…]\nd\n with #[cfg(test)] instead of an allow, making test-only status\n structural.\n\nVerified: clippy/fmt/rustdoc -D warnings clean (proves kept symbols are\nused), zero references to the deleted wrapper.",
"is_bot": false,
"headline": "refactor: clean up dead_code suppressions with per-symbol disposition…",
"author_name": "Chaewan Kim",
"author_login": "amsminn",
"committed_at": "2026-07-18T17:15:30Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e9115b7efabc424eccb452d688f35dfb24ae32ce",
"body": "- AGENTS.md: shrink to durable commands + invariants (397 -> ~110\n lines). Fixes: workspace layout (crates/*, no root src/), removed APIs\n (merge_candidates/auto_merge no longer exist), phantom EngineConfig\n fields (decay_model/energy_model/spreading_model), missing\n Engine.events, stale version\n[…]\nk lives in the MCP layer) (Gate 0.3).\n- EngineConfig::dedup_enabled: document that observations without an\n embedding skip the dedup gate (Gate 0.3).\n\nDoc-comment-only code edits; no behavior change.",
"is_bot": false,
"headline": "docs: correct doc drift against the live code (Gate 0.3/0.5) (#143)",
"author_name": "Chaewan Kim",
"author_login": "amsminn",
"committed_at": "2026-07-18T17:01:26Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "eab68f31d923e5e531db67fd6bac73bcbc7fc689",
"body": "…m (#142)\n\n* test(engine): reproduce snapshot paths ignoring the fallible clone seam\n\nEngine::snapshot/restore and check_invariants clone storage through the\ninfallible Clone (panics on SQLite failure) instead of the try_clone\nseam, so a storage whose try_clone fails sees snapshot() succeed and\nchec\n[…]\nore gains take_owned/with_entry; take() delegates (compat)\n\nRED-first: 0c37f36 carries the failing repro (snapshot returned Ok and\nSnapshotRestoreConsistency reported passed with a failing try_clone).",
"is_bot": false,
"headline": "feat(engine): route snapshot paths through the fallible try_clone sea…",
"author_name": "Chaewan Kim",
"author_login": "amsminn",
"committed_at": "2026-07-18T16:46:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "329f4420bc5105d9ecf44b07bffc10e3b1273954",
"body": "…141)\n\nSpawns a child that flushes batch 1, then makes unflushed dirty hot-field\nwrites, signals each durable seam on stdout, and is killed with SIGKILL\nat the second marker (event-synchronized kill point, bounded event wait,\nno fixed sleeps). On reopen: flushed values survive exactly (0.77), the\nea\n[…]\nnot committed): flush() as a no-op fails the\nflushed-value assertion (left:0.5 vs right:0.77); eager set_salience\nfails the dirty-lost assertion (left:0.01 vs right:0.77); reverted, the\ngate is green.",
"is_bot": false,
"headline": "test(storage): add crash-recovery gate for write-behind durability (#…",
"author_name": "Chaewan Kim",
"author_login": "amsminn",
"committed_at": "2026-07-18T15:52:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ceff60d0c55e76120e8b5ac3bf8757a14f92c4b9",
"body": "…140)\n\n* test(storage): reproduce free-id allocation swallowing durable delete failure\n\nnext_node_id pops the in-memory free list, then deletes the free_ids row\nwith let _ = — under a held write lock the DELETE fails silently, the id\nis assigned while still recorded free, and a reopen resurrects it \n[…]\nand committed\nto memory only after the UPDATE succeeds.\n\nRED-first: fc95fb0 carries the failing repro (left:1 vs right:0 under a\nheld write lock).\n\n* style(storage): rustfmt delete_node_atomicity test",
"is_bot": false,
"headline": "fix(storage): stage access traces until the write-through succeeds (#…",
"author_name": "Chaewan Kim",
"author_login": "amsminn",
"committed_at": "2026-07-18T15:20:27Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "46ff9cb6d63961fa8644dd9de604da93e2c14112",
"body": "…tion (#139)\n\n* test(storage): reproduce free-id allocation swallowing durable delete failure\n\nnext_node_id pops the in-memory free list, then deletes the free_ids row\nwith let _ = — under a held write lock the DELETE fails silently, the id\nis assigned while still recorded free, and a reopen resurre\n[…]\nh/clone BEGIN IMMEDIATE precedent.\n\nRED-first: 93f2d09 carries the failing repro (left:(0,0,1) vs\nright:(1,1,1) with the 4th statement sabotaged).\n\n* style(storage): rustfmt delete_node_atomicity test",
"is_bot": false,
"headline": "fix(storage): run delete_node's 8 statements in one immediate transac…",
"author_name": "Chaewan Kim",
"author_login": "amsminn",
"committed_at": "2026-07-18T15:19:20Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a8a05064a959869b08505f17c4b2657866e7b151",
"body": "* test(storage): reproduce free-id allocation swallowing durable delete failure\n\nnext_node_id pops the in-memory free list, then deletes the free_ids row\nwith let _ = — under a held write lock the DELETE fails silently, the id\nis assigned while still recorded free, and a reopen resurrects it so\nset_\n[…]\ne (the reopen case restores counter = max(live)+1,\nwhich can itself collide with a freed id).\n\nRED-first: a49a4e3 carries the failing repro (left:NodeId(1) vs\nright:NodeId(2) under a held write lock).",
"is_bot": false,
"headline": "fix(storage): make free-id consumption atomic with allocation (#138)",
"author_name": "Chaewan Kim",
"author_login": "amsminn",
"committed_at": "2026-07-18T15:01:32Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6616237653b8af656469496564c61881eb1e2259",
"body": "* test(storage): reproduce migration-checkpoint loss across snapshot clone\n\nEngine::snapshot/restore drops the durable embedding-migration checkpoint\n(embedding.migration.* keys): clone copies only embedding_model, so a\nmid-migration snapshot restores a graph that no longer reports\nIncompleteMigrati\n[…]\nlegates to try_clone; panic messages preserved\n- No catch_unwind anywhere\n\nRED-first: c3e0806 carries the failing repro (both tests failed with\nleft:None vs right:Some(checkpoint) on unmodified code).",
"is_bot": false,
"headline": "fix(storage): preserve migration checkpoint across snapshot clone (#137)",
"author_name": "Chaewan Kim",
"author_login": "amsminn",
"committed_at": "2026-07-18T14:24:08Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "cc14d10cac3e29c89d8691cb2125f91f526c8241",
"body": null,
"is_bot": false,
"headline": "chore(release): prepare 0.20.1 (#136)",
"author_name": "Chaewan Kim",
"author_login": "amsminn",
"committed_at": "2026-07-18T02:23:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02b0b2d5a7278e3e6a4b3f8837cc87f214a2cb2d",
"body": "* test(daemon): instrument grace-exit phases\n\n* test(daemon): tighten timing evidence\n\n* test(daemon): bound adapter reap",
"is_bot": false,
"headline": "test(daemon): instrument grace-exit phases (#135)",
"author_name": "Chaewan Kim",
"author_login": "amsminn",
"committed_at": "2026-07-17T20:59:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33705f862bc809161cc0e854b1d0751b79e431ca",
"body": null,
"is_bot": false,
"headline": "ci: pin first-party actions by SHA (#132)",
"author_name": "Chaewan Kim",
"author_login": "amsminn",
"committed_at": "2026-07-17T18:49:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27fd9d392093327cbb7c229c2f83cc1e75936d15",
"body": null,
"is_bot": false,
"headline": "ci(release): fail closed on tag version drift (#131)",
"author_name": "Chaewan Kim",
"author_login": "amsminn",
"committed_at": "2026-07-17T18:18:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1aab206b6831330c67298c8aa004ffda94e539cb",
"body": null,
"is_bot": false,
"headline": "docs(mcp): publish complete tool inventory (#130)",
"author_name": "Chaewan Kim",
"author_login": "amsminn",
"committed_at": "2026-07-17T17:43:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e59a28217df6694f93b3a61d228abd863e7daa7",
"body": null,
"is_bot": false,
"headline": "docs(ops): correct hook top-k default (#129)",
"author_name": "Chaewan Kim",
"author_login": "amsminn",
"committed_at": "2026-07-17T16:35:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be922eed6145a71d1a4c880c348c7d21a9b73b69",
"body": null,
"is_bot": false,
"headline": "docs(storage): update migration policy through v11 (#128)",
"author_name": "Chaewan Kim",
"author_login": "amsminn",
"committed_at": "2026-07-17T15:56:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1adc9a088061e3f9e5bc16be19c0ad126c4c0348",
"body": null,
"is_bot": false,
"headline": "fix(npm): unify local binary override (#127)",
"author_name": "Chaewan Kim",
"author_login": "amsminn",
"committed_at": "2026-07-17T14:56:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44a033837a7745fc42bd9e7bb6528fbd8dd912f5",
"body": null,
"is_bot": false,
"headline": "test(engine): assert contradiction tension semantics (#126)",
"author_name": "Chaewan Kim",
"author_login": "amsminn",
"committed_at": "2026-07-17T14:01:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27c0ba8b6a168d14e56aa6654b5d5f2e9ac6b6b2",
"body": "* fix(mcp): align embedded stats output\n\n* docs(mcp): attach one-shot routing docs",
"is_bot": false,
"headline": "fix(mcp): align embedded stats output (#125)",
"author_name": "Chaewan Kim",
"author_login": "amsminn",
"committed_at": "2026-07-17T13:02:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "31c5ddde570ef5e5048d6763b70bcb3ef365937e",
"body": null,
"is_bot": false,
"headline": "fix(mcp): prepare daemon cache before runtime (#124)",
"author_name": "Chaewan Kim",
"author_login": "amsminn",
"committed_at": "2026-07-17T12:04:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42a23ef70727f20f67af46fe9886ade87a60503b",
"body": "…#123)\n\n* refactor(mcp): reuse capture metadata constant\n\n* test(mcp): serialize nested shadow harnesses",
"is_bot": false,
"headline": "chore(mcp): unify capture constant, serialize nested test harnesses (…",
"author_name": "Chaewan Kim",
"author_login": "amsminn",
"committed_at": "2026-07-17T11:30:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca5a3738480bdef07b2b507a8efc09b59b655d1c",
"body": null,
"is_bot": false,
"headline": "chore(release): prepare 0.20.0 (#111)",
"author_name": "Chaewan Kim",
"author_login": "amsminn",
"committed_at": "2026-07-16T16:38:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eda57beb0d6f9872b0fc30f31f96f49b1fcb19c1",
"body": "* feat(mcp): add shadow extraction staging schema\n\n* feat(mcp): define shadow extractor profile\n\n* feat(mcp): scan shadow extraction sources\n\n* feat(mcp): run bounded extraction provider\n\n* feat(mcp): validate extraction output strictly\n\n* feat(mcp): stage shadow extraction atomically\n\n* feat(mcp): \n[…]\n test(mcp): isolate shadow extraction daemon harness\n\n* fix(mcp): repair launcher rustdoc link\n\n* test(ci): serialize shadow harness and latency gate\n\n* test(mcp): tolerate cold daemon harness startup",
"is_bot": false,
"headline": "feat(mcp): shadow extraction pipeline (R2) (#110)",
"author_name": "Chaewan Kim",
"author_login": "amsminn",
"committed_at": "2026-07-16T15:44:45Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b88f53de97b91db91bcc455d6c5d12f483c22ea9",
"body": "* test(mcp): stabilize migration lock lifecycles\n\n* feat(mcp): add versioned policy side schema\n\n* refactor(mcp): retain filtered recall gate trace\n\n* feat(mcp): persist fail-open recall events\n\n* feat(mcp): attribute recall events by caller\n\n* feat(mcp): report recall eligibility telemetry\n\n* docs(mcp): add recall telemetry rollout gate\n\n* fix(mcp): harden recall telemetry verification\n\n* fix(mcp): repair recall telemetry rustdoc",
"is_bot": false,
"headline": "feat(mcp): recall eligibility telemetry (R1) (#109)",
"author_name": "Chaewan Kim",
"author_login": "amsminn",
"committed_at": "2026-07-16T08:51:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e392080b03aac9a219195541372c84b6d29746b",
"body": "* test(mcp): pin embedding migration baseline\n\n* feat(storage): add transactional embedding migration\n\n* feat(mcp): add resumable embedding migration\n\n* feat(cli): add embedding migration command\n\n* feat(daemon): auto-migrate embedding spaces\n\n* feat(mcp): render actionable migration errors\n\n* fixup\n[…]\naces\n\n* fixup! feat(daemon): auto-migrate embedding spaces\n\n* fixup! feat(daemon): auto-migrate embedding spaces\n\n* fixup! feat(daemon): auto-migrate embedding spaces\n\n* chore(release): prepare 0.19.0",
"is_bot": false,
"headline": "feat: backup-first embedding migration (auto + manual), v0.19.0 (#108)",
"author_name": "Chaewan Kim",
"author_login": "amsminn",
"committed_at": "2026-07-15T07:23:11Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "feb0c21b1958b8f06acea0b015fdf3b497ea3fb1",
"body": null,
"is_bot": false,
"headline": "fix(mcp): preserve Unicode project scope names (#107)",
"author_name": "Chaewan Kim",
"author_login": "amsminn",
"committed_at": "2026-07-14T11:53:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33ecafec5b0f53fd3ac09e936751f62d3ed99a81",
"body": null,
"is_bot": false,
"headline": "fix(mcp): guard embedding model compatibility (#106)",
"author_name": "Chaewan Kim",
"author_login": "amsminn",
"committed_at": "2026-07-14T11:47:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb4861dd2e75f79bbe7ba3b715d312324bfe9779",
"body": "* feat(core): expose query-embedding cosine on recall hits\n\n* feat(mcp): add cosine abstention gate to recall\n\n* feat(mcp): add hook recall config knobs\n\n* feat(mcp): add transcript context to hook recall queries\n\n* feat(mcp): add knowledge-only recall rendering\n\n* feat(mcp): wire hook recall gates\n\n[…]\nard\n\n* fix(mcp): drop system preamble noise from capture\n\n* feat(mcp): add hook recall quality battery\n\n* docs(mcp): document hook recall env knobs\n\n* fix(ci): clear advisory and stabilize daemon test",
"is_bot": false,
"headline": "feat(mcp): add hook recall quality battery (#105)",
"author_name": "Chaewan Kim",
"author_login": "amsminn",
"committed_at": "2026-07-14T06:39:58Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "bfb47449e7ff2245da47e249e88f6830900b5c14",
"body": "…t comment (#104)\n\n* chore(npm): remove vestigial @anamnesis/* binary stubs\n\nAbandoned optionalDependencies scaffolding, superseded by the GitHub Release binary download in npm/anamnesis-mcp/bin/install.js. Never published (release.yml publishes only npm/anamnesis-mcp), never referenced (no optional\n[…]\n the old 'does NOT cap the node budget' note was inaccurate. Comment-only; dashboard.html is include_str!-embedded so the mcp crate recompiles, but there is no behavior/API change and no version bump.",
"is_bot": false,
"headline": "chore: retire vestigial @anamnesis/* npm stubs + fix stale node-budge…",
"author_name": "Chaewan Kim",
"author_login": "amsminn",
"committed_at": "2026-07-05T08:41:51Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "98b6ca01c808a650f66bfaf27ae7291acbbaa8da",
"body": "…pi/graph contract, v0.17.0 (#103)\n\n* fix(graph): /api/graph budget default 250 + 2000 cap; correct subgraph truncated semantics\n\n* feat(dashboard): timeline scrubber + saved view presets + mini-map (Phase-3 polish)\n\n* chore(release): 0.17.0 — graph-viz Phase 3 complete (timeline scrubber, saved-view presets, mini-map, /api/graph budget+truncated contract)\n\n* style: cargo fmt on Phase-3 test additions",
"is_bot": false,
"headline": "feat: graph-viz Phase 3 complete — timeline + presets + mini-map + /a…",
"author_name": "Chaewan Kim",
"author_login": "amsminn",
"committed_at": "2026-07-04T20:52:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de3b8a898a2d1d685b87cded5f7b7f5525bab87c",
"body": "…sed — v0.16.1 (#102)",
"is_bot": false,
"headline": "fix(dashboard): repaint on window resize while the render loop is pau…",
"author_name": "Chaewan Kim",
"author_login": "amsminn",
"committed_at": "2026-07-04T16:48:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45f0e26011831577b7203ace07887e55bae51b59",
"body": "…label LOD, v0.16.0 (#101)\n\n* feat(dashboard): cinematic cosmic atmosphere — nebula haze, starfield + overview HUD\n\nElevate the 3D galaxy to the premium reference look: deep-space, not a dark panel.\n\n- Deepen the space canvas to near-black cosmic #02030a (WebGL clear + CSS) and\n add a purple+cobalt\n[…]\ne10b5a2b509cd3b92c9b47e.\n\n* perf(dashboard): render-on-demand + label LOD + adaptive geometry for the dense galaxy\n\n* chore(release): 0.16.0 — graph-viz Phase 3 (atmosphere, density, perf + label LOD)",
"is_bot": false,
"headline": "feat: graph-viz Phase 3 — cinematic atmosphere, dense galaxy, perf + …",
"author_name": "Chaewan Kim",
"author_login": "amsminn",
"committed_at": "2026-07-04T16:34:03Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1060172a7388eba22991908830881a6b81acecbe",
"body": "…0.15.0 (#100)\n\n* feat(mcp): enrich /api/graph with leiden community cluster + DOI scores\n\n* feat(dashboard): community coloring toggle + DOI focus+context in 3D galaxy\n\n* docs+release: Phase-2 community cluster + DOI focus; lockstep v0.15.0",
"is_bot": false,
"headline": "feat: graph-viz Phase 2 — community clustering + DOI focus+context, v…",
"author_name": "Chaewan Kim",
"author_login": "amsminn",
"committed_at": "2026-07-04T10:28:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30cd7128cd845f2c237e747d14ec91a09a74c71d",
"body": "… v0.14.0 (#99)\n\n* feat(mcp): Request::Graph daemon wire op\n\n* feat(engine): Memory::subgraph bounded k-hop export with induced edges + depths\n\n* feat(mcp): /api/graph dispatch + GraphSubgraphDto canonical JSON\n\n* feat(dashboard): /api/graph route arm\n\n* feat(dashboard): vendor 3d-force-graph (MIT, \n[…]\nd+search+detail+filter\n\n* feat(dashboard): real bloom (UnrealBloomPass) + brighter galaxy — glow, link particles, denser\n\n* docs+release: 3D graph-viz (/api/graph + Memory::subgraph); lockstep v0.14.0",
"is_bot": false,
"headline": "feat: 3D graph visualization (Phase 1) — /api/graph galaxy dashboard,…",
"author_name": "Chaewan Kim",
"author_login": "amsminn",
"committed_at": "2026-07-04T09:43:18Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "85be5c2679d93b0d5a7a48c9608af1d342850293",
"body": "… install integrity) (#98)\n\n* feat(engine,mcp): surface Origin provenance in get/list + document dashboard & install\n\n* chore(release): 0.13.0 — dashboard, provenance, client docs, install integrity\n\nUltraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)\n\nCo-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>\n\n---------\n\nCo-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>",
"is_bot": false,
"headline": "chore(release): 0.13.0 — Phase 4 (dashboard, provenance, client docs,…",
"author_name": "Chaewan Kim",
"author_login": "amsminn",
"committed_at": "2026-07-04T04:39:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04ab3559845ecc18dc87c31ab5f704f41475be43",
"body": "… (#97)\n\nPhase 4 item 16 — local observability/management dashboard. Daemon client (ADR-0012), tiny_http, embedded UI over List/Get/Stats/Forget. Real Playwright QA PASS. No version bump (intermediate Phase-4 feature).",
"is_bot": false,
"headline": "feat(mcp): local read-only dashboard (anamnesis dashboard subcommand)…",
"author_name": "Chaewan Kim",
"author_login": "amsminn",
"committed_at": "2026-07-04T04:16:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f47887acdca7078d3d19828e0df7b1c77c6b09e0",
"body": "…mem0) (#96)\n\nPhase 5 item 19 — evidence-linked structural differentiators + the 0.12.0 management surface reflected; no benchmark-superiority claims (numbers = item 20, deferred). Docs-only.",
"is_bot": false,
"headline": "docs: strengthen differentiation narrative (evidence-linked moats vs …",
"author_name": "Chaewan Kim",
"author_login": "amsminn",
"committed_at": "2026-07-04T03:18:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6879b4c3e8274534a9355d5bf8f5c1b1e0c837ee",
"body": "…stdio) (#95)\n\nPhase 4 item 15 — documents Anamnesis as a memory MCP server for Cursor/Windsurf/OpenCode + any MCP client (verified stdio configs). Docs-only; no version bump.",
"is_bot": false,
"headline": "docs: broaden MCP client support (Cursor/Windsurf/OpenCode + generic …",
"author_name": "Chaewan Kim",
"author_login": "amsminn",
"committed_at": "2026-07-04T03:08:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f61c29e58877e08dad6a19dceb762a65103762e",
"body": "…) (#94)\n\n5 MCP management tools (update/forget/supersede/list/get) + Relation::Supersedes + Engine::unretract + Memory management API (MemoryView/ListFilter); remember tags/metadata/scope + filtered list/recall (recall filters rendered context); per-namespace extraction queue (isolation + restart durability); README numbers reconciled to calibration SSOT; dispatch/memory split into submodules. Purely additive API. Answer-accuracy eval number deferred to a fast-follow.",
"is_bot": false,
"headline": "feat: phase 1 — mem0 minimum-parity memory-management surface (0.12.0…",
"author_name": "Chaewan Kim",
"author_login": "amsminn",
"committed_at": "2026-07-04T02:49:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04249c0b3228c4cfcc7158deed74e7a61df49df4",
"body": "Records the ingestion-layering principle as a design doc: engine + MCP write tools are a lossless storage mechanism; which facts are formed and when is a consumer-layer policy. Adds missing ADR-0013/0014 index links. Docs-only.",
"is_bot": false,
"headline": "docs(architecture): storage mechanism vs formation policy layering (#93)",
"author_name": "Chaewan Kim",
"author_login": "amsminn",
"committed_at": "2026-07-03T15:29:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f8f364b5db974420ff49f18db927918defcc736",
"body": "…ease 0.11.0 (#92)\n\nSquash-merge of the external code-review round-2 changeset.\n\nEngine correctness:\n- tick death-spiral guard, edge-leak idempotency, temporal ms handling,\n BM25 ranking inversion, migration backfill/replay, retract/supersede\n persistence, salience recalibration (SURPRISE_GAIN_K=1\n[…]\n bump: Edge.leaked_at field + StorageAdapter\n leaked_at accessors.\n\nValidation: 354 engine + 108 mcp + integration tests green; fmt/clippy/semver/\ndeny/MSRV green; LoCoMo Recall@20 77.3%, MRR 0.4607.",
"is_bot": false,
"headline": "fix: external-review round-2 — correctness, MCP/plugin hardening, rel…",
"author_name": "Chaewan Kim",
"author_login": "amsminn",
"committed_at": "2026-07-03T14:07:12Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d2e5e5a118e86ecb5ca6bc0e2c59b5b53f3162be",
"body": "…policy (0.10.2) (#91)\n\n* test(capture): retry reopen while the flock release settles (kills the drop-reopen flake)\n\n* feat(mcp): dogfood usage metrics — op counters + backlog + stale ratio in stats\n\n* test(mcp): unique tempdirs for namespace tests (kills cross-run flock flake)\n\n* docs(readme): prod\n[…]\nontract — tool timing, recovery semantics, daemon lifecycle, env knobs\n\n* docs(persistence): migration policy — no-data-loss guarantees + normative test suite\n\n* chore(release): 0.10.2 (ops hardening)",
"is_bot": false,
"headline": "feat: ops hardening — dogfood metrics, ops contract, SSOT, migration …",
"author_name": "Chaewan Kim",
"author_login": "amsminn",
"committed_at": "2026-07-03T06:20:45Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "167f20c64f769776a158191717fce9442ffd26c8",
"body": "…sion trimming, demo baseline (0.10.1) (#90)\n\n* docs: fix API drift — remove fact_at references, correct snapshot signature\n\nfact_at was removed in the v0.10.0 shrink (ADR-0014) but the docs still\ndescribed it as current API:\n- README API block listed `fact_at` and the wrong `snapshot` return type\n \n[…]\n list finds the relevant turns but\nnothing in it says they conflict or why. README demo stress value refreshed\n(0.02 -> 0.03) to stay copy-paste-true.\n\n* chore(release): 0.10.1 (external-review fixes)",
"is_bot": false,
"headline": "fix: external-review findings — doc drift, v8 type normalization, ten…",
"author_name": "Chaewan Kim",
"author_login": "amsminn",
"committed_at": "2026-07-03T03:44:43Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2f204601266772a00f9e642795a1c6e6a1596e8b",
"body": "* feat(storage): decode unknown node types as Custom (legacy-DB compat guard)\n\n* refactor(engine)!: remove debug/hypothesis lifecycle + unused convenience API (no consumers)\n\nDeletes two engine surface families that a full audit + re-verified grep confirmed\nhave zero non-test consumers (MCP product \n[…]\ngo.lock.\n\nBreaking release — see ADR-0014 and the CHANGELOG for the removed surface,\nthe migrations, and the by-design decay coarsenings.\n\n* docs(internal): fix stale comments referencing removed APIs",
"is_bot": false,
"headline": "refactor!: shrink to product — 0.10.0 (#89)",
"author_name": "Chaewan Kim",
"author_login": "amsminn",
"committed_at": "2026-07-02T18:06:29Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b39582a553d6991168bdfb4e7ae9f9b905b7d25d",
"body": "…swer (#88)\n\n* feat(demo): reasoning-advantage example + test\n\nAdd a runnable demonstration of the product differentiator — typed reasoning\nedges plus contradiction-as-tension — through the public Memory front door.\n\nA ~10-turn conversation decides on Postgres (Reason edge to its rationale),\nthen re\n[…]\nve raw\ncapture via Stop/PreCompact/SessionEnd hooks; Stage 2 agent-driven\nextract_pending extraction) in the Claude Code & Codex section, linking to\nplugin/README.md for the hook contract and toggles.",
"is_bot": false,
"headline": "feat: reasoning-advantage demo — the why-query the flat list can't an…",
"author_name": "Chaewan Kim",
"author_login": "amsminn",
"committed_at": "2026-07-02T10:28:57Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "bd0a77f80100b1acbd1f4cf7f9957c5a35bc40f2",
"body": "…O (0.9.1) (#85)\n\n* feat(engine): set_metadata_pairs — multi-key metadata in one durable write\n\n* fix(capture): extraction-queue durability — atomic stamp, durable-first pull, capped redelivery\n\n- turn_key + extracted stamped in ONE set_node write (no partial-failure split)\n- pull marks pending:<ts>\n[…]\n docs: ADR-0011/0013 status Accepted; PreCompact help + extract_pending description accuracy\n\n* chore(release): 0.9.1 (capture hardening)\n\n* chore(deps): anyhow 1.0.103 (RUSTSEC-2026-0190, cargo-deny)",
"is_bot": false,
"headline": "fix: capture hardening — queue durability, nudge ungating, bounded I/…",
"author_name": "Chaewan Kim",
"author_login": "amsminn",
"committed_at": "2026-07-02T01:37:32Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4d49d564de4aeb27b772fbd77360c9c083305398",
"body": "* feat(engine): Memory::set_metadata persisted via set_node\n\n* feat(capture): sha2 turn_key dedup helper\n\n* feat(proto): add capture flag to Ingest request\n\nAdds `capture: Option<bool>` to `Request::Ingest` with\n`skip_serializing_if = \"Option::is_none\"` so the wire is backward-\ncompatible (existing \n[…]\nnv re-read; return\n {\"pending\":N} only; rename + invert test assertion.\n\n* chore(release): 0.9.0 (ADR-0013 reasoning capture)\n\n* style: cargo fmt + fix rustdoc unclosed-tag in transcript doc comment",
"is_bot": false,
"headline": "feat: ADR-0013 reasoning capture pipeline (0.9.0) (#83)",
"author_name": "Chaewan Kim",
"author_login": "amsminn",
"committed_at": "2026-06-28T12:08:00Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "54a6421a57e51d25ae48c94a66c3edec06d6d1e3",
"body": "Two-stage reasoning capture: passive raw ingest via Stop/PreCompact/SessionEnd hooks (idempotent, daemon-dedup) + agent-side batch extraction by the next client's LLM (engine stays LLM-free, fail-open). Includes measured CC/Codex hook matrix — Codex supports PreCompact but not SessionEnd. Status: Proposed.",
"is_bot": false,
"headline": "docs(adr): ADR-0013 reasoning capture pipeline (#82)",
"author_name": "Chaewan Kim",
"author_login": "amsminn",
"committed_at": "2026-06-26T06:20:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aff7a83de06c2bf347b9972d63afd0e77d934052",
"body": "Codex spawns plugin MCP servers from the user's cwd (not plugin root), gives no ${PLUGIN_ROOT}, and doesn't expand variables in MCP commands — so a plugin-relative/${PLUGIN_ROOT} path never resolves (measured). Switch Codex MCP command to 'npx -y -p anamnesis-mcp@latest anamnesis serve' (cwd-independent PATH command, still install-and-go via npm postinstall). Verified from /tmp. CC keeps ${CLAUDE_PLUGIN_ROOT}. Bump to 0.8.2 to refresh both caches.",
"is_bot": false,
"headline": "fix(plugin): Codex MCP via npx (cwd-independent) + release 0.8.2 (#81)",
"author_name": "Chaewan Kim",
"author_login": "amsminn",
"committed_at": "2026-06-25T02:26:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9318fcf0eb3dd260199d802c41d4874011129a7a",
"body": "Codex doesn't expand ${PLUGIN_ROOT} in an .codex-mcp.json command, so the literal path was spawned → ENOENT (MCP failed to start). Switch to command \"sh\" + args [\"./bin/anamnesis-serve.sh\"] (cwd = plugin root), matching official Codex MCP plugins. Bundled with the 0.8.1 version bump so the codex-mcp/#78/#79/#77 plugin fixes ship together (forces CC + Codex cache refresh). No library API change.",
"is_bot": false,
"headline": "fix(plugin): Codex MCP relative command path + release 0.8.1 (#80)",
"author_name": "Chaewan Kim",
"author_login": "amsminn",
"committed_at": "2026-06-24T14:35:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "01644f0b881e70c436ebf224838ff2bb1aaf16a7",
"body": "… (#79)\n\nCodex 0.142.0's hooks parser rejects unknown top-level fields, so the stray `description` (a plugin.json-schema leftover) broke Codex hook loading entirely. The official schema is top-level `hooks` only; timeout/statusMessage/matcher on individual hooks are valid (omo/figma use them). Remove description. CC unaffected.",
"is_bot": false,
"headline": "fix(plugin): drop invalid top-level description from codex-hooks.json…",
"author_name": "Chaewan Kim",
"author_login": "amsminn",
"committed_at": "2026-06-24T13:03:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71676e29a13c384d6f5b86171e466e98f7a47e14",
"body": "…doesn't fail (#78)\n\nFirst /plugin install fetched the ~24MB binary synchronously at MCP startup, racing Claude Code's 30s startup timeout → 'failed to start: No such file or directory'. SessionStart now prefetches in the background (detached) before the MCP window, and ensure-anamnesis.sh waits for\n[…]\nlight download instead of racing a second fetch (verified offline). README documents the slow-network MCP_TIMEOUT=120000 escape hatch. Hooks stay use-if-present + fail-open; Codex shares the wrappers.",
"is_bot": false,
"headline": "fix(plugin): background-prefetch the binary so first-run MCP startup …",
"author_name": "Chaewan Kim",
"author_login": "amsminn",
"committed_at": "2026-06-24T07:32:13Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "fb5cef5b48eb8b5eab368792eccca384cab7d1d7",
"body": "…esis is taken) (#77)\n\ncrates.io `anamnesis` is an unrelated crate and most `anamnesis-*` names belong to another project; this repo had never published, so the README's crates.io/docs.rs references pointed at the wrong crate. Rename the published package to `anamnesis-engine` keeping `[lib] name = \"anamnesis\"` (`use anamnesis::…` unchanged); fix all README references; guard the semver CI step for the rename.",
"is_bot": false,
"headline": "fix(crates): publish the library as anamnesis-engine (crates.io anamn…",
"author_name": "Chaewan Kim",
"author_login": "amsminn",
"committed_at": "2026-06-24T06:36:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c67ad777683d51a972f5f4217d2fd983e104e155",
"body": "Promote the stale `### MCP server` blurb to a top-level `## Use in Claude Code & Codex` section with install-and-go steps for both Claude Code and Codex, refresh the MCP/CLI note (command renamed to `anamnesis`; tools recall/remember/relate/ingest_conversation/stats), and add a top-nav link. Docs-only.",
"is_bot": false,
"headline": "docs(readme): Claude Code & Codex plugin install (install-and-go) (#76)",
"author_name": "Chaewan Kim",
"author_login": "amsminn",
"committed_at": "2026-06-24T04:08:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "999430429f8625c17fae9159bd21e01610f8501a",
"body": "… MCP-free transport, install-and-go (#75)\n\nActivation-gated read-only recall injection for Claude Code & Codex via client-side hooks (SessionStart seed + τ-gated UserPromptSubmit), backed by a shared on-demand anamnesis daemon.\n\nInternal transport is MCP-free (ADR-0012): rmcp is confined to the `an\n[…]\no — it bundles both the hooks and the agent MCP server and fetches the matching binary from the GitHub Release on first use. Command/binary renamed anamnesis-mcp -> anamnesis (package name unchanged).",
"is_bot": false,
"headline": "feat: anamnesis Claude Code & Codex plugin — activation-gated recall,…",
"author_name": "Chaewan Kim",
"author_login": "amsminn",
"committed_at": "2026-06-23T16:48:15Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "20b40e2444214150d9fa9253cffbca1eac943530",
"body": "- download npm launcher binaries from GitHub Release assets\\n- publish release assets before npm wrapper publish\\n- keep bootstrap-token path only for first npm publish, then use OIDC",
"is_bot": false,
"headline": "ci: publish mcp binaries via GitHub releases",
"author_name": "INONONO",
"author_login": "INONONO66",
"committed_at": "2026-06-21T17:46:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6a0a30cc58df999ba7c939b4e2eec20f87ebc4f",
"body": "…t-profile (#73)\n\nADR-0011 + docs/05-context-retrieval/hook-triggering.md: the activation-gated hook strategy and why anamnesis does not copy the supermemory/mem0 flat-profile pattern (a missing-relevance-signal workaround). Grounded in a deep-research pass (ACT-R need-odds, context rot, recommender feedback loops).",
"is_bot": false,
"headline": "docs: hook-triggering strategy + ADR-0011 — activation-gated, not fla…",
"author_name": "Chaewan Kim",
"author_login": "amsminn",
"committed_at": "2026-06-17T06:10:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "47572c1fa9105d24d9a90be5fc221691e4b9a67f",
"body": "…ix socket (#72)\n\nOn-demand shared daemon so multiple sessions share one global memory.\n\n- serve = launcher: ensures a daemon (detached spawn if absent) and transparently proxies stdin↔unix socket\n- daemon: owns DB + graph cache + embedding model; accept loop serves N clients via server.clone().serv\n[…]\nded / ANAMNESIS_NO_DAEMON in-process fallback retained\n- fixes from adversarial review: accept-queue race (biased select + backlog drain), GRACE=0 startup race (served latch), absolute-DB pin on spawn",
"is_bot": false,
"headline": "feat: on-demand shared daemon — multi-session global memory over a un…",
"author_name": "Chaewan Kim",
"author_login": "amsminn",
"committed_at": "2026-06-17T04:01:28Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b08879b0a899ce73d3d27e958de062f46d2f985e",
"body": "…e (#71)\n\nMemory front door gains relate/consolidate/stats/neighbors + Recall::as_context (thin wrappers over engine primitives, additive public API, growable types #[non_exhaustive]). MCP gains a relate tool, packaged recall context output, and doctor/stats CLI. Includes the tick-before-search fix (supersedes #70). All verified green; adversarial review found 0 bugs.",
"is_bot": false,
"headline": "feat: promote memory primitives to the Memory front door + MCP surfac…",
"author_name": "Chaewan Kim",
"author_login": "amsminn",
"committed_at": "2026-06-14T16:13:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc4c6459392faf2b9cfe8467118360fbe35ae6b3",
"body": "MCP stdio server + one-shot CLI wrapping the anamnesis Memory front door, in a new Cargo workspace (crates/anamnesis + crates/anamnesis-mcp). Tools: recall (auto-reinforced, deduped), remember, ingest_conversation. Adds an insight-recall quality gate (R@5 0.94), single-writer file lock per DB, graceful SIGTERM flush, ~/.anamnesis home with git-style project/global scope auto-detection, and npm (npx) packaging. Workspace MSRV unified at 1.88.",
"is_bot": false,
"headline": "feat: anamnesis-mcp — MCP stdio server + CLI (#69)",
"author_name": "Chaewan Kim",
"author_login": "amsminn",
"committed_at": "2026-06-14T07:57:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e1221a0b71979c8b022e5cdd9e973fcf02821cf",
"body": "…e, api as implementation (#68)",
"is_bot": false,
"headline": "docs(readme): update the module map — memory/engine doors, peer modul…",
"author_name": "Chaewan Kim",
"author_login": "amsminn",
"committed_at": "2026-06-12T03:42:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aec6f63259ca982f9fd3a7dacaf35ed5a270dde0",
"body": "…ry) (#67)\n\n* feat(memory): Memory framework API — bench-recipe ingest with incremental window finalization\n\nAdds `anamnesis::Memory<S>` as the validated consumer layer. Ports the\nbench recipe from `benches/eval_common/real_bench/graph.rs` faithfully:\nspeaker-prefixed Episodic turn + ±1-window Seman\n[…]\nle-bracket the bare URL flagged by rustdoc under --all-features\n\n* docs(readme): fix Quick Start import to the two-door paths; add Memory to the API surface; cite Pavlik-Anderson and Anderson-Schooler",
"is_bot": false,
"headline": "feat(memory): ship the bench-proven recipe as the framework API (Memo…",
"author_name": "Chaewan Kim",
"author_login": "amsminn",
"committed_at": "2026-06-12T03:30:17Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0ae1fe5f645da2b56b5024ad68b8b15420892880",
"body": "…oMo R@20 49.5→77.6%, LongMemEval-S 93.8% (#66)\n\n* feat(search,bench): ACT-R-conformant source pool widening, path_used package boundary, real-memory bench harness\n\nBaseline from the prior session, validated by the 2026-06-10 re-measurement\n(LoCoMo Recall@20 45.67% -> 49.51%): source candidate pool \n[…]\nn-test binary links the full --all-features dependency tree\nin CI; five extra link jobs pushed the runner past its memory/disk limit\n(ld SIGBUS). One binary keeps the same coverage with a single link.",
"is_bot": false,
"headline": "feat(retrieval): docs-conformant readout + ADR-0010 calibration — LoC…",
"author_name": "Chaewan Kim",
"author_login": "amsminn",
"committed_at": "2026-06-11T14:29:00Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f9d5fc33077e2047361c2c8b49271126bdea5b35",
"body": "…ation-dependent decay) (#65)\n\n* test(fidelity): scaffold cognitive-fidelity suite (core + metrics + scenario + stubs)\n\nShared measurement core under benches/fidelity_common (mirrors eval_common),\n#[path]-included by tests/cognitive_fidelity.rs (CI gate) and\nbenches/fidelity_report.rs (CSV/JSON repo\n[…]\nechanism visible.\nForgetting: power-law r²=1.0 vs exponential 0.55 at slope −m_type·α. Fan: exact 1/N.\nAdversarially verified honest and fair.\n\n* docs(readme): link the cognitive-fidelity results page",
"is_bot": false,
"headline": "test(fidelity): cognitive-fidelity proof suite (Pavlik-Anderson activ…",
"author_name": "Chaewan Kim",
"author_login": "amsminn",
"committed_at": "2026-06-07T13:07:51Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4039d6a5eed473a3fba5b5b359e22e9a0f4a6de0",
"body": "…(ACT-R) with activation-dependent (Pavlik-Anderson) decay (#64)\n\n* docs: promote techspec into docs\n\n* docs(techspec): reconcile to minimal, ACT-R-faithful constant design\n\nResolve doc-internal contradictions and over-parameterization so the spec\ndefines a minimal free-prior set with everything els\n[…]\n docs(readme): reflect activation-dependent (Pavlik-Anderson) decay + spacing\n\n* docs(readme): condense the Forgetting capability row\n\n* docs(readme): align the data-flow diagram boxes (uniform width)",
"is_bot": false,
"headline": "feat: migrate memory engine to the Bayesian conductive-network model …",
"author_name": "Chaewan Kim",
"author_login": "amsminn",
"committed_at": "2026-06-07T12:44:08Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d7bca8d20f7bef53b5136e4777c27fa88d3884c8",
"body": "…mal calibrated priors) (#63)\n\n* docs: promote techspec into docs\n\n* docs(techspec): reconcile to minimal, ACT-R-faithful constant design\n\nResolve doc-internal contradictions and over-parameterization so the spec\ndefines a minimal free-prior set with everything else derived (ADR-0003/0010):\n\n- ADR-0\n[…]\nk.\n- ADR-0010: state the decay priors in final-design form (drop \"former/split\").\n- 01-architecture/overview: decay_model is ACT-R only (drop stale Exponential).\n- energy: use decay(A_i, Δt) notation.",
"is_bot": false,
"headline": "docs(techspec): conductive-network memory engine — final design (mini…",
"author_name": "Chaewan Kim",
"author_login": "amsminn",
"committed_at": "2026-06-07T12:35:31Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a2ea561b0adc424758ee99cabc4c4aefd071a3d0",
"body": "…collection (#61)\n\n* perf(storage): add node_ids_descending_limit to avoid O(N log N) sort\n\nStorageAdapter trait gains a default node_ids_descending_limit(limit)\nmethod that truncates the full sorted list. SqliteStorage overrides it\nwith a reverse scan over the in-memory nodes Vec, collecting at mos\n[…]\nmpile all targets' step links many bench binaries in parallel,\nwhich exhausts the GitHub Actions runner memory and causes the linker\nto crash with 'Bus error'. Limiting to -j2 keeps peak RSS in check.",
"is_bot": false,
"headline": "perf(storage,engine): eliminate O(N²) scaling in ingest trigger-pool …",
"author_name": "INONONO",
"author_login": "INONONO66",
"committed_at": "2026-05-29T17:36:23Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "fb7b93cf7f93a78382cdea0258897a71ed1b9a24",
"body": "…ity, and convenience API (#54)\n\n* chore(bench): update Cargo.toml for benchmark infrastructure\n\n* refactor(bench): remove legacy longmemeval benchmark files\n\n* feat(bench): add eval_common shared module with judge, provider, metrics, checkpoint\n\n* feat(bench): add hardware performance benchmarks fo\n[…]\nplace let-chain for MSRV 1.85 compat, update AGENTS.md to peer_id terminology\n\n* fix(api): address PR feedback — retract before truncate, touch skip retracted, validate validity window, MSRV let-chain",
"is_bot": false,
"headline": "feat(engine,peer,storage): add peer identity system, knowledge integr…",
"author_name": "INONONO",
"author_login": "INONONO66",
"committed_at": "2026-05-28T16:50:32Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "87fe2907067f1b65288cd3549bffbda95c8301d1",
"body": "…e backend (#53)\n\n* chore: remove demo REPL binary\n\n* refactor(storage): remove InMemoryStorage implementation\n\n* refactor(storage): make SqliteStorage the default backend\n\n* test(storage): migrate tests and benches from InMemoryStorage to SqliteStorage\n\n* docs: update documentation to reflect Sqlit\n[…]\nse compound subjects in who-is/what-is patterns\n\n* fix(storage): use sort_by_key instead of sort_by for clippy compliance\n\n* docs: fix snapshot return type, group count, and Engine Clone bound in docs",
"is_bot": false,
"headline": "refactor(storage): remove InMemoryStorage, make SqliteStorage the sol…",
"author_name": "INONONO",
"author_login": "INONONO66",
"committed_at": "2026-05-14T14:52:04Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0e6a21def8d7aa3a9db20ad207e8d6df859b0105",
"body": "…ing (#52)\n\n* feat(demo): add demo feature gate and binary skeleton\n\n* feat(demo): add Ollama API client\n\n* feat(demo): add output formatting utilities\n\n* feat(demo): add LLM-based knowledge extraction\n\n* feat(demo): add file ingestion pipeline\n\n* feat(demo): add REPL loop with command dispatch\n\n* refactor(demo): generalize local LLM REPL and trim dependencies",
"is_bot": false,
"headline": "feat(demo): add interactive REPL for LLM-backed cognitive memory test…",
"author_name": "INONONO",
"author_login": "INONONO66",
"committed_at": "2026-05-12T14:20:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1eb4f8e3ab82eaa6e72a4dc3ff9202fa100a9600",
"body": "feat(api): add GraphEvent drain pattern for mutation observability (#33)\n\nclose #33",
"is_bot": false,
"headline": "feat(api): add graph event drain buffer (#51)",
"author_name": "INONONO",
"author_login": "INONONO66",
"committed_at": "2026-05-10T14:11:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2551afca62d8fe90e81aa9020f78e803c5075149",
"body": "…ect recall (#32) (#50)",
"is_bot": false,
"headline": "feat(api): add PerspectiveKey and query_perspective for observer-subj…",
"author_name": "INONONO",
"author_login": "INONONO66",
"committed_at": "2026-05-10T14:06:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e1cf74cd0a621e96acba8337708c7ed3fa3fec9c",
"body": null,
"is_bot": false,
"headline": "feat(query): add adaptive query-mode-aware context packaging (#34) (#49)",
"author_name": "INONONO",
"author_login": "INONONO66",
"committed_at": "2026-05-10T14:01:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb590587fdfe14bb7cfdad9a2816fd178adcddeb",
"body": null,
"is_bot": false,
"headline": "feat(api): add topology-aware ingest candidate expansion (#48)",
"author_name": "INONONO",
"author_login": "INONONO66",
"committed_at": "2026-05-10T13:57:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ebf0af2dbfe8a5feb2b365951d056d83f05a5af1",
"body": "…rotection (#23) (#47)\n\n* merge(feat/normalized-bfs): integrate normalized BFS activation with convergence termination\n\n* feat(mechanics,api): add topology-aware salience decay",
"is_bot": false,
"headline": "feat(mechanics): add topology-aware decay with isolation and bridge p…",
"author_name": "INONONO",
"author_login": "INONONO66",
"committed_at": "2026-05-10T13:53:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "802b54d674db4a060818340d62303bcd14d6e7c3",
"body": null,
"is_bot": false,
"headline": "feat(query,api): add normalized priority queue spreading (#46)",
"author_name": "INONONO",
"author_login": "INONONO66",
"committed_at": "2026-05-10T13:49:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8225d6b115aa2b194610c6d75adfffd175d3541a",
"body": "* feat(api): implement support_report for evidence auditing\n\nAdd SupportReport struct to measure supporting and contradicting evidence\nfor a node. Traverses 1-hop edges only to count:\n- supporting_sources: nodes via ConsolidatedFrom, ReinforcedBy, Supports\n- contradicting_sources: nodes via Contradi\n[…]\n salience\n\nUses visited set to prevent circular evidence inflation (A→B→A).\nIncludes 12 comprehensive tests covering all edge types and scenarios.\n\n* fix(api): remove unused support report test import",
"is_bot": false,
"headline": "feat(api): add SupportReport for evidence auditing (#31) (#45)",
"author_name": "INONONO",
"author_login": "INONONO66",
"committed_at": "2026-05-10T13:46:32Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ef1f4935629d00050b853ac7498b2e3ef06b265d",
"body": "…roboration (#27) (#44)",
"is_bot": false,
"headline": "feat(mechanics): add social reinforcement scoring for multi-agent cor…",
"author_name": "INONONO",
"author_login": "INONONO66",
"committed_at": "2026-05-10T13:39:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a6504cb33de869db331d959afc2044743f0c4c74",
"body": "…) read-only API (#43)\n\nfeat(mechanics): implement GraphHealth diagnostics and health() API (#18)\n\nclose #18",
"is_bot": false,
"headline": "feat(mechanics,api): add GraphHealth diagnostics with Engine::health(…",
"author_name": "INONONO",
"author_login": "INONONO66",
"committed_at": "2026-05-10T13:06:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1d2205d2e09bf94049c3746ac57983006235229",
"body": "…port scores (#26) (#42)\n\nfeat(mechanics): add topological mass computation with bridge and support scores (#26)",
"is_bot": false,
"headline": "feat(mechanics): add topological mass computation with bridge and sup…",
"author_name": "INONONO",
"author_login": "INONONO66",
"committed_at": "2026-05-10T12:20:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9da741bc8f88c313b3dcceeea482263d680babf2",
"body": "…n (#41)",
"is_bot": false,
"headline": "feat(query): add top-k convergence termination to spreading activatio…",
"author_name": "INONONO",
"author_login": "INONONO66",
"committed_at": "2026-05-09T19:53:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3582f9a2bcf7251d367e2c351d95239ccbc19ad2",
"body": "…rd (#40)",
"is_bot": false,
"headline": "feat(api): add crystallize consistency scoring with contamination gua…",
"author_name": "INONONO",
"author_login": "INONONO66",
"committed_at": "2026-05-09T19:45:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2aba252687834a4926c375a267ee3b50aca03c3",
"body": "…n and recall (#39)",
"is_bot": false,
"headline": "feat(query): add validity-aware edge filtering to spreading activatio…",
"author_name": "INONONO",
"author_login": "INONONO66",
"committed_at": "2026-05-09T19:32:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba8eddab96964a85692b8022ed373094b5774e35",
"body": "…#37)",
"is_bot": false,
"headline": "bench(query): add spreading activation and query latency benchmarks (…",
"author_name": "INONONO",
"author_login": "INONONO66",
"committed_at": "2026-05-09T19:13:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "038497d2b804c51637da8e05a3e0e6172716629c",
"body": "… (#38)",
"is_bot": false,
"headline": "feat(storage): implement SQLite storage adapter with FTS5 text search…",
"author_name": "INONONO",
"author_login": "INONONO66",
"committed_at": "2026-05-09T19:04:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f230aecd88f51b3336aec1ea5ad00289bef4aab",
"body": "…upport_score (#35)\n\n* feat(mechanics): add topology helpers for degree, bridge_score, and support_score\n\n* fix(mechanics): remove unused mut in topology tests",
"is_bot": false,
"headline": "feat(mechanics): add topology helpers for degree, bridge_score, and s…",
"author_name": "INONONO",
"author_login": "INONONO66",
"committed_at": "2026-05-09T19:00:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b41feff7c7f4c674c73cb44707536b616b101eb",
"body": "… functions (#36)",
"is_bot": false,
"headline": "test(mechanics): add property-based tests for pure cognitive dynamics…",
"author_name": "INONONO",
"author_login": "INONONO66",
"committed_at": "2026-05-09T18:54:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa99b4dc1213605bc4410b91b1c00c142b17a01e",
"body": "* feat(api,query): restructure search around scoped recall\n\n* test(api,query): migrate existing coverage to ScopePath\n\n* test(api,query): add search correctness invariants\n\n* chore(api): update examples and benches for ScopePath\n\n* test(storage,query): add scope and snapshot invariants\n\n* bench(eval\n[…]\nx(graph): reject malformed trailing scope separators\n\n* fix(query): apply identity prior to bfs recall\n\n* fix(api,query): keep packaging modes consistent\n\n* chore(release): bump crate version to 0.2.0",
"is_bot": false,
"headline": "feat(api,query): restructure search around scoped recall (#17)",
"author_name": "INONONO",
"author_login": "INONONO66",
"committed_at": "2026-05-01T06:24:20Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9cfd7fa71de90975919723f84efdd307cba47dfa",
"body": "…2 resolution and seed scoring (#16)\n\nFix three related retrieval quality issues reported in #14:\n\n- Replace partition-fixed resolution (Identity/Memory=L0, Knowledge=L1\n with top-3 L2 upgrade) with greedy budget-aware resolution that assigns\n L2/L1/L0 by relevance regardless of node type\n- Change\n[…]\n> seed tracking with HashMap<NodeId, f64> to preserve\n relevance scores, sort seeds by score descending, and use dynamic seed\n count (input.limit clamped to 3..10) instead of hardcoded 3\n\nCloses #14",
"is_bot": false,
"headline": "fix(query,api): resolve incomplete search results with budget-aware L…",
"author_name": "INONONO",
"author_login": "INONONO66",
"committed_at": "2026-04-29T12:32:51Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "60630be915af192143fdb0ba41412b7e3ef0ed32",
"body": "* docs(design): define scoped memory and trigger index ADRs\n\n* docs: align memory architecture with scoped recall",
"is_bot": false,
"headline": "docs: align memory architecture with scoped recall (#15)",
"author_name": "INONONO",
"author_login": "INONONO66",
"committed_at": "2026-04-29T04:30:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33ad9d494ef547419b99a758ab77a63187da45cd",
"body": "… lifecycle, and documentation sync (#13)\n\n* feat(embedding): introduce EmbeddingProvider trait with f32/f64 boundary\n\n* refactor(storage): derive Clone on InMemoryStorage for snapshot support\n\n* feat(graph): add Hypothesis/Evidence/DebugSession types and Supports/Refutes/BelongsTo edges\n\n* feat(sna\n[…]\nith current implementation state\n\n* fix(ci): allow NCSA/MPL-2.0 licenses in deny.toml, fix README example panic\n\n* fix(ci): allow CDLA-Permissive-2.0 license, ignore transitive unmaintained advisories",
"is_bot": false,
"headline": "feat(embedding,snapshot,api): add EmbeddingProvider, snapshots, debug…",
"author_name": "INONONO",
"author_login": "INONONO66",
"committed_at": "2026-04-27T17:34:24Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "19d1d46c3206de347b728d3f481929024e13b83f",
"body": "… RWR spreading, crystallize, and reflect_batch (#12)\n\n* feat(mechanics): add Force trait with composable scoring components\n\n* feat(query): refactor final score into composable force pipeline\n\n* feat(mechanics): add modern Hopfield energy and pattern retrieval\n\n* feat(query): add matrix-free random\n[…]\n: implement cross-agent entity linking in reflect_batch\n\n* bench(engine): add LongMemEval ablation benchmark harness\n\n* fix(engine): use config dedup_threshold in crystallize instead of hardcoded 0.92",
"is_bot": false,
"headline": "feat(mechanics,query,engine): add force composition, Hopfield energy,…",
"author_name": "INONONO",
"author_login": "INONONO66",
"committed_at": "2026-04-27T12:48:12Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "42c0432c8a05526fb9c90439097b5d863b0909e4",
"body": "…ch, and query decomposition (#11)\n\n* feat(graph): add bitemporal valid_from/valid_until to Edge\n\n* feat(graph): add explicit MemoryTier override to Node\n\n* feat(query): add SearchInput/SearchResult/SearchPlan types\n\n* feat(api): add fact_at(t) for bitemporal queries and auto-handle Supersedes\n\n* fe\n[…]\nearchInput.now temporal filter, validate bench judge\n\n* fix(api): filter tensions on temporal validity, clear memories in KnowledgeOnly mode\n\n* chore: remove stray bench output files, add to gitignore",
"is_bot": false,
"headline": "feat(engine,query): add bitemporal edges, tier override, unified sear…",
"author_name": "INONONO",
"author_login": "INONONO66",
"committed_at": "2026-04-27T02:19:01Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "763309d4250c277293af2e8f29b325a08a748913",
"body": "…lint/test (#10)",
"is_bot": false,
"headline": "ci: remove Miri, add concurrency cancellation, chain jobs to gate on …",
"author_name": "INONONO",
"author_login": "INONONO66",
"committed_at": "2026-04-26T16:38:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ce6a0e9a66f9ba288c176f04243242987867206",
"body": "…id text search, and goal-weighted rerank (#9)\n\n* feat(query): introduce IngestResult enum (Created | Reinforced)\n\n* feat(query): add context field to QueryConfig for goal-weighted rerank\n\n* feat(query): implement TypeFiltered and List query modes\n\n* fix(query): keep temporal and neighborhood modes \n[…]\nREADME.md\n\nCo-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>\n\n---------\n\nCo-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>",
"is_bot": false,
"headline": "feat(engine,query,storage): implement query modes, ingest dedup, hybr…",
"author_name": "INONONO",
"author_login": "INONONO66",
"committed_at": "2026-04-26T16:27:46Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "923ebe0d640d34e52b864fb6177e3350a2707e16",
"body": "…w decay, and LongMemEval benchmark infrastructure (#8)\n\n* feat(storage): add 4 secondary indexes (entity_tag, type, agent, project) to InMemoryStorage\n\n* feat(storage): extend StorageAdapter trait with 5 indexed lookup methods\n\n* feat(bench): integrate LongMemEval dataset and Cargo.toml bench entry\n[…]\nack — dedup index entries, document get_node_mut invariant, fix loader/baseline/download bugs\n\n* fix(ci): bump version to 0.3.0 for breaking struct changes, fix clippy default_constructed_unit_structs",
"is_bot": false,
"headline": "feat(engine,storage,mechanics): add secondary indexes, ACT-R power-la…",
"author_name": "INONONO",
"author_login": "INONONO66",
"committed_at": "2026-04-26T09:07:52Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7f0b85de2d5a51a51ac9e2a60b3a12d780057564",
"body": "…d v0.2.0 state (#7)\n\n* docs: carry over in-progress documentation from main branch\n\nIncludes architecture.md updates, new design decisions (ADR-002, ADR-005),\ncognitive science synthesis, identity memory integration, and eval scaffolding.\n\n* docs(architecture): align implementation status with actu\n[…]\ngine\n\n* docs: fix framing consistency and stale file references\n\n* fix(api): replace sort_by with sort_by_key to satisfy clippy 1.95\n\n* fix: address cubic AI review feedback — 11 issues across 6 files",
"is_bot": false,
"headline": "docs: realign documentation with cognitive dynamics engine framing an…",
"author_name": "INONONO",
"author_login": "INONONO66",
"committed_at": "2026-04-18T08:01:58Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "895711c9fd4ade40dff2c7519f80435bac21cbe1",
"body": null,
"is_bot": false,
"headline": "chore: add CODEOWNERS for code owner review enforcement",
"author_name": "INONONO66",
"author_login": "INONONO66",
"committed_at": "2026-04-15T01:37:09Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 21,
"commits_last_year": 126,
"latest_release_at": "2026-07-18T18:57:02Z",
"latest_release_tag": "v0.21.1",
"releases_from_tags": false,
"days_since_last_push": 5,
"active_weeks_last_year": 16,
"days_since_latest_release": 5,
"mean_days_between_releases": 1.6
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 100,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": true
},
"ecosystem": {
"packages": [
{
"name": "anamnesis-mcp",
"exists": true,
"license": "MIT",
"keywords": [],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/anamnesis-mcp",
"is_deprecated": false,
"latest_version": "0.21.1",
"repository_url": "https://github.com/INONONO66/anamnesis",
"versions_count": 21,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 3748,
"first_published_at": "2026-06-21T16:05:10.749000Z",
"latest_published_at": "2026-07-18T18:57:15.652000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 5
}
]
},
"popularity": {
"forks": 1,
"stars": 2,
"watchers": 0,
"fork_history": {
"days": [
{
"date": "2026-06-05",
"count": 1
}
],
"complete": true,
"collected": 1,
"total_forks": 1
},
"star_history": null,
"open_issues_and_prs": 7
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": true,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"Cargo.toml",
"crates/anamnesis-mcp/Cargo.toml",
"crates/anamnesis/Cargo.toml"
],
"largest_source_bytes": 1314003,
"source_files_sampled": 256,
"oversized_source_files": 7,
"agent_instruction_files": [
"AGENTS.md"
],
"agent_instruction_max_bytes": 5456
},
"dependencies": {
"manifests": [
"Cargo.toml"
],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"crates"
],
"dependencies": [
{
"name": "anamnesis",
"manifest": "crates/anamnesis-mcp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "rmcp",
"manifest": "crates/anamnesis-mcp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.7"
},
{
"name": "schemars",
"manifest": "crates/anamnesis-mcp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1"
},
{
"name": "serde",
"manifest": "crates/anamnesis-mcp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1"
},
{
"name": "serde_json",
"manifest": "crates/anamnesis-mcp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1"
},
{
"name": "rusqlite",
"manifest": "crates/anamnesis-mcp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.32"
},
{
"name": "tokio",
"manifest": "crates/anamnesis-mcp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1"
},
{
"name": "clap",
"manifest": "crates/anamnesis-mcp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "4"
},
{
"name": "dirs",
"manifest": "crates/anamnesis-mcp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "5"
},
{
"name": "anyhow",
"manifest": "crates/anamnesis-mcp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1"
},
{
"name": "tracing",
"manifest": "crates/anamnesis-mcp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1"
},
{
"name": "tracing-subscriber",
"manifest": "crates/anamnesis-mcp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.3"
},
{
"name": "fs4",
"manifest": "crates/anamnesis-mcp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.1.0"
},
{
"name": "libc",
"manifest": "crates/anamnesis-mcp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.2"
},
{
"name": "sha2",
"manifest": "crates/anamnesis-mcp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.10"
},
{
"name": "tiny_http",
"manifest": "crates/anamnesis-mcp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.12.0"
},
{
"name": "leiden-rs",
"manifest": "crates/anamnesis-mcp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.8.1"
},
{
"name": "shell-words",
"manifest": "crates/anamnesis-mcp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1"
},
{
"name": "nix",
"manifest": "crates/anamnesis-mcp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.29"
},
{
"name": "fastembed",
"manifest": "crates/anamnesis/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "4"
},
{
"name": "rusqlite",
"manifest": "crates/anamnesis/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.32"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 2,
"merged_prs": 105,
"open_issues": 5,
"closed_ratio": 0.861,
"closed_issues": 31,
"closed_unmerged_prs": 4
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "amsminn",
"commits": 67,
"avatar_url": "https://avatars.githubusercontent.com/u/66085474?v=4"
},
{
"type": "User",
"login": "INONONO66",
"commits": 59,
"avatar_url": "https://avatars.githubusercontent.com/u/176561972?v=4"
}
],
"contributors_sampled": 2,
"top_contributor_share": 0.532
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"release.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"Cargo.lock"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "30 out of 30 merged PRs checked by a CI test -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "30 commit(s) and 30 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 10,
"reason": "packaging workflow detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 1,
"reason": "dependency not pinned by hash detected -- score normalized to 1",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 10,
"reason": "security policy file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": 0,
"reason": "Project has not signed or included provenance with any releases.",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 10,
"reason": "GitHub workflow tokens follow principle of least privilege",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 3,
"reason": "7 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "4f8821066beae6a80ff5a0de7f677a7dea721cab",
"ran_at": "2026-07-24T05:03:34Z",
"aggregate_score": 6,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": true,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-19T05:37:49Z",
"oldest_open_prs": [
{
"number": 133,
"created_at": "2026-07-17T18:50:47Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 134,
"created_at": "2026-07-17T18:50:51Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-18T18:51:01Z",
"ci_last_conclusion": "FAILURE",
"oldest_open_issues": [
{
"number": 55,
"created_at": "2026-05-28T15:55:22Z",
"last_comment_at": "2026-07-03T05:57:57Z",
"last_comment_author": "amsminn"
},
{
"number": 60,
"created_at": "2026-05-28T15:56:33Z",
"last_comment_at": "2026-07-03T05:57:59Z",
"last_comment_author": "amsminn"
},
{
"number": 86,
"created_at": "2026-07-02T01:52:35Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 87,
"created_at": "2026-07-02T01:52:36Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 118,
"created_at": "2026-07-16T17:47:19Z",
"last_comment_at": "2026-07-17T13:08:35Z",
"last_comment_author": "amsminn"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/INONONO66/anamnesis",
"host": "github.com",
"name": "anamnesis",
"owner": "INONONO66"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 63,
"inputs": {
"security": 60,
"vitality": 81,
"community": 48,
"governance": 57,
"engineering": 67
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 81,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"commits_last_year": 126,
"human_commit_share": 1,
"days_since_last_push": 5,
"active_weeks_last_year": 16
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 5 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 5
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "16/52 weeks with commits",
"points": 11.1,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 16
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "126 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 126
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 30 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"releases_count": 21,
"latest_release_tag": "v0.21.1",
"releases_from_tags": false,
"days_since_latest_release": 5,
"mean_days_between_releases": 1.6
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "21 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 21
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 5 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 5
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~1.6 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 1.6
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "repository_too_young",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 48,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 1,
"stars": 2,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "2 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 2
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "1 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 1
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "excellent",
"name": "Community health",
"note": null,
"notes": [],
"value": 92,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 13.5,
"status": "met",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 6.3,
"status": "met",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "moderate",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 60,
"inputs": {
"packages": [
"anamnesis-mcp"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 3748
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "3,748 downloads/month across npm",
"points": 47.7,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 3748,
"ecosystems": "npm"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 57,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 2,
"top_contributor_share": 0.532
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 53% of commits",
"points": 10.5,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 53
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "2 contributors",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 2
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 77,
"inputs": {
"merged_prs": 105,
"open_issues": 5,
"closed_issues": 31,
"issue_closed_ratio": 0.861,
"closed_unmerged_prs": 4
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "86% of issues closed",
"points": 40.3,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 86
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "105/109 decided PRs merged",
"points": 36.8,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 105,
"decided": 109
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "at_risk",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 40,
"inputs": {
"followers": 12,
"owner_type": "User",
"is_verified": null,
"owner_login": "INONONO66",
"public_repos": 22,
"account_age_days": 728
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "12 followers of INONONO66",
"points": 8,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 12,
"login": "INONONO66"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "22 public repos, account ~1 yr old",
"points": 13.9,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 22
}
},
{
"code": "account_age_years",
"params": {
"years": 1
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"anamnesis-mcp"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 5
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on npm",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "npm"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 5 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 5
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "21 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 21
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 67,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "30 out of 30 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"topics": [],
"has_wiki": false,
"homepage": null,
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 60,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 60,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 6
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "30 out of 30 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "30 commit(s) and 30 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 1",
"points": 0.5,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "GitHub workflow tokens follow principle of least privilege",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "7 existing vulnerabilities detected",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 1
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "good",
"name": "AI Readiness",
"value": 75,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "excellent",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 1,
"agent_instruction_files": [
"AGENTS.md"
],
"agent_instruction_max_bytes": 5456
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "AGENTS.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "AGENTS.md"
}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "100 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 100,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"Cargo.lock"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.01,
"toolchain_manifests": [
"Cargo.toml",
"crates/anamnesis-mcp/Cargo.toml",
"crates/anamnesis/Cargo.toml"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Cargo.toml, crates/anamnesis-mcp/Cargo.toml, crates/anamnesis/Cargo.toml (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "Cargo.toml, crates/anamnesis-mcp/Cargo.toml, crates/anamnesis/Cargo.toml"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Rust (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Rust"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "1 of the last 100 commits agent-authored or agent-credited",
"points": 2,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 1,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "dependency automation configured, none observed in the sampled commits",
"points": 5,
"status": "partial",
"details": [
{
"code": "dependency_bot_config_only",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 1",
"points": 1,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 98,
"inputs": {
"primary_language": "Rust",
"largest_source_bytes": 1314003,
"source_files_sampled": 256,
"oversized_source_files": 7
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Rust (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Rust"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "7/256 source files over 60KB",
"points": 53.5,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 256,
"oversized": 7
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "moderate",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": true,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 20,
"status": "met",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"Could not fetch crates package 'anamnesis-engine' from its registry",
"Could not fetch crates package 'anamnesis-mcp' from its registry",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-24T05:03:51.747539Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/i/INONONO66/anamnesis.svg",
"full_name": "INONONO66/anamnesis",
"license_state": "standard",
"license_spdx": "MIT"
}