Skip to content

[codex] Stop tracking runtime data files - #434

Open
Dreamstore2046 wants to merge 1 commit into
harystyleseze:mainfrom
Dreamstore2046:codex/careguard-ignore-runtime-data-26
Open

[codex] Stop tracking runtime data files#434
Dreamstore2046 wants to merge 1 commit into
harystyleseze:mainfrom
Dreamstore2046:codex/careguard-ignore-runtime-data-26

Conversation

@Dreamstore2046

Copy link
Copy Markdown

Summary

  • stop tracking data/orders.json and data/spending.json while keeping local copies available to developers
  • add data/*.json ignore coverage, data/.gitkeep, and an ADR for the local-data persistence decision
  • add a PR metadata guard that blocks runtime JSON files from being added or modified again without blocking this cleanup deletion
  • document data/ as machine-local runtime state in the README and data README

Validation

  • git check-ignore -v data/orders.json data/spending.json
  • git ls-files data
  • git diff --cached --check
  • Verified the guard diff filter excludes deletions while blocking added/copied/modified/renamed data/*.json files.

Closes #26.

@vercel

vercel Bot commented Jun 26, 2026

Copy link
Copy Markdown

@Dreamstore2046 is attempting to deploy a commit to the Harrison Eze's projects Team on Vercel.

A member of the Team first needs to authorize it.

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.

data/orders.json and data/spending.json committed to git — PII on mainnet, bad habit on testnet

1 participant