feat(project): add PR search, grouping, and memory tags - #42
Merged
Merged
Conversation
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.
Why does this change belong in Nano?
Aether Online needs to turn short phrases such as
frontend css pending reviewinto consistent PR search filters, group thousands of records, and give agents compact context from the same tags in APR memory.This implements the Nano-side foundation described in #41: a deterministic project vocabulary and query contract shared by PR, commit, and memory discovery.
What changed?
nano.project: evidence-bearing classification, conventional title suggestions, compact capsules, explicit tag overrides, and versioned project aliases.nano project parse|classify|search, synthetic fixtures, a packaged query schema, and installed-wheel checks.The project query/annotation contract is independently versioned at 1.0.0. Online UI wiring, GitHub ingestion, persistent search, and graph annotation writes are follow-on Cloud/Agent integration work.
ProjectIndexis a reference index over supplied snapshots; project scope is not authorization.Validation
python -m pytest tests/test_project.py -q), including 10,000 records, project isolation, exclusions/OR, literal syntax, draft lifecycle, breaking-change title markers, current-head status, correction overrides, deterministic replay, and mixed PR/commit/memory fixtures.aether_protocol_cunavailable and the README no longer advertising a test count.git diff --checkpassed.7d0bee948410f98efbfff7df9d23582d4d90ed39: Python 3.10–3.13, contribution shape, and package verification.Boundary check
Closes #41.