Skip to content

chore: remove committed .priors store and gitignore it#9

Merged
claudialnathan merged 3 commits into
mainfrom
chore/stop-tracking-priors-store
Apr 26, 2026
Merged

chore: remove committed .priors store and gitignore it#9
claudialnathan merged 3 commits into
mainfrom
chore/stop-tracking-priors-store

Conversation

@claudialnathan

@claudialnathan claudialnathan commented Apr 26, 2026

Copy link
Copy Markdown
Owner

Summary

  • Removes the dogfooded .priors/ directory from version control and adds .priors/ to .gitignore so the store stays local.
  • The Priors CLI/MCP source package is unchanged; run node bin/priors.js init --project-root "$PWD" (or priors init if 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 .gitignore to 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.

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 claudialnathan merged commit edf5164 into main Apr 26, 2026
4 checks passed
@claudialnathan claudialnathan deleted the chore/stop-tracking-priors-store branch April 26, 2026 14:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant