{"id":51068027,"url":"https://github.com/digitizers/notary-memory-kit","last_synced_at":"2026-06-23T08:03:24.869Z","repository":{"id":366025550,"uuid":"1273780745","full_name":"Digitizers/notary-memory-kit","owner":"Digitizers","description":"Synthetic memory evidence companion toolkit for Notary benchmark review","archived":false,"fork":false,"pushed_at":"2026-06-19T22:45:23.000Z","size":20,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-20T00:17:23.299Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Digitizers.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-18T21:39:17.000Z","updated_at":"2026-06-19T22:45:27.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/Digitizers/notary-memory-kit","commit_stats":null,"previous_names":["digitizers/notary-memory-kit"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/Digitizers/notary-memory-kit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Digitizers%2Fnotary-memory-kit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Digitizers%2Fnotary-memory-kit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Digitizers%2Fnotary-memory-kit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Digitizers%2Fnotary-memory-kit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Digitizers","download_url":"https://codeload.github.com/Digitizers/notary-memory-kit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Digitizers%2Fnotary-memory-kit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34680621,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-23T02:00:07.161Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-06-23T08:03:22.953Z","updated_at":"2026-06-23T08:03:24.863Z","avatar_url":"https://github.com/Digitizers.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Notary Memory Kit\n\nNotary Memory Kit is a local companion toolkit for preparing governed agent-memory evidence for Notary-compatible benchmark review.\n\nIt helps evaluate, audit, and export synthetic memory evidence so governance behavior can be inspected with Notary.\n\n## Status\n\nThis repository is an early public demo built around synthetic fixtures.\nIt is intended for review, experimentation, and evidence-shape discussion.\n\nIt is not packaged, released, or supported as production infrastructure.\n\n## What It Does\n\n- Ingests synthetic demo logs and session facts.\n- Validates fact shape, confidence values, timestamps, and write-authority records.\n- Reports authority-surface warnings for intentional policy violations.\n- Searches local synthetic facts with a simple keyword flow.\n- Exports Notary-compatible evidence JSON.\n- Runs a reproducible synthetic demo against a pinned Notary revision.\n\n## What It Is Not\n\n- Not a memory store.\n- Not a retrieval engine.\n- Not a hosted service.\n- Not a production memory system.\n- Not a replacement for Notary.\n- Not a package-published project.\n\n## Demo\n\nThe included demo uses synthetic scenarios only:\n\n- `Atlas Docs Migration`\n- `Beacon Launch Readiness`\n\n```bash\nscripts/run_demo.sh\n```\n\nThe demo writes generated local state under ignored paths:\n\n- `demo/*/.notary-memory-kit/`\n- `out/`\n\nBy default, the demo checks out a pinned Notary revision so benchmark behavior is reproducible across local and CI runs.\n\n## Notary Revision Pin\n\n`scripts/run_demo.sh` currently pins Notary to:\n\n```text\n6a7b73f8d15bca1b23be67f63446ffaac3b032af\n```\n\nThis pin is for the synthetic demo only. It keeps local and CI scoring deterministic, but it is not a compatibility promise for other Notary revisions.\n\nTo test the demo against a different Notary commit:\n\n```bash\nNOTARY_COMMIT=\u003ccommit-sha\u003e scripts/run_demo.sh\n```\n\nTo test with an existing local Notary checkout:\n\n```bash\nNOTARY_REPO=/path/to/notary NOTARY_COMMIT=\u003ccommit-sha\u003e scripts/run_demo.sh\n```\n\n## Manual Flow\n\n```bash\npython3 -m notary_memory_kit.cli ingest demo/atlas-docs-migration\npython3 -m notary_memory_kit.cli facts demo/atlas-docs-migration\npython3 -m notary_memory_kit.cli search demo/atlas-docs-migration \"migration target\"\npython3 -m notary_memory_kit.cli export demo/atlas-docs-migration --notary out/notary-evidence.json\n```\n\n## Audit\n\nRun the public-tree audit helper against the candidate tree:\n\n```bash\nscripts/audit_public_tree.sh .\n```\n\nThe helper checks for generated outputs, unsupported package claims, and private-boundary terms. It is a guardrail, not a complete security review.\n\nCI runs this audit, Python compilation, and the synthetic demo on pushes and pull requests.\n\n## Evidence Schema\n\nThe current demo export shape is documented in [`docs/evidence-schema.md`](docs/evidence-schema.md).\n\n## Boundary\n\nUse this kit as a synthetic evidence-preparation companion for Notary. Keep real memory data, private implementation details, and generated outputs out of the reviewed tree.\n\n## License\n\nMIT, matching the public Notary repository.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdigitizers%2Fnotary-memory-kit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdigitizers%2Fnotary-memory-kit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdigitizers%2Fnotary-memory-kit/lists"}