mirror of
https://github.com/ksyasuda/dotfiles.git
synced 2026-05-26 12:55:13 -07:00
update
This commit is contained in:
@@ -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 what’s missing.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user