@nomix-ai/nomix-harness 0.2.0 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (252) hide show
  1. package/README.md +4 -4
  2. package/dist/bundles/base/cordis.patch.yml +74 -74
  3. package/dist/bundles/headless/cordis.patch.yml +3 -3
  4. package/dist/bundles/web-app/cordis.patch.yml +51 -51
  5. package/dist/cli/plugins.js +1 -1
  6. package/dist/kernel/acp/package.json +1 -1
  7. package/dist/kernel/agent/package.json +1 -1
  8. package/dist/kernel/agent-default-model/package.json +1 -1
  9. package/dist/kernel/agent-instructions/package.json +1 -1
  10. package/dist/kernel/agent-loop/package.json +1 -1
  11. package/dist/kernel/agent-presets/package.json +1 -1
  12. package/dist/kernel/agent-tool-presentation/package.json +1 -1
  13. package/dist/kernel/anonymous-user-id/package.json +1 -1
  14. package/dist/kernel/api-gateway/package.json +1 -1
  15. package/dist/kernel/api-remotes/package.json +1 -1
  16. package/dist/kernel/app-boot/lib/index.js +30 -16
  17. package/dist/kernel/app-boot/lib/types/profile.d.ts +12 -15
  18. package/dist/kernel/app-boot/lib/types/profile.js +40 -16
  19. package/dist/kernel/app-boot/package.json +1 -1
  20. package/dist/kernel/atomic-write/package.json +1 -1
  21. package/dist/kernel/attachment/package.json +1 -1
  22. package/dist/kernel/attachment-local/package.json +1 -1
  23. package/dist/kernel/base/package.json +1 -1
  24. package/dist/kernel/bash-local/package.json +1 -1
  25. package/dist/kernel/bash-sandbox/package.json +1 -1
  26. package/dist/kernel/brand/package.json +1 -1
  27. package/dist/kernel/client-connection/package.json +1 -1
  28. package/dist/kernel/client-hmr/package.json +1 -1
  29. package/dist/kernel/client-locale/lib/client.js +2 -2
  30. package/dist/kernel/client-locale/package.json +1 -1
  31. package/dist/kernel/client-modules/package.json +1 -1
  32. package/dist/kernel/client-runtime/package.json +1 -1
  33. package/dist/kernel/client-schema-form/package.json +1 -1
  34. package/dist/kernel/client-ui-agent-preset/lib/client.js +34 -34
  35. package/dist/kernel/client-ui-agent-preset/package.json +1 -1
  36. package/dist/kernel/client-ui-attachment/package.json +1 -1
  37. package/dist/kernel/client-ui-commands/lib/client.js +8 -8
  38. package/dist/kernel/client-ui-commands/package.json +1 -1
  39. package/dist/kernel/client-ui-conversation/lib/client.js +165 -165
  40. package/dist/kernel/client-ui-conversation/package.json +1 -1
  41. package/dist/kernel/client-ui-cordis/lib/client.js +47 -47
  42. package/dist/kernel/client-ui-cordis/package.json +1 -1
  43. package/dist/kernel/client-ui-deliverables/lib/client.js +5 -5
  44. package/dist/kernel/client-ui-deliverables/package.json +1 -1
  45. package/dist/kernel/client-ui-directory-picker-browse/lib/client.js +29 -29
  46. package/dist/kernel/client-ui-directory-picker-browse/package.json +1 -1
  47. package/dist/kernel/client-ui-directory-picker-native/package.json +1 -1
  48. package/dist/kernel/client-ui-goal/lib/client.js +6 -6
  49. package/dist/kernel/client-ui-goal/package.json +1 -1
  50. package/dist/kernel/client-ui-input-trigger/lib/client.js +5 -5
  51. package/dist/kernel/client-ui-input-trigger/package.json +1 -1
  52. package/dist/kernel/client-ui-jobs/lib/client.js +10 -10
  53. package/dist/kernel/client-ui-jobs/package.json +1 -1
  54. package/dist/kernel/client-ui-layout/lib/client.js +4 -4
  55. package/dist/kernel/client-ui-layout/package.json +1 -1
  56. package/dist/kernel/client-ui-message-feedback/lib/client.js +4 -4
  57. package/dist/kernel/client-ui-message-feedback/package.json +1 -1
  58. package/dist/kernel/client-ui-model-selection/lib/client.js +18 -18
  59. package/dist/kernel/client-ui-model-selection/package.json +1 -1
  60. package/dist/kernel/client-ui-permission-presets/lib/client.js +3 -3
  61. package/dist/kernel/client-ui-permission-presets/package.json +1 -1
  62. package/dist/kernel/client-ui-plan/lib/client.js +3 -3
  63. package/dist/kernel/client-ui-plan/package.json +1 -1
  64. package/dist/kernel/client-ui-primitives/package.json +1 -1
  65. package/dist/kernel/client-ui-settings/package.json +1 -1
  66. package/dist/kernel/client-ui-settings-general/lib/client.js +14 -14
  67. package/dist/kernel/client-ui-settings-general/package.json +1 -1
  68. package/dist/kernel/client-ui-settings-models/lib/client.js +52 -52
  69. package/dist/kernel/client-ui-settings-models/package.json +1 -1
  70. package/dist/kernel/client-ui-settings-plugin-inventory/lib/client.js +12 -12
  71. package/dist/kernel/client-ui-settings-plugin-inventory/package.json +1 -1
  72. package/dist/kernel/client-ui-settings-plugins/lib/client.js +20 -20
  73. package/dist/kernel/client-ui-settings-plugins/package.json +1 -1
  74. package/dist/kernel/client-ui-sidebar/lib/client.js +16 -16
  75. package/dist/kernel/client-ui-sidebar/package.json +1 -1
  76. package/dist/kernel/client-ui-skill/lib/client.js +13 -13
  77. package/dist/kernel/client-ui-skill/package.json +1 -1
  78. package/dist/kernel/client-ui-slots/package.json +1 -1
  79. package/dist/kernel/client-ui-subagent/lib/client.js +19 -19
  80. package/dist/kernel/client-ui-subagent/package.json +1 -1
  81. package/dist/kernel/client-ui-theme/lib/client.js +3 -3
  82. package/dist/kernel/client-ui-theme/package.json +1 -1
  83. package/dist/kernel/client-ui-tool/lib/client.js +35 -35
  84. package/dist/kernel/client-ui-tool/package.json +1 -1
  85. package/dist/kernel/client-ui-trajectory/lib/client.js +141 -141
  86. package/dist/kernel/client-ui-trajectory/package.json +1 -1
  87. package/dist/kernel/client-ui-user-questions/lib/client.js +27 -27
  88. package/dist/kernel/client-ui-user-questions/package.json +1 -1
  89. package/dist/kernel/client-ui-workflow-run/lib/client.js +17 -17
  90. package/dist/kernel/client-ui-workflow-run/package.json +1 -1
  91. package/dist/kernel/client-ui-workspace/lib/client.js +54 -54
  92. package/dist/kernel/client-ui-workspace/package.json +1 -1
  93. package/dist/kernel/client-web/package.json +1 -1
  94. package/dist/kernel/client-web-react/package.json +1 -1
  95. package/dist/kernel/cmdline/package.json +1 -1
  96. package/dist/kernel/code-runtime/package.json +1 -1
  97. package/dist/kernel/code-runtime-worker-thread/package.json +1 -1
  98. package/dist/kernel/command-compact/package.json +1 -1
  99. package/dist/kernel/command-feedback/package.json +1 -1
  100. package/dist/kernel/command-goal/package.json +1 -1
  101. package/dist/kernel/commands/package.json +1 -1
  102. package/dist/kernel/compaction/package.json +1 -1
  103. package/dist/kernel/compaction-basic/package.json +1 -1
  104. package/dist/kernel/compaction-tool-result-pruner/package.json +1 -1
  105. package/dist/kernel/cordis-client-runner/package.json +1 -1
  106. package/dist/kernel/cordis-host-runner/package.json +1 -1
  107. package/dist/kernel/credentials/package.json +1 -1
  108. package/dist/kernel/credentials-local/package.json +1 -1
  109. package/dist/kernel/e2b/package.json +1 -1
  110. package/dist/kernel/fs/package.json +1 -1
  111. package/dist/kernel/fs-e2b/package.json +1 -1
  112. package/dist/kernel/fs-local/package.json +1 -1
  113. package/dist/kernel/fs-observation-policy/package.json +1 -1
  114. package/dist/kernel/fs-sandbox/package.json +1 -1
  115. package/dist/kernel/goal/package.json +1 -1
  116. package/dist/kernel/goal-round-driver/package.json +1 -1
  117. package/dist/kernel/headless/package.json +1 -1
  118. package/dist/kernel/home-paths/package.json +1 -1
  119. package/dist/kernel/hook-protocol/package.json +1 -1
  120. package/dist/kernel/hooks-claude-code/package.json +1 -1
  121. package/dist/kernel/hooks-codex/package.json +1 -1
  122. package/dist/kernel/host-apiproxy/package.json +1 -1
  123. package/dist/kernel/host-directory-picker/package.json +1 -1
  124. package/dist/kernel/host-directory-picker-auto/package.json +1 -1
  125. package/dist/kernel/host-directory-picker-browse/package.json +1 -1
  126. package/dist/kernel/host-directory-picker-native/package.json +1 -1
  127. package/dist/kernel/host-frontend-static/package.json +1 -1
  128. package/dist/kernel/host-plugin-inventory/package.json +1 -1
  129. package/dist/kernel/host-webserver/package.json +1 -1
  130. package/dist/kernel/invariants/package.json +1 -1
  131. package/dist/kernel/jobs/package.json +1 -1
  132. package/dist/kernel/jobs-local/package.json +1 -1
  133. package/dist/kernel/launch-environment/package.json +1 -1
  134. package/dist/kernel/llm/package.json +1 -1
  135. package/dist/kernel/llm-deepseek/package.json +1 -1
  136. package/dist/kernel/llm-pi-ai/package.json +1 -1
  137. package/dist/kernel/llm-retry/package.json +1 -1
  138. package/dist/kernel/lsp/package.json +1 -1
  139. package/dist/kernel/lsp-stdio/package.json +1 -1
  140. package/dist/kernel/manifest.json +213 -0
  141. package/dist/kernel/mcp-client/package.json +1 -1
  142. package/dist/kernel/message-feedback/package.json +1 -1
  143. package/dist/kernel/native-command/package.json +1 -1
  144. package/dist/kernel/output-retention/package.json +1 -1
  145. package/dist/kernel/permission-presets/package.json +1 -1
  146. package/dist/kernel/persona/package.json +1 -1
  147. package/dist/kernel/plan-mode/package.json +1 -1
  148. package/dist/kernel/pwsh-local/package.json +1 -1
  149. package/dist/kernel/pwsh-sandbox/package.json +1 -1
  150. package/dist/kernel/repeat-tool-reminder/package.json +1 -1
  151. package/dist/kernel/sandbox/package.json +1 -1
  152. package/dist/kernel/sandbox-local/package.json +1 -1
  153. package/dist/kernel/sandbox-policy/package.json +1 -1
  154. package/dist/kernel/sandbox-windows-acl/package.json +1 -1
  155. package/dist/kernel/schedule/package.json +1 -1
  156. package/dist/kernel/scope/package.json +1 -1
  157. package/dist/kernel/sdk-client/package.json +1 -1
  158. package/dist/kernel/sdk-jsonrpc-server/package.json +1 -1
  159. package/dist/kernel/sdk-protocol/package.json +1 -1
  160. package/dist/kernel/session/package.json +1 -1
  161. package/dist/kernel/session-checkpoint-policy/package.json +1 -1
  162. package/dist/kernel/session-log-export/package.json +1 -1
  163. package/dist/kernel/session-persistence/package.json +1 -1
  164. package/dist/kernel/session-persistence-jsonl/package.json +1 -1
  165. package/dist/kernel/session-persistence-sqlite/package.json +1 -1
  166. package/dist/kernel/session-projection/package.json +1 -1
  167. package/dist/kernel/session-projection-cache/package.json +1 -1
  168. package/dist/kernel/session-query/package.json +1 -1
  169. package/dist/kernel/session-query-sqlite/package.json +1 -1
  170. package/dist/kernel/session-reference/package.json +1 -1
  171. package/dist/kernel/session-stats/package.json +1 -1
  172. package/dist/kernel/session-telemetry/package.json +1 -1
  173. package/dist/kernel/session-telemetry-otel/package.json +1 -1
  174. package/dist/kernel/session-title/package.json +1 -1
  175. package/dist/kernel/session-title-all-prompts-llm/package.json +1 -1
  176. package/dist/kernel/session-title-first-prompt-llm/package.json +1 -1
  177. package/dist/kernel/session-title-llm/package.json +1 -1
  178. package/dist/kernel/settings/package.json +1 -1
  179. package/dist/kernel/settings-file/package.json +1 -1
  180. package/dist/kernel/shell/package.json +1 -1
  181. package/dist/kernel/shell-env/package.json +1 -1
  182. package/dist/kernel/skill/package.json +1 -1
  183. package/dist/kernel/skill-badge/package.json +1 -1
  184. package/dist/kernel/skill-filesystem/package.json +1 -1
  185. package/dist/kernel/spill/package.json +1 -1
  186. package/dist/kernel/spill-local/package.json +1 -1
  187. package/dist/kernel/spill-policy/package.json +1 -1
  188. package/dist/kernel/storage/package.json +1 -1
  189. package/dist/kernel/storage-domain/package.json +1 -1
  190. package/dist/kernel/storage-json/package.json +1 -1
  191. package/dist/kernel/storage-sqlite/package.json +1 -1
  192. package/dist/kernel/subagent/package.json +1 -1
  193. package/dist/kernel/subagent-acp/package.json +1 -1
  194. package/dist/kernel/subagent-claude-code/package.json +1 -1
  195. package/dist/kernel/subagent-codex/package.json +1 -1
  196. package/dist/kernel/subagent-fork-in-process/package.json +1 -1
  197. package/dist/kernel/subagent-in-process-driver/package.json +1 -1
  198. package/dist/kernel/subagent-nomix-sdk/package.json +1 -1
  199. package/dist/kernel/subagent-spawn-in-process/package.json +1 -1
  200. package/dist/kernel/subprocess/package.json +1 -1
  201. package/dist/kernel/subprocess-e2b/package.json +1 -1
  202. package/dist/kernel/subprocess-local/package.json +1 -1
  203. package/dist/kernel/system-prompt/package.json +1 -1
  204. package/dist/kernel/terminal/package.json +1 -1
  205. package/dist/kernel/terminal-bash/package.json +1 -1
  206. package/dist/kernel/time-context/package.json +1 -1
  207. package/dist/kernel/timeout/package.json +1 -1
  208. package/dist/kernel/tmux-context/package.json +1 -1
  209. package/dist/kernel/token-meter/package.json +1 -1
  210. package/dist/kernel/tool-ask-user/package.json +1 -1
  211. package/dist/kernel/tool-bash/package.json +1 -1
  212. package/dist/kernel/tool-bash-persistent/package.json +1 -1
  213. package/dist/kernel/tool-call-timeout-policy/package.json +1 -1
  214. package/dist/kernel/tool-cordis/package.json +1 -1
  215. package/dist/kernel/tool-fs/package.json +1 -1
  216. package/dist/kernel/tool-fs-search/package.json +1 -1
  217. package/dist/kernel/tool-goal/package.json +1 -1
  218. package/dist/kernel/tool-jobs/package.json +1 -1
  219. package/dist/kernel/tool-lsp/package.json +1 -1
  220. package/dist/kernel/tool-pwsh/package.json +1 -1
  221. package/dist/kernel/tool-ralph/package.json +1 -1
  222. package/dist/kernel/tool-session-query/package.json +1 -1
  223. package/dist/kernel/tool-skill/package.json +1 -1
  224. package/dist/kernel/tool-str-replace-editor/package.json +1 -1
  225. package/dist/kernel/tool-subagent/package.json +1 -1
  226. package/dist/kernel/tool-subagent-control/package.json +1 -1
  227. package/dist/kernel/tool-subagent-report/package.json +1 -1
  228. package/dist/kernel/tool-terminal/package.json +1 -1
  229. package/dist/kernel/tool-todo/package.json +1 -1
  230. package/dist/kernel/tool-web/package.json +1 -1
  231. package/dist/kernel/tool-workflow/package.json +1 -1
  232. package/dist/kernel/tools/package.json +1 -1
  233. package/dist/kernel/typert-generator/package.json +1 -1
  234. package/dist/kernel/typert-loader/package.json +1 -1
  235. package/dist/kernel/typert-protocol/package.json +1 -1
  236. package/dist/kernel/typert-registry/package.json +1 -1
  237. package/dist/kernel/user-approval/package.json +1 -1
  238. package/dist/kernel/user-questions/package.json +1 -1
  239. package/dist/kernel/web/package.json +1 -1
  240. package/dist/kernel/web-app/lib/index.js +4 -1
  241. package/dist/kernel/web-app/lib/types/index.js +5 -1
  242. package/dist/kernel/web-app/package.json +1 -1
  243. package/dist/kernel/web-fetch-http/package.json +1 -1
  244. package/dist/kernel/web-frontend/package.json +1 -1
  245. package/dist/kernel/web-search-deepseek/package.json +1 -1
  246. package/dist/kernel/web-search-exa/package.json +1 -1
  247. package/dist/kernel/web-search-perplexity/package.json +1 -1
  248. package/dist/kernel/workflow/package.json +1 -1
  249. package/dist/kernel/workflow-worker-thread/package.json +1 -1
  250. package/dist/kernel/workspace/package.json +1 -1
  251. package/dist/plugins/index.js +1 -1
  252. package/package.json +1 -1
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  English | [中文](README.zh.md)
4
4
 
