Skip to content

Commit 83a26a0

Browse files
committed
chore: add codex adapter and grapha launch hook
1 parent 072437b commit 83a26a0

1 file changed

Lines changed: 7 additions & 9 deletions

File tree

nodus.toml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
content_roots = ["nodus"]
2+
[mcp_servers.grapha]
3+
command = "grapha"
4+
args = ["serve", "--mcp", "--watch", "-p", "."]
25

36
[adapters]
4-
enabled = ["claude"]
5-
7+
enabled = ["claude", "codex"]
8+
[launch_hooks]
9+
sync_on_startup = true
610
[dev-dependencies]
7-
codex_plugin_cc = { github = "openai/codex-plugin-cc", tag = "v1.0.2", members = [
8-
"codex",
9-
] }
11+
codex_plugin_cc = { github = "openai/codex-plugin-cc", tag = "v1.0.2", members = ["codex"] }
1012
superpowers = { github = "obra/superpowers", branch = "main" }
11-
12-
[mcp_servers.grapha]
13-
command = "grapha"
14-
args = ["serve", "--mcp", "--watch", "-p", "."]

0 commit comments

Comments
 (0)