chore: remove committed .priors store and gitignore it#9
Merged
Conversation
Document local npm install usage with npm exec/npx and add a global-install hint to reduce first-run command-not-found errors. Made-with: Cursor
The canonical Priors data directory is now local-only; run `node bin/priors.js init --project-root "$PWD"` to create a fresh store. Verified with `npm test` (160 passing). Made-with: Cursor
claudialnathan
added a commit
that referenced
this pull request
Apr 28, 2026
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
.priors/directory from version control and adds.priors/to.gitignoreso the store stays local.node bin/priors.js init --project-root "$PWD"(orpriors initif installed globally) to create a fresh store when needed.Test plan
npm test— 160 passed.Made with Cursor
Note
Low Risk
Low risk: changes only repository hygiene by removing committed
.priors/data and ignoring it going forward; no runtime code paths are modified.Overview
Removes the previously committed
.priors/store contents (entries, indexes, logs, and metadata) from version control.Updates
.gitignoreto ignore.priors/so the Priors store remains local-only rather than tracked in the repo.Reviewed by Cursor Bugbot for commit 1682c76. Bugbot is set up for automated code reviews on this repo. Configure here.