5
- The `nomix` command is the product launcher for profiles: ordered stacks of plugin-bundle patch layers under the user's own overrides. The npm release is one portable `@nomix-ai/nomix-harness` tarball whose install lifecycle restores the in-repository runtime packages with the host `tar` command and falls back to its JavaScript extractor when that command is unavailable; npm installs `sharp`, `koffi`, and the built-in loader for the consumer's Windows, macOS, or Linux platform. Installation must allow package lifecycle scripts and optional dependencies; `--ignore-scripts` or `--omit=optional` leaves the runtime unavailable. [`src/args.ts`](src/args.ts) owns the command grammar, and [`src/bin.ts`](src/bin.ts) loads only the selected runner. Invalid commands, options from another mode, configuration errors, and boot failures exit nonzero.
5
+ The `nomix` command is the product launcher for profiles: ordered stacks of plugin-bundle patch layers under the user's own overrides. The npm release is one script-free `@nomix-ai/nomix-harness` tarball containing the compiled runtime, built-in plugins, bundles, Web assets, SDK, and platform-independent resources. `npm install --ignore-scripts` is supported; omitting optional dependencies disables only the platform capabilities they provide. [`src/args.ts`](src/args.ts) owns the command grammar, and [`src/bin.ts`](src/bin.ts) loads only the selected runner. Invalid commands, options from another mode, configuration errors, and boot failures exit nonzero.
6
6
 
