Skip to content

chore: add MEMORY.md to gitignore#11

Merged
royosherove merged 2 commits into
mainfrom
chore/memory-gitignore
May 17, 2026
Merged

chore: add MEMORY.md to gitignore#11
royosherove merged 2 commits into
mainfrom
chore/memory-gitignore

Conversation

@royosherove
Copy link
Copy Markdown
Member

Exclude durable memory files from git tracking.

  • Prevents agent session state (MEMORY.md, .MEMORY.md) from being tracked
  • Aligns with pi-hard-no scope: code review tool, not session data store
  • Reduces noise in git history

All tests pass. Ready to merge.

- Exclude durable memory files from git
- Prevents agent session state from being tracked
- Aligns with pi-hard-no review scope (code review tool, not session data)
- Agent session state (MEMORY.md, .MEMORY.md) should not be code-reviewed
- Skip auto-generated config files and dist directories
- Clarifies review tool scope: code quality, not session data
@royosherove royosherove force-pushed the chore/memory-gitignore branch from d4af3aa to fec794e Compare May 17, 2026 20:06
@royosherove royosherove merged commit 5662d98 into main May 17, 2026
2 checks passed
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: fec794e856

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread default-review-rules.md

- `MEMORY.md`, `.MEMORY.md` — agent durable session state (not code under review)
- Configuration files that are auto-generated or user-specific (e.g., `.env`, `.vscode/settings.json`)
- Lock files and dist directories (auto-generated, not code to review)
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Remove lockfiles from the default skip list

This new rule tells the reviewer to skip lock files entirely, which suppresses analysis of dependency-version changes and can miss supply-chain/security regressions in dependency-only updates. Because default-review-rules.md is used as the scaffold baseline for review-rules.md, projects that scaffold defaults will be instructed to ignore exactly the file type that often contains vulnerable component changes.

Useful? React with 👍 / 👎.

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