Skip to content

chore: ignore local agent artifacts - #1323

Merged
PsiACE merged 2 commits into
masterfrom
codex/ignore-local-artifacts
Aug 23, 2026
Merged

chore: ignore local agent artifacts#1323
PsiACE merged 2 commits into
masterfrom
codex/ignore-local-artifacts

Conversation

@AlexStocks

@AlexStocks AlexStocks commented Aug 23, 2026

Copy link
Copy Markdown
Contributor

Which issue or RFC does this PR close?

No linked issue or RFC.

Rationale for this change

Local agent runtime data, generated design artifacts, and generated output files were appearing as untracked repository changes. Ignoring these directories reduces status noise and avoids accidental commits of local artifacts.

What changes are included in this PR?

  • Ignore .omx/ directories.
  • Ignore the repository docs/superpowers/ directory.
  • Ignore output/ directories.

The ignore rules do not use a leading /. No directory contents are deleted.

Are there any user-facing changes?

No. This only changes local Git ignore behavior and does not affect the package, public APIs, persisted formats, or documentation site output.

How was this change tested?

  • git diff --check
  • git check-ignore -v .omx docs/superpowers output
  • uv run prek run --files .gitignore

The full test suite was not run because no runtime or test code changed.

AI usage statement

OpenAI Codex was used to inspect repository state, make the scoped .gitignore update, and run the validation commands listed above.

@CLAassistant

CLAassistant commented Aug 23, 2026

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

@PsiACE
PsiACE merged commit a22a5c5 into master Aug 23, 2026
12 checks passed
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.

3 participants