7
7
  ## Entry modes
8
8
 
@@ -16,8 +16,8 @@ The `nomix` command is the product launcher for profiles: ordered stacks of plug
16
16
  Without a persistent installation, npm can install and execute the same CLI from its cache:
17
17
 
18
18
  ```sh
19
- npx --yes --package @nomix-ai/nomix-harness@0.1.2 nomix --version
20
- npx --yes --package @nomix-ai/nomix-harness@0.1.2 nomix --profile headless "task"
19
+ npx --yes --package @nomix-ai/nomix-harness nomix --version
20
+ npx --yes --package @nomix-ai/nomix-harness nomix --profile headless "task"
21
21
  ```
22
22
 
23
23
  The invoking directory is the default workspace root. The `web` and `headless` profiles auto-initialize on first use from shipped templates; any other profile must be created through `nomix plugin`.
@@ -43,7 +43,7 @@ The tree composes over an empty root:
43
43
  - then the profile's `cordis.patch.yml`, then the home-level `$NOMIX_HOME/cordis.patch.yml`
44
44
  - then `--patch` overlays
45
45
 
46
- Bundles named in `nomix.profile.bundles` resolve from the nomix installation first (`@nomix-ai/nomix-base`, `@nomix-ai/nomix-web-app`, `@nomix-ai/nomix-headless`), then from the profile's own `node_modules`, where pnpm installs out-of-tree plugins.
46
+ Bundles named in `nomix.profile.bundles` resolve from the nomix installation first (`@nomix-ai/nomix-base`, `@nomix-ai/nomix-web-app`, `@nomix-ai/nomix-headless`), then from the profile's own `node_modules`, where pnpm installs out-of-tree plugins. The launcher maintains package-name links from `$NOMIX_HOME/profiles/node_modules` into the aggregate package's internal kernel so Loader imports and package metadata discovery use the same canonical names.
47
47
 
