This commit is contained in:
2026-05-17 16:45:50 -07:00
parent 0eae8ed781
commit 23de1ef3f9
27 changed files with 589 additions and 3010 deletions
-2
View File
@@ -14,8 +14,6 @@ Work style: telegraph; noun-phrases ok; drop grammar; min tokens.
- Bugs: add regression test when it fits.
- Keep files <~500 LOC; split/refactor as needed.
- Commits: Conventional Commits (`feat|fix|refactor|build|ci|chore|docs|style|perf|test`).
- Subagents: read [Subagent Coordination Protocol](#subagent-coordination-protocol).
- If `Backlog.md` is set up for the project, each task must be associated with a ticket on the backlog. Create a new ticket on the board if it does not already exist
- Editor: `code <path>`.
- CI: `gh run list/view` (rerun/fix til green).
- Prefer end-to-end verify; if blocked, say whats missing.
+26 -1
View File
@@ -1,4 +1,4 @@
model = "gpt-5.4-mini"
model = "gpt-5.5"
model_reasoning_effort = "high"
personality = "pragmatic"
tool_output_token_limit = 25000
@@ -24,6 +24,10 @@ js_repl = true
[mcp_servers.deepwiki]
url = "https://mcp.deepwiki.com/mcp"
[mcp_servers.anki]
command = "npx"
args = ["mcp-remote", "http://127.0.0.1:3141"]
[mcp_servers.backlog]
command = "backlog"
args = ["mcp", "start"]
@@ -185,8 +189,29 @@ trust_level = "trusted"
[projects."/home/sudacode/.config/rofi/scripts"]
trust_level = "trusted"
[projects."/home/sudacode/github/SubMiner"]
trust_level = "trusted"
[projects."/home/sudacode/github/SubMiner2"]
trust_level = "trusted"
[projects."/home/sudacode/github/SubMiner-launchmode"]
trust_level = "trusted"
[projects."/truenas/jellyfin/manga/raw/mangas/yotsubato"]
trust_level = "trusted"
[projects."/home/sudacode/.local/share/Anki2/addons21/124672614"]
trust_level = "trusted"
[projects."/home/sudacode/.local/share/Anki2"]
trust_level = "trusted"
[notice.model_migrations]
"gpt-5.3-codex" = "gpt-5.4"
[plugins."github@openai-curated"]
enabled = true
[tui.model_availability_nux]
"gpt-5.5" = 4