Skip to content

chore: remove unused .codex/config.toml and verify-install references#21

Merged
rjwalters merged 1 commit intomainfrom
feature/issue-17
Apr 14, 2026
Merged

chore: remove unused .codex/config.toml and verify-install references#21
rjwalters merged 1 commit intomainfrom
feature/issue-17

Conversation

@rjwalters
Copy link
Copy Markdown
Owner

Summary

Remove the unused OpenAI Codex configuration file and all references to it. This project uses Claude Code with Loom — the .codex/ directory was leftover from initial setup and creates confusion about which AI tooling is actually in use.

Changes

  • Deleted .codex/config.toml (24 lines) and the .codex/ directory
  • Removed .codex/config.toml from verify-install.sh help text (line 108)
  • Removed .codex/config.toml from verify-install.sh file tracking logic (lines 200-203)

Acceptance Criteria Verification

Criterion Status Verification
.codex/ directory and config.toml deleted rm confirmed, directory gone
verify-install.sh runs without errors Ran generate mode successfully (141 files tracked)
No remaining .codex references rg "\.codex" returns no hits (excluding .git/)
suggestedWorkerType: "codex" in role JSON left untouched Not modified — refers to worker type concept, not config file

Test Plan

  • Verified verify-install.sh generate completes successfully after changes
  • Verified rg "\.codex" returns no matches outside .git/

Closes #17

Delete the OpenAI Codex configuration file and directory, and remove
references to it from verify-install.sh (help text and file tracking).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@rjwalters rjwalters added loom:review-requested PR ready for Judge to review loom:reviewing Judge is actively reviewing this PR labels Apr 14, 2026
@rjwalters
Copy link
Copy Markdown
Owner Author

Approved!

Clean removal of unused .codex/config.toml and all references from verify-install.sh.

Evaluation:

Test Scoping:

  • Strategy: Manual verification (no test framework in project)
  • Checks: Verified no stale .codex references remain; verify-install.sh structurally sound

No CI checks configured for this repository.

@rjwalters rjwalters added loom:pr PR approved by Judge, ready for human to merge and removed loom:reviewing Judge is actively reviewing this PR loom:review-requested PR ready for Judge to review labels Apr 14, 2026
@rjwalters rjwalters merged commit 6643631 into main Apr 14, 2026
@rjwalters rjwalters deleted the feature/issue-17 branch April 14, 2026 04:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

loom:pr PR approved by Judge, ready for human to merge

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove .codex/config.toml: unused OpenAI Codex configuration

1 participant