48
48
  Use `--dump-default-config` and `--dump-config` to inspect the composed tree without booting it.
49
49
 
@@ -22,29 +22,29 @@
22
22
  root: ['.']
23
23
 
24
24
  - id: llm
25
- name: 'cordis:nomix/llm'
25
+ name: '@nomix-ai/nomix-llm'
26
26
 
27
27
  - id: session
28
- name: 'cordis:nomix/session'
28
+ name: '@nomix-ai/nomix-session'
29
29
 
30
30
  - id: typert
31
- name: 'cordis:nomix/typert-registry'
31
+ name: '@nomix-ai/nomix-typert-registry'
32
32
 
33
33
  - id: typert-loader
34
- name: 'cordis:nomix/typert-loader'
34
+ name: '@nomix-ai/nomix-typert-loader'
35
35
 
36
36
  - id: typert-gateway
37
- name: 'cordis:nomix/api-gateway'
37
+ name: '@nomix-ai/nomix-api-gateway'
38
38
 
39
39
  - id: session-title
40
- name: 'cordis:nomix/session-title'
40
+ name: '@nomix-ai/nomix-session-title'
41
41
  config:
42
42
  fallbackMaxWords: 5
43
43
  fallbackMaxBytes: 40
44
44
  maxTitleBytes: 80
