Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .codex/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Repo-local Codex defaults for this workspace.

sandbox_mode = "workspace-write"
approval_policy = "on-request"
allow_login_shell = true
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,8 @@ projects/
# Claude Code (commit shared settings; ignore machine-local perms + transcripts)
.claude/*
!.claude/settings.json

# Codex CLI
!.codex/
.codex/*
!.codex/config.toml
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,3 +167,7 @@ Research based on [solanabox.tools](https://solanabox.tools/) ecosystem director
(DappUniversity, Handsome Finance, Orangie Web3, EducationalPasha, WarrenGuru, SolPump.io).

_Generated: February 2026 — Updated: April 2026_

## Codex CLI

Codex CLI can use the repo root `AGENTS.md` and the tracked `.codex/config.toml` defaults in this workspace.
Loading