Skip to content

Ignore local Codex workspace state#17

Merged
Junnyyy merged 2 commits into
mainfrom
decide-codex-tracking-policy
Jun 19, 2026
Merged

Ignore local Codex workspace state#17
Junnyyy merged 2 commits into
mainfrom
decide-codex-tracking-policy

Conversation

@Junnyyy

@Junnyyy Junnyyy commented Jun 19, 2026

Copy link
Copy Markdown
Member

TL;DR

Remove checked-in .codex/ workspace config and keep Codex-local state out of the repository.

What changed?

  • Deleted .codex/config.toml and .codex/environments/environment.toml
  • Added .codex/ to .gitignore so local workspace state stays untracked
  • Documented the repository policy in AGENTS.md

How to test?

  • Not run (not requested)
  • Verify .codex/ is ignored and no workspace-local config files remain tracked

Why make this change?

  • .codex/ is local agent state, not public release configuration
  • Keeping it untracked avoids accidental repo drift and keeps setup instructions in the normal repo docs and scripts

View with Codesmith Autofix with Codesmith
Need help on this PR? Tag @codesmith with what you need. Autofix is disabled.


Note

Low Risk
Documentation and gitignore-only housekeeping with no application, auth, or CI logic changes.

Overview
Stops treating Codex workspace files as shared repo config by removing tracked .codex/config.toml and .codex/environments/environment.toml, adding .codex/ to .gitignore, and documenting in AGENTS.md that this directory is local agent state only.

Setup and CI are unchanged in intent: contributors should rely on README/package scripts and explicit pnpm install, not checked-in Codex environment definitions.

Reviewed by Cursor Bugbot for commit d4eb002. Bugbot is set up for automated code reviews on this repo. Configure here.

@Junnyyy Junnyyy merged commit e57d361 into main Jun 19, 2026
2 checks passed
@Junnyyy Junnyyy deleted the decide-codex-tracking-policy branch June 19, 2026 18:55
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