45
45
 
46
46
  - id: session-title-llm
47
- name: 'cordis:nomix/session-title-first-prompt-llm'
47
+ name: '@nomix-ai/nomix-session-title-first-prompt-llm'
48
48
  config:
49
49
  targetWords: 5
50
50
  targetCjkCharacters: 10
@@ -53,36 +53,36 @@
53
53
  timeoutMs: 60000
54
54
 
55
55
  - id: user-questions
56
- name: 'cordis:nomix/user-questions'
56
+ name: '@nomix-ai/nomix-user-questions'
57
57
 
58
58
  - id: agent
59
- name: 'cordis:nomix/agent'
59
+ name: '@nomix-ai/nomix-agent'
60
60
 
61
61
  # The transport-independent default for Agents created by entry points.
62
62
  # Settings may supply a saved selection; consumers read it at creation time.
63
63
  - id: agent-default-model
64
- name: 'cordis:nomix/agent-default-model'
64
+ name: '@nomix-ai/nomix-agent-default-model'
65
65
  config:
66
66
  provider: unconfigured
67
67
  model: unconfigured
68
68
 
69
69
  - id: jobs
70
- name: 'cordis:nomix/jobs-local'
70
+ name: '@nomix-ai/nomix-jobs-local'
71
71
 
72
72
  - id: llm-retry
73
- name: 'cordis:nomix/llm-retry'
73
+ name: '@nomix-ai/nomix-llm-retry'
74
74
 
75
75
  # User-settings document (`$NOMIX_HOME/settings.yaml`, hot-reloaded):
76
76
  # provider sections override explicitly registered adapters without a restart.
77
77
  - id: settings
78
- name: 'cordis:nomix/settings-file'
78
+ name: '@nomix-ai/nomix-settings-file'
79
79
 
80
80
  # Credential sources: inherited environment over the managed
81
81
  # `$NOMIX_HOME/.credentials.yaml`, with project and user `.env` fallbacks.
82
82
  # Adapters resolve references per request; the Models page writes only the
83
83
  # managed document, which is never materialized into the process environment.
84
84
  - id: credentials
85
- name: 'cordis:nomix/credentials-local'
85
+ name: '@nomix-ai/nomix-credentials-local'
86
86
 
87
87
  # The pi-ai multi-provider twin, mounted dormant: zero routes (and no extra
88
88
  # models in the picker) until a `llm-pi-ai:` settings section supplies provider
@@ -92,10 +92,10 @@
92
92
  # adapters exist is composition; which providers run is the user's settings
93
93
  # document.
94
94
  - id: llm-pi-ai
95
- name: 'cordis:nomix/llm-pi-ai'
95
+ name: '@nomix-ai/nomix-llm-pi-ai'
96
96
 
97
97
  - id: session-persistence-jsonl
98
- name: 'cordis:nomix/session-persistence-jsonl'
98
+ name: '@nomix-ai/nomix-session-persistence-jsonl'
99
99
  config:
100
100
  root: !!js nomixHomePath('sessions')
101
101
 
@@ -103,7 +103,7 @@
103
103
  # keep content-addressed references that this shared backend resolves for
104
104
  # provider requests and authorized history reads.
105
105
  - id: attachment-local
106
- name: 'cordis:nomix/attachment-local'
106
+ name: '@nomix-ai/nomix-attachment-local'
107
107
 
108
108
  # Full-text session search is opt-in. `openAt: never` keeps
109
109
  # ctx.sessionQuery mounted — exact reads, titles, and lineage traces
@@ -114,7 +114,7 @@
114
114
  # `first-search` or `startup` in a later patch layer (profile
115
115
  # cordis.patch.yml or a --patch overlay), typically with a durable `path`.
116
116
  - id: session-query-sqlite
117
- name: 'cordis:nomix/session-query-sqlite'
117
+ name: '@nomix-ai/nomix-session-query-sqlite'
118
118
  config:
119
119
  path: ':memory:'
120
120
  openAt: never
@@ -123,7 +123,7 @@
123
123
  # through its registered units, so the `list_agents` surface below fails
124
124
  # loud without it; web layers reuse this same mount for list rows.
125
125
  - id: session-projection
126
- name: 'cordis:nomix/session-projection'
126
+ name: '@nomix-ai/nomix-session-projection'
127
127
 
