feat: add PAM 0.5.0 file-only coverage gate#7
Merged
Conversation
ed7f266 to
725945f
Compare
There was a problem hiding this comment.
Pull request overview
This PR adds PAM 0.5.0 support for a file-only graph coverage gate, helping agents measure graph-first retrieval effectiveness without semantic memory search.
Changes:
- Adds
memory:graph:coverageCLI and tests for file-only coverage reporting. - Adds default coverage scenario, graph nodes/aliases/edges, and runtime/README docs.
- Updates package/version metadata, changelog, and migration guidance for 0.5.0 adoption.
Reviewed changes
Copilot reviewed 13 out of 13 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
tools/memory-graph.mjs |
Implements coverage collection, budgets, CLI flags, and command handling. |
tools/test-memory-graph.mjs |
Adds tests for coverage output and blocked query classification. |
package.json |
Bumps package version and adds coverage npm script. |
README.md |
Documents coverage command and default budget. |
benchmarks/file-only-coverage.json |
Adds default smoke scenario queries. |
memory/pam.version.json |
Updates PAM metadata and enables file-only coverage feature flag. |
memory/graph/nodes.jsonl |
Adds graph nodes for coverage CLI and migration guide. |
memory/graph/edges.jsonl |
Adds graph relationships for coverage feature. |
memory/graph/aliases.jsonl |
Adds aliases for coverage-related graph lookup. |
memory/graph/catalog.json |
Updates graph counts and generation metadata. |
memory/agent-memory/pam-runtime.md |
Adds file-only efficiency gate guidance. |
CHANGELOG.md |
Adds 0.5.0 release notes. |
migrations/0.4.0-to-0.5.0-file-only-coverage.md |
Adds optional adoption guide for the coverage gate. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
ed0c2b2 to
87232e1
Compare
87232e1 to
4caa9ed
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
memory:graph:coverageCLI, coverage scenario, graph aliases/nodes, and runtime documentationMigration
migrations/0.4.0-to-0.5.0-file-only-coverage.mdpam-graph-v1; this is an optional adoption guide, not a data schema migration.PASS/PARTIAL/BLOCKED.Validation
npm test: 27/27 passingnpm run memory:graph:validate: OKnode tools/memory-graph.mjs coverage --json: 5/5 PASS, hit rate 1.0, 0 partial, 0 blockedgit diff --check: OKPerformance / read-volume proxy
Privacy