21 lines
680 B
TOML
21 lines
680 B
TOML
# Project-scoped Codex defaults for Trellis workflows.
|
|
# Codex loads this after ~/.codex/config.toml when you work in this project.
|
|
|
|
# Keep AGENTS.md as the primary project instruction file.
|
|
project_doc_fallback_filenames = ["AGENTS.md"]
|
|
|
|
# NOTE: Trellis's SessionStart + UserPromptSubmit hooks require opt-in.
|
|
# Add the following to your USER-level config at ~/.codex/config.toml
|
|
# (not this project file — features.* must be enabled globally):
|
|
#
|
|
# [features]
|
|
# codex_hooks = true
|
|
#
|
|
# Without this flag, hooks.json is ignored and Trellis context won't
|
|
# be injected into Codex sessions.
|
|
|
|
sandbox_mode = "danger-full-access"
|
|
|
|
[sandbox_workspace_write]
|
|
network_access = true
|