128
128
  # Session telemetry is mounted but disabled by default. NOMIX_TELEMETRY_MODE
129
129
  # explicitly opts into FULL or FEEDBACK_ONLY reporting; uploading mirrors
@@ -145,7 +145,7 @@
145
145
  # promise never settles. Every CLI exit path drains it by disposing the root
146
146
  # on SIGINT/SIGTERM.
147
147
  - id: session-telemetry-otel
148
- name: 'cordis:nomix/session-telemetry-otel'
148
+ name: '@nomix-ai/nomix-session-telemetry-otel'
149
149
  config:
150
150
  mode: !!js process.env.NOMIX_TELEMETRY_MODE || 'DISABLED'
151
151
  shutdownTimeoutMillis: 3000
@@ -156,37 +156,37 @@
156
156
  exportTimeoutMillis: 1500
157
157
 
158
158
  - id: subprocess
159
- name: 'cordis:nomix/subprocess-local'
159
+ name: '@nomix-ai/nomix-subprocess-local'
160
160
 
161
161
  # Every shipped CLI mode starts with the same file-effect boundary.
162
162
  # The environment remains an explicit deployment override; otherwise fresh
163
163
  # sessions pin workspace-write + ask through the permission service below.
164
164
  - id: sandbox
165
- name: 'cordis:nomix/sandbox-local'
165
+ name: '@nomix-ai/nomix-sandbox-local'
166
166
 
167
167
  - id: sandbox-policy
168
- name: 'cordis:nomix/sandbox-policy'
168
+ name: '@nomix-ai/nomix-sandbox-policy'
169
169
  config:
170
170
  mode: !!js process.env.NOMIX_PERMISSION_MODE ?? 'workspace-write'
171
171
  workspaceRoot: !!js process.cwd()
172
172
 
173
173
  - id: bash-sandbox
174
- name: 'cordis:nomix/bash-sandbox'
174
+ name: '@nomix-ai/nomix-bash-sandbox'
175
175
  disabled: !!js process.platform === 'win32'
176
176
  config:
177
177
  timeoutMs: 60000
178
178
 
179
179
  - id: pwsh-sandbox
180
- name: 'cordis:nomix/pwsh-sandbox'
180
+ name: '@nomix-ai/nomix-pwsh-sandbox'
181
181
  disabled: !!js process.platform !== 'win32'
182
182
 
183
183
  - id: approval
184
- name: 'cordis:nomix/user-approval'
184
+ name: '@nomix-ai/nomix-user-approval'
185
185
  config:
186
186
  policy: !!js "(process.env.NOMIX_PERMISSION_MODE ?? 'workspace-write') === 'danger-full-access' ? 'never' : 'ask'"
187
187
 
188
188
  - id: permission
189
- name: 'cordis:nomix/permission-presets'
189
+ name: '@nomix-ai/nomix-permission-presets'
190
190
  config:
191
191
  presets:
192
192
  read-only:
@@ -200,65 +200,65 @@
200
200
  approval: never
201
201
 
202
202
  - id: shell-env
203
- name: 'cordis:nomix/shell-env'
203
+ name: '@nomix-ai/nomix-shell-env'
204
204
 
205
205
  - id: tool-bash
206
- name: 'cordis:nomix/tool-bash'
206
+ name: '@nomix-ai/nomix-tool-bash'
207
207
  disabled: !!js process.platform === 'win32'
208
208
 
209
209
  - id: tool-pwsh
210
- name: 'cordis:nomix/tool-pwsh'
210
+ name: '@nomix-ai/nomix-tool-pwsh'
211
211
  disabled: !!js process.platform !== 'win32'
212
212
 
213
213
  - id: tool-jobs
214
- name: 'cordis:nomix/tool-jobs'
214
+ name: '@nomix-ai/nomix-tool-jobs'
215
215
 
216
216
  - id: fs-observation-policy
217
- name: 'cordis:nomix/fs-observation-policy'
217
+ name: '@nomix-ai/nomix-fs-observation-policy'
218
218
 
219
219
  - id: tool-fs
220
- name: 'cordis:nomix/tool-fs'
220
+ name: '@nomix-ai/nomix-tool-fs'
221
221
 
222
222
  - id: tool-fs-search
223
- name: 'cordis:nomix/tool-fs-search'
223
+ name: '@nomix-ai/nomix-tool-fs-search'
224
224
  config:
225
225
  sampleOverCapGlobResults: false
226
226
 
227
227
  - id: agent-instructions
228
- name: 'cordis:nomix/agent-instructions'
228
+ name: '@nomix-ai/nomix-agent-instructions'
229
229
  config:
230
230
  maxBytes: 65536
231
231
 
232
232
  - id: skill
233
- name: 'cordis:nomix/skill'
233
+ name: '@nomix-ai/nomix-skill'
234
234
 
235
235
  - id: skill-filesystem
236
- name: 'cordis:nomix/skill-filesystem'
236
+ name: '@nomix-ai/nomix-skill-filesystem'
237
237
 
238
238
  - id: skill-badge
239
- name: 'cordis:nomix/skill-badge'
239
+ name: '@nomix-ai/nomix-skill-badge'
240
240
  disabled: true
241
241
 
242
242
  - id: tool-skill
243
- name: 'cordis:nomix/tool-skill'
243
+ name: '@nomix-ai/nomix-tool-skill'
244
244
 
