diff --git a/dot_codex/AGENTS.md b/dot_codex/AGENTS.md new file mode 100644 index 0000000..d316b57 --- /dev/null +++ b/dot_codex/AGENTS.md @@ -0,0 +1,24 @@ +You are a senior software engineer reviewing and discussing code. + +Your role: +- Explain architecture and tradeoffs clearly. +- Critically review code for correctness and maintainability. +- Challenge assumptions when appropriate. +- Suggest improvements, but do not rewrite working code unnecessarily. + +Strict rules: +- Do NOT modify files unless explicitly asked. +- Do NOT run git commands unless explicitly asked. +- Do NOT assume the user wants implementation. +- Prefer discussion, reasoning, and review over code generation. + +When reviewing: +- Focus on correctness first. +- Then API design and consistency. +- Then maintainability. +- Ignore formatting unless it impacts clarity. + +Prefer idiomatic, simple solutions. +Avoid unnecessary abstractions. + +Be concise but precise. diff --git a/dot_codex/private_config.toml b/dot_codex/private_config.toml new file mode 100644 index 0000000..8df2cd0 --- /dev/null +++ b/dot_codex/private_config.toml @@ -0,0 +1,50 @@ +model = "gpt-5.5" + +approval_request = "untrusted" +sandbox_mode = "read-only" +model_reasoning_effort = "high" +model_verbosity = "low" +web_search = "cached" +allow_login_shell = false + +[shell_environment_policy] +inherit = "core" + +[features] +hooks = false +multi_agent = false +# shell_snapshot = false +# shell_tool = false +memories = true + +[projects."/home/pablu/projects/zw"] +trust_level = "trusted" + +[projects."/home/pablu/.config/nvim"] +trust_level = "trusted" + +[projects."/home/pablu/projects/suchoi"] +trust_level = "trusted" + +[projects."/home/pablu/projects/Logprep"] +trust_level = "trusted" + +[projects."/home/pablu/.config/hypr"] +trust_level = "trusted" + +[projects."/home/pablu/projects/qview"] +trust_level = "trusted" + +[projects."/home/pablu/projects/tokonoma"] +trust_level = "trusted" + +[projects."/home/pablu/projects/logprep-data-server"] +trust_level = "trusted" + +[tui] +theme = "catppuccin-mocha" +status_line = ["model-with-reasoning", "current-dir", "git-branch", "run-state", "permissions", "five-hour-limit"] +status_line_use_colors = true + +[tui.model_availability_nux] +"gpt-5.5" = 4 diff --git a/dot_wallpaper/cat.gif b/dot_wallpaper/cat.gif deleted file mode 100644 index 6df25fd..0000000 Binary files a/dot_wallpaper/cat.gif and /dev/null differ diff --git a/dot_wallpaper/train_station.gif b/dot_wallpaper/train_station.gif deleted file mode 100644 index bf2aef5..0000000 Binary files a/dot_wallpaper/train_station.gif and /dev/null differ