From 5e60b7a744b19be7fca895db0c4a93b864038537 Mon Sep 17 00:00:00 2001 From: sudacode Date: Sun, 12 Jul 2026 23:02:25 -0700 Subject: [PATCH] update --- .codex/AGENTS.md | 1 + .codex/config.toml##os.Linux | 6 +++++- .zsh/.zshrc##default | 4 ++++ 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.codex/AGENTS.md b/.codex/AGENTS.md index cb75931..2219535 100644 --- a/.codex/AGENTS.md +++ b/.codex/AGENTS.md @@ -9,6 +9,7 @@ Work style: telegraph; noun-phrases ok; drop grammar; min tokens. - Keep files <~500 LOC; split/refactor as needed. - Commits: Conventional Commits (`feat|fix|refactor|build|ci|chore|docs|style|perf|test`). - Prefer end-to-end verify; if blocked, say what’s missing. +- Do not use em-dashes ## Docs diff --git a/.codex/config.toml##os.Linux b/.codex/config.toml##os.Linux index cf3f4f8..c8985f5 100644 --- a/.codex/config.toml##os.Linux +++ b/.codex/config.toml##os.Linux @@ -1,5 +1,5 @@ model = "gpt-5.6-sol" -model_reasoning_effort = "high" +model_reasoning_effort = "medium" personality = "pragmatic" tool_output_token_limit = 25000 # Leave room for native compaction near the 272–273k context window. @@ -9,6 +9,7 @@ model_auto_compact_token_limit = 233000 suppress_unstable_features_warning = true notify = ["/home/sudacode/.codex/scripts/codex-notify"] sandbox_mode = "workspace-write" +service_tier = "fast" [tui] notifications = ["agent-turn-complete"] @@ -218,6 +219,9 @@ trust_level = "trusted" [projects."/home/sudacode/.agents/skills"] trust_level = "trusted" +[projects."/home/sudacode/github/manatan"] +trust_level = "trusted" + [notice.model_migrations] "gpt-5.3-codex" = "gpt-5.4" diff --git a/.zsh/.zshrc##default b/.zsh/.zshrc##default index b73332f..fc5395d 100644 --- a/.zsh/.zshrc##default +++ b/.zsh/.zshrc##default @@ -110,3 +110,7 @@ case ":$PATH:" in *) export PATH="$PNPM_HOME:$PATH" ;; esac # pnpm end + +# >>> Codex installer >>> +export PATH="/home/sudacode/.local/bin:$PATH" +# <<< Codex installer <<<