245
245
  - id: commands
246
- name: 'cordis:nomix/commands'
246
+ name: '@nomix-ai/nomix-commands'
247
247
 
248
248
  - id: command-feedback
249
- name: 'cordis:nomix/command-feedback'
249
+ name: '@nomix-ai/nomix-command-feedback'
250
250
 
251
251
  - id: goal
252
- name: 'cordis:nomix/goal'
252
+ name: '@nomix-ai/nomix-goal'
253
253
 
254
254
  - id: goal-round-driver
255
- name: 'cordis:nomix/goal-round-driver'
255
+ name: '@nomix-ai/nomix-goal-round-driver'
256
256
 
257
257
  - id: command-goal
258
- name: 'cordis:nomix/command-goal'
258
+ name: '@nomix-ai/nomix-command-goal'
259
259
 
260
260
  - id: plan-mode
261
- name: 'cordis:nomix/plan-mode'
261
+ name: '@nomix-ai/nomix-plan-mode'
262
262
  config:
263
263
  section: |
264
264
  You are in plan mode. Stay in plan mode until exit_plan_mode succeeds or the user switches the session mode. Imperative language to implement changes means plan the implementation, not execute it. A user's conversational agreement — including an answer confirming something you asked — approves nothing and does not end plan mode; fold the confirmed decision into the plan and submit it through exit_plan_mode.
@@ -274,39 +274,39 @@
274
274
  When ready, call exit_plan_mode with the complete plan markdown, starting with a # title. Make exit_plan_mode the only and final tool call in that assistant response: it presents the plan for approval, and implementation begins only in a later step after approval. Do not paste the final plan as a plain reply or ask "should I proceed?" through prose or ask_user_question. If review rejects it, incorporate the feedback and present again. If the review channel is unavailable or aborted, stay in plan mode and ask the user to switch modes manually; do not proceed with implementation.
275
275
 
276
276
  - id: token-meter
277
- name: 'cordis:nomix/token-meter'
277
+ name: '@nomix-ai/nomix-token-meter'
278
278
 
279
279
  - id: compaction-basic
280
- name: 'cordis:nomix/compaction-basic'
280
+ name: '@nomix-ai/nomix-compaction-basic'
281
281
 
282
282
  # Human `/compact`: one useful reduction below the automatic threshold. Backend
283
283
  # independent, so it follows whichever compaction service this leaf mounts.
284
284
  - id: command-compact
285
- name: 'cordis:nomix/command-compact'
285
+ name: '@nomix-ai/nomix-command-compact'
286
286
 
287
287
  - id: subagent
288
- name: 'cordis:nomix/subagent'
288
+ name: '@nomix-ai/nomix-subagent'
289
289
 
290
290
  - id: subagent-spawn-in-process
291
- name: 'cordis:nomix/subagent-spawn-in-process'
291
+ name: '@nomix-ai/nomix-subagent-spawn-in-process'
292
292
  config:
293
293
  providerName: spawn
294
294
 
295
295
  - id: subagent-fork-in-process
296
- name: 'cordis:nomix/subagent-fork-in-process'
296
+ name: '@nomix-ai/nomix-subagent-fork-in-process'
297
297
  config:
298
298
  providerName: fork
299
299
 
300
300
  # Continuable background children are selected per delegation tool. The
301
301
  # separately loaded follow-up tool registers the one global `send_message`.
302
302
  - id: tool-subagent-control
303
- name: 'cordis:nomix/tool-subagent-control'
303
+ name: '@nomix-ai/nomix-tool-subagent-control'
304
304
 
305
305
  - id: tool-subagent-list-agents
306
- name: 'cordis:nomix/tool-subagent-control/list-agents'
306
+ name: '@nomix-ai/nomix-tool-subagent-control/list-agents'
307
307
 
308
308
  - id: tool-subagent
309
- name: 'cordis:nomix/tool-subagent'
309
+ name: '@nomix-ai/nomix-tool-subagent'
310
310
  config:
311
311
  provider: spawn
312
312
  toolName: subagent
@@ -317,7 +317,7 @@
317
317
  # fork children install neither, keeping the parent's request prefix.
318
318
  # See .agents/notes/implemented/architecture/2026-08-10-fork-children-stay-one-shot.md.
319
319
  - id: tool-subagent-fork
320
- name: 'cordis:nomix/tool-subagent'
320
+ name: '@nomix-ai/nomix-tool-subagent'
321
321
  config:
322
322
  provider: fork
323
323
  toolName: subagent_fork
@@ -325,65 +325,65 @@
325
325
 
326
326
  # Optional direct-child return channel; absent from roots and one-shot agents.
327
327
  - id: tool-subagent-report
328
- name: 'cordis:nomix/tool-subagent-report'
328
+ name: '@nomix-ai/nomix-tool-subagent-report'
329
329
 
330
330
  - id: workflow-worker-thread
331
- name: 'cordis:nomix/workflow-worker-thread'
331
+ name: '@nomix-ai/nomix-workflow-worker-thread'
332
332
  config:
333
333
  provider: spawn
334
334
 
335
335
  - id: tool-workflow
336
- name: 'cordis:nomix/tool-workflow'
336
+ name: '@nomix-ai/nomix-tool-workflow'
337
337
 
338
338
  - id: timeout-policy
339
- name: 'cordis:nomix/tool-call-timeout-policy'
339
+ name: '@nomix-ai/nomix-tool-call-timeout-policy'
340
340
 
