tool-template / Codex configuration
Codex Profile: Addyco
Captures the current effective Codex workflow as a profile template while keeping shared repo rules in AGENTS.md and project configuration.
CodexProfileWorkspace
Inputs3required context
Outputs2expected products
Secrets0credential gates
Tools3declared access
Targets1install surfaces
Contract
Reusable Codex CLI profile for high-reasoning, workspace-write Addyco control-plane work.
Reusable asUser-level Codex CLI profile
Runner adaptertool:codex-profile
Artifact contractProfile artifacts should include TOML, source docs, intended command, and safety notes.
Event contractEmit profile-documented and profile-updated events when the saved profile changes.
Runbook
Review current config, extract reusable profile keys, document the TOML snippet, and keep personal paths out unless explicitly useful.
GuardrailDo not store API keys in profile snippets.
GuardrailKeep repo policy in AGENTS.md.
GuardrailUse workspace-write with user-reviewed escalation.
Installations
Project-scoped instances created from this reusable template.
Addyco Codex Profilegemsearch / configured / tool:codex-profile
[profiles.addyco]
model = "gpt-5.5"
model_reasoning_effort = "high"
approval_policy = "on-request"
approvals_reviewer = "user"
sandbox_mode = "workspace-write"
service_tier = "fast"
personality = "pragmatic"
plan_mode_reasoning_effort = "high"Inputs
What an installation or run must provide.
Input~/.codex/config.toml
Inputtrusted Addyco project path
Inputenabled Browser Use and Autoresearch plugins
Outputs
What the template should leave behind.
Output[profiles.addyco] TOML snippet
Outputdocumented sandbox and approval defaults
Allowed tools
Capabilities this template can use.
Allowed toolCodex CLI
Allowed toolBrowser Use
Allowed toolCodex Autoresearch
Verification
Checks before treating the template as ready.
VerificatioProfile can be launched with codex --profile addyco.
VerificatioSandbox remains workspace-write.
VerificatioNetwork remains off unless explicitly enabled.