341
341
  - id: spill-local
342
- name: 'cordis:nomix/spill-local'
342
+ name: '@nomix-ai/nomix-spill-local'
343
343
 
344
344
  - id: spill-policy
345
- name: 'cordis:nomix/spill-policy'
345
+ name: '@nomix-ai/nomix-spill-policy'
346
346
  config:
347
347
  maxInlineBytes: 50000
348
348
 
349
349
  # Durability checkpoints before each model request and top-level dispatch.
350
350
  - id: session-checkpoint-policy
351
- name: 'cordis:nomix/session-checkpoint-policy'
351
+ name: '@nomix-ai/nomix-session-checkpoint-policy'
352
352
 
353
353
  # Compacts oversized tool results before the broader conversation compactor
354
354
  # runs, preserving the model-visible result within the configured budget.
355
355
  - id: tool-result-pruner
356
- name: 'cordis:nomix/compaction-tool-result-pruner'
356
+ name: '@nomix-ai/nomix-compaction-tool-result-pruner'
357
357
  config:
358
358
  thresholdChars: 8192
359
359
  headChars: 4096
360
360
  tailChars: 1024
361
361
 
362
362
  - id: tool-todo
363
- name: 'cordis:nomix/tool-todo'
363
+ name: '@nomix-ai/nomix-tool-todo'
364
364
  config:
365
365
  allowParallelInProgress: true
366
366
 
367
367
  # Persisted same-session goals reach the model and the slash menu here; the
368
368
  # domain, driver, and `/goal` command are above.
369
369
  - id: tool-goal
370
- name: 'cordis:nomix/tool-goal'
370
+ name: '@nomix-ai/nomix-tool-goal'
371
371
 
372
372
  # Fresh-agent Ralph iteration over a build-time-fixed script.
373
373
  - id: tool-ralph
374
- name: 'cordis:nomix/tool-ralph'
374
+ name: '@nomix-ai/nomix-tool-ralph'
375
375
  config:
376
376
  subagentProvider: spawn
377
377
  maxRounds: 64
378
378
 
379
379
  - id: tool-str-replace-editor
380
- name: 'cordis:nomix/tool-str-replace-editor'
380
+ name: '@nomix-ai/nomix-tool-str-replace-editor'
381
381
  config:
382
382
  maxOutputChars: 16000
383
383
 
384
384
  # Consecutive-repeat reminders on the tool chain.
385
385
  - id: repeat-tool-reminder
386
- name: 'cordis:nomix/repeat-tool-reminder'
386
+ name: '@nomix-ai/nomix-repeat-tool-reminder'
387
387
  config:
388
388
  thresholds: [3, 5, 8]
389
389
  argumentsPreviewChars: 500
@@ -391,10 +391,10 @@
391
391
  # The base exposes the provider-neutral web tool without selecting a search
392
392
  # provider. Deployments register and select a provider explicitly.
393
393
  - id: web
394
- name: 'cordis:nomix/web'
394
+ name: '@nomix-ai/nomix-web'
395
395
 
396
396
  - id: tool-web
397
- name: 'cordis:nomix/tool-web'
397
+ name: '@nomix-ai/nomix-tool-web'
398
398
  config:
399
399
  fetch: false
400
400
  searchTimeoutMs: 60000
@@ -404,23 +404,23 @@
404
404
  # The tool registry. Presentation mode is a deployment choice; omitting it here
405
405
  # keeps the schema default (native).
406
406
  - id: tools
407
- name: 'cordis:nomix/tools'
407
+ name: '@nomix-ai/nomix-tools'
408
408
 
409
409
  # The deployment persona is a deployment choice; plan-mode and tool plugins own
410
410
  # their own prompt sections.
411
411
  - id: system-prompt
412
- name: 'cordis:nomix/system-prompt'
412
+ name: '@nomix-ai/nomix-system-prompt'
413
413
  config:
414
414
  persona: ''
415
415
 
416
416
  # Agents created at startup. The base stays empty; raw overlays may create
417
417
  # agents, while Web creates sessions on client request.
418
418
  - id: agent-loop
419
- name: 'cordis:nomix/agent-loop'
419
+ name: '@nomix-ai/nomix-agent-loop'
420
420
  config:
421
421
  agents: []
422
422
 
423
423
  # The sandboxed filesystem provider. `cwd` defaults to `process.cwd()`; an
424
424
  # overlay can pin another workspace.
425
425
  - id: fs-sandbox
426
- name: 'cordis:nomix/fs-sandbox'
426
+ name: '@nomix-ai/nomix-fs-sandbox'
@@ -22,14 +22,14 @@
22
22
  - insert:
23
23
  # Code Mode is a core execution capability, not a Web component.
24
24
  - id: code-runtime
25
- name: 'cordis:nomix/code-runtime-worker-thread'
25
+ name: '@nomix-ai/nomix-code-runtime-worker-thread'
26
26
 
27
27
  - id: headless-startup
28
- name: 'cordis:nomix/headless/startup'
28
+ name: '@nomix-ai/nomix-headless/startup'
29
29
 
30
30
  # Reads its task from the ordinary headlessStartup provider.
31
31
  - id: headless-runner
32
- name: 'cordis:nomix/headless'
32
+ name: '@nomix-ai/nomix-headless'
33
33
  inject: [headlessStartup]
34
34
  config:
35
35
  task: !!js ctx.headlessStartup.task