@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.
- package/README.md +4 -4
- package/dist/bundles/base/cordis.patch.yml +74 -74
- package/dist/bundles/headless/cordis.patch.yml +3 -3
- package/dist/bundles/web-app/cordis.patch.yml +51 -51
- package/dist/cli/plugins.js +1 -1
- package/dist/kernel/acp/package.json +1 -1
- package/dist/kernel/agent/package.json +1 -1
- package/dist/kernel/agent-default-model/package.json +1 -1
- package/dist/kernel/agent-instructions/package.json +1 -1
- package/dist/kernel/agent-loop/package.json +1 -1
- package/dist/kernel/agent-presets/package.json +1 -1
- package/dist/kernel/agent-tool-presentation/package.json +1 -1
- package/dist/kernel/anonymous-user-id/package.json +1 -1
- package/dist/kernel/api-gateway/package.json +1 -1
- package/dist/kernel/api-remotes/package.json +1 -1
- package/dist/kernel/app-boot/lib/index.js +30 -16
- package/dist/kernel/app-boot/lib/types/profile.d.ts +12 -15
- package/dist/kernel/app-boot/lib/types/profile.js +40 -16
- package/dist/kernel/app-boot/package.json +1 -1
- package/dist/kernel/atomic-write/package.json +1 -1
- package/dist/kernel/attachment/package.json +1 -1
- package/dist/kernel/attachment-local/package.json +1 -1
- package/dist/kernel/base/package.json +1 -1
- package/dist/kernel/bash-local/package.json +1 -1
- package/dist/kernel/bash-sandbox/package.json +1 -1
- package/dist/kernel/brand/package.json +1 -1
- package/dist/kernel/client-connection/package.json +1 -1
- package/dist/kernel/client-hmr/package.json +1 -1
- package/dist/kernel/client-locale/lib/client.js +2 -2
- package/dist/kernel/client-locale/package.json +1 -1
- package/dist/kernel/client-modules/package.json +1 -1
- package/dist/kernel/client-runtime/package.json +1 -1
- package/dist/kernel/client-schema-form/package.json +1 -1
- package/dist/kernel/client-ui-agent-preset/lib/client.js +34 -34
- package/dist/kernel/client-ui-agent-preset/package.json +1 -1
- package/dist/kernel/client-ui-attachment/package.json +1 -1
- package/dist/kernel/client-ui-commands/lib/client.js +8 -8
- package/dist/kernel/client-ui-commands/package.json +1 -1
- package/dist/kernel/client-ui-conversation/lib/client.js +165 -165
- package/dist/kernel/client-ui-conversation/package.json +1 -1
- package/dist/kernel/client-ui-cordis/lib/client.js +47 -47
- package/dist/kernel/client-ui-cordis/package.json +1 -1
- package/dist/kernel/client-ui-deliverables/lib/client.js +5 -5
- package/dist/kernel/client-ui-deliverables/package.json +1 -1
- package/dist/kernel/client-ui-directory-picker-browse/lib/client.js +29 -29
- package/dist/kernel/client-ui-directory-picker-browse/package.json +1 -1
- package/dist/kernel/client-ui-directory-picker-native/package.json +1 -1
- package/dist/kernel/client-ui-goal/lib/client.js +6 -6
- package/dist/kernel/client-ui-goal/package.json +1 -1
- package/dist/kernel/client-ui-input-trigger/lib/client.js +5 -5
- package/dist/kernel/client-ui-input-trigger/package.json +1 -1
- package/dist/kernel/client-ui-jobs/lib/client.js +10 -10
- package/dist/kernel/client-ui-jobs/package.json +1 -1
- package/dist/kernel/client-ui-layout/lib/client.js +4 -4
- package/dist/kernel/client-ui-layout/package.json +1 -1
- package/dist/kernel/client-ui-message-feedback/lib/client.js +4 -4
- package/dist/kernel/client-ui-message-feedback/package.json +1 -1
- package/dist/kernel/client-ui-model-selection/lib/client.js +18 -18
- package/dist/kernel/client-ui-model-selection/package.json +1 -1
- package/dist/kernel/client-ui-permission-presets/lib/client.js +3 -3
- package/dist/kernel/client-ui-permission-presets/package.json +1 -1
- package/dist/kernel/client-ui-plan/lib/client.js +3 -3
- package/dist/kernel/client-ui-plan/package.json +1 -1
- package/dist/kernel/client-ui-primitives/package.json +1 -1
- package/dist/kernel/client-ui-settings/package.json +1 -1
- package/dist/kernel/client-ui-settings-general/lib/client.js +14 -14
- package/dist/kernel/client-ui-settings-general/package.json +1 -1
- package/dist/kernel/client-ui-settings-models/lib/client.js +52 -52
- package/dist/kernel/client-ui-settings-models/package.json +1 -1
- package/dist/kernel/client-ui-settings-plugin-inventory/lib/client.js +12 -12
- package/dist/kernel/client-ui-settings-plugin-inventory/package.json +1 -1
- package/dist/kernel/client-ui-settings-plugins/lib/client.js +20 -20
- package/dist/kernel/client-ui-settings-plugins/package.json +1 -1
- package/dist/kernel/client-ui-sidebar/lib/client.js +16 -16
- package/dist/kernel/client-ui-sidebar/package.json +1 -1
- package/dist/kernel/client-ui-skill/lib/client.js +13 -13
- package/dist/kernel/client-ui-skill/package.json +1 -1
- package/dist/kernel/client-ui-slots/package.json +1 -1
- package/dist/kernel/client-ui-subagent/lib/client.js +19 -19
- package/dist/kernel/client-ui-subagent/package.json +1 -1
- package/dist/kernel/client-ui-theme/lib/client.js +3 -3
- package/dist/kernel/client-ui-theme/package.json +1 -1
- package/dist/kernel/client-ui-tool/lib/client.js +35 -35
- package/dist/kernel/client-ui-tool/package.json +1 -1
- package/dist/kernel/client-ui-trajectory/lib/client.js +141 -141
- package/dist/kernel/client-ui-trajectory/package.json +1 -1
- package/dist/kernel/client-ui-user-questions/lib/client.js +27 -27
- package/dist/kernel/client-ui-user-questions/package.json +1 -1
- package/dist/kernel/client-ui-workflow-run/lib/client.js +17 -17
- package/dist/kernel/client-ui-workflow-run/package.json +1 -1
- package/dist/kernel/client-ui-workspace/lib/client.js +54 -54
- package/dist/kernel/client-ui-workspace/package.json +1 -1
- package/dist/kernel/client-web/package.json +1 -1
- package/dist/kernel/client-web-react/package.json +1 -1
- package/dist/kernel/cmdline/package.json +1 -1
- package/dist/kernel/code-runtime/package.json +1 -1
- package/dist/kernel/code-runtime-worker-thread/package.json +1 -1
- package/dist/kernel/command-compact/package.json +1 -1
- package/dist/kernel/command-feedback/package.json +1 -1
- package/dist/kernel/command-goal/package.json +1 -1
- package/dist/kernel/commands/package.json +1 -1
- package/dist/kernel/compaction/package.json +1 -1
- package/dist/kernel/compaction-basic/package.json +1 -1
- package/dist/kernel/compaction-tool-result-pruner/package.json +1 -1
- package/dist/kernel/cordis-client-runner/package.json +1 -1
- package/dist/kernel/cordis-host-runner/package.json +1 -1
- package/dist/kernel/credentials/package.json +1 -1
- package/dist/kernel/credentials-local/package.json +1 -1
- package/dist/kernel/e2b/package.json +1 -1
- package/dist/kernel/fs/package.json +1 -1
- package/dist/kernel/fs-e2b/package.json +1 -1
- package/dist/kernel/fs-local/package.json +1 -1
- package/dist/kernel/fs-observation-policy/package.json +1 -1
- package/dist/kernel/fs-sandbox/package.json +1 -1
- package/dist/kernel/goal/package.json +1 -1
- package/dist/kernel/goal-round-driver/package.json +1 -1
- package/dist/kernel/headless/package.json +1 -1
- package/dist/kernel/home-paths/package.json +1 -1
- package/dist/kernel/hook-protocol/package.json +1 -1
- package/dist/kernel/hooks-claude-code/package.json +1 -1
- package/dist/kernel/hooks-codex/package.json +1 -1
- package/dist/kernel/host-apiproxy/package.json +1 -1
- package/dist/kernel/host-directory-picker/package.json +1 -1
- package/dist/kernel/host-directory-picker-auto/package.json +1 -1
- package/dist/kernel/host-directory-picker-browse/package.json +1 -1
- package/dist/kernel/host-directory-picker-native/package.json +1 -1
- package/dist/kernel/host-frontend-static/package.json +1 -1
- package/dist/kernel/host-plugin-inventory/package.json +1 -1
- package/dist/kernel/host-webserver/package.json +1 -1
- package/dist/kernel/invariants/package.json +1 -1
- package/dist/kernel/jobs/package.json +1 -1
- package/dist/kernel/jobs-local/package.json +1 -1
- package/dist/kernel/launch-environment/package.json +1 -1
- package/dist/kernel/llm/package.json +1 -1
- package/dist/kernel/llm-deepseek/package.json +1 -1
- package/dist/kernel/llm-pi-ai/package.json +1 -1
- package/dist/kernel/llm-retry/package.json +1 -1
- package/dist/kernel/lsp/package.json +1 -1
- package/dist/kernel/lsp-stdio/package.json +1 -1
- package/dist/kernel/manifest.json +213 -0
- package/dist/kernel/mcp-client/package.json +1 -1
- package/dist/kernel/message-feedback/package.json +1 -1
- package/dist/kernel/native-command/package.json +1 -1
- package/dist/kernel/output-retention/package.json +1 -1
- package/dist/kernel/permission-presets/package.json +1 -1
- package/dist/kernel/persona/package.json +1 -1
- package/dist/kernel/plan-mode/package.json +1 -1
- package/dist/kernel/pwsh-local/package.json +1 -1
- package/dist/kernel/pwsh-sandbox/package.json +1 -1
- package/dist/kernel/repeat-tool-reminder/package.json +1 -1
- package/dist/kernel/sandbox/package.json +1 -1
- package/dist/kernel/sandbox-local/package.json +1 -1
- package/dist/kernel/sandbox-policy/package.json +1 -1
- package/dist/kernel/sandbox-windows-acl/package.json +1 -1
- package/dist/kernel/schedule/package.json +1 -1
- package/dist/kernel/scope/package.json +1 -1
- package/dist/kernel/sdk-client/package.json +1 -1
- package/dist/kernel/sdk-jsonrpc-server/package.json +1 -1
- package/dist/kernel/sdk-protocol/package.json +1 -1
- package/dist/kernel/session/package.json +1 -1
- package/dist/kernel/session-checkpoint-policy/package.json +1 -1
- package/dist/kernel/session-log-export/package.json +1 -1
- package/dist/kernel/session-persistence/package.json +1 -1
- package/dist/kernel/session-persistence-jsonl/package.json +1 -1
- package/dist/kernel/session-persistence-sqlite/package.json +1 -1
- package/dist/kernel/session-projection/package.json +1 -1
- package/dist/kernel/session-projection-cache/package.json +1 -1
- package/dist/kernel/session-query/package.json +1 -1
- package/dist/kernel/session-query-sqlite/package.json +1 -1
- package/dist/kernel/session-reference/package.json +1 -1
- package/dist/kernel/session-stats/package.json +1 -1
- package/dist/kernel/session-telemetry/package.json +1 -1
- package/dist/kernel/session-telemetry-otel/package.json +1 -1
- package/dist/kernel/session-title/package.json +1 -1
- package/dist/kernel/session-title-all-prompts-llm/package.json +1 -1
- package/dist/kernel/session-title-first-prompt-llm/package.json +1 -1
- package/dist/kernel/session-title-llm/package.json +1 -1
- package/dist/kernel/settings/package.json +1 -1
- package/dist/kernel/settings-file/package.json +1 -1
- package/dist/kernel/shell/package.json +1 -1
- package/dist/kernel/shell-env/package.json +1 -1
- package/dist/kernel/skill/package.json +1 -1
- package/dist/kernel/skill-badge/package.json +1 -1
- package/dist/kernel/skill-filesystem/package.json +1 -1
- package/dist/kernel/spill/package.json +1 -1
- package/dist/kernel/spill-local/package.json +1 -1
- package/dist/kernel/spill-policy/package.json +1 -1
- package/dist/kernel/storage/package.json +1 -1
- package/dist/kernel/storage-domain/package.json +1 -1
- package/dist/kernel/storage-json/package.json +1 -1
- package/dist/kernel/storage-sqlite/package.json +1 -1
- package/dist/kernel/subagent/package.json +1 -1
- package/dist/kernel/subagent-acp/package.json +1 -1
- package/dist/kernel/subagent-claude-code/package.json +1 -1
- package/dist/kernel/subagent-codex/package.json +1 -1
- package/dist/kernel/subagent-fork-in-process/package.json +1 -1
- package/dist/kernel/subagent-in-process-driver/package.json +1 -1
- package/dist/kernel/subagent-nomix-sdk/package.json +1 -1
- package/dist/kernel/subagent-spawn-in-process/package.json +1 -1
- package/dist/kernel/subprocess/package.json +1 -1
- package/dist/kernel/subprocess-e2b/package.json +1 -1
- package/dist/kernel/subprocess-local/package.json +1 -1
- package/dist/kernel/system-prompt/package.json +1 -1
- package/dist/kernel/terminal/package.json +1 -1
- package/dist/kernel/terminal-bash/package.json +1 -1
- package/dist/kernel/time-context/package.json +1 -1
- package/dist/kernel/timeout/package.json +1 -1
- package/dist/kernel/tmux-context/package.json +1 -1
- package/dist/kernel/token-meter/package.json +1 -1
- package/dist/kernel/tool-ask-user/package.json +1 -1
- package/dist/kernel/tool-bash/package.json +1 -1
- package/dist/kernel/tool-bash-persistent/package.json +1 -1
- package/dist/kernel/tool-call-timeout-policy/package.json +1 -1
- package/dist/kernel/tool-cordis/package.json +1 -1
- package/dist/kernel/tool-fs/package.json +1 -1
- package/dist/kernel/tool-fs-search/package.json +1 -1
- package/dist/kernel/tool-goal/package.json +1 -1
- package/dist/kernel/tool-jobs/package.json +1 -1
- package/dist/kernel/tool-lsp/package.json +1 -1
- package/dist/kernel/tool-pwsh/package.json +1 -1
- package/dist/kernel/tool-ralph/package.json +1 -1
- package/dist/kernel/tool-session-query/package.json +1 -1
- package/dist/kernel/tool-skill/package.json +1 -1
- package/dist/kernel/tool-str-replace-editor/package.json +1 -1
- package/dist/kernel/tool-subagent/package.json +1 -1
- package/dist/kernel/tool-subagent-control/package.json +1 -1
- package/dist/kernel/tool-subagent-report/package.json +1 -1
- package/dist/kernel/tool-terminal/package.json +1 -1
- package/dist/kernel/tool-todo/package.json +1 -1
- package/dist/kernel/tool-web/package.json +1 -1
- package/dist/kernel/tool-workflow/package.json +1 -1
- package/dist/kernel/tools/package.json +1 -1
- package/dist/kernel/typert-generator/package.json +1 -1
- package/dist/kernel/typert-loader/package.json +1 -1
- package/dist/kernel/typert-protocol/package.json +1 -1
- package/dist/kernel/typert-registry/package.json +1 -1
- package/dist/kernel/user-approval/package.json +1 -1
- package/dist/kernel/user-questions/package.json +1 -1
- package/dist/kernel/web/package.json +1 -1
- package/dist/kernel/web-app/lib/index.js +4 -1
- package/dist/kernel/web-app/lib/types/index.js +5 -1
- package/dist/kernel/web-app/package.json +1 -1
- package/dist/kernel/web-fetch-http/package.json +1 -1
- package/dist/kernel/web-frontend/package.json +1 -1
- package/dist/kernel/web-search-deepseek/package.json +1 -1
- package/dist/kernel/web-search-exa/package.json +1 -1
- package/dist/kernel/web-search-perplexity/package.json +1 -1
- package/dist/kernel/workflow/package.json +1 -1
- package/dist/kernel/workflow-worker-thread/package.json +1 -1
- package/dist/kernel/workspace/package.json +1 -1
- package/dist/plugins/index.js +1 -1
- 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
|
|
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
|
|
20
|
-
npx --yes --package @nomix-ai/nomix-harness
|
|
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: '
|
|
25
|
+
name: '@nomix-ai/nomix-llm'
|
|
26
26
|
|
|
27
27
|
- id: session
|
|
28
|
-
name: '
|
|
28
|
+
name: '@nomix-ai/nomix-session'
|
|
29
29
|
|
|
30
30
|
- id: typert
|
|
31
|
-
name: '
|
|
31
|
+
name: '@nomix-ai/nomix-typert-registry'
|
|
32
32
|
|
|
33
33
|
- id: typert-loader
|
|
34
|
-
name: '
|
|
34
|
+
name: '@nomix-ai/nomix-typert-loader'
|
|
35
35
|
|
|
36
36
|
- id: typert-gateway
|
|
37
|
-
name: '
|
|
37
|
+
name: '@nomix-ai/nomix-api-gateway'
|
|
38
38
|
|
|
39
39
|
- id: session-title
|
|
40
|
-
name: '
|
|
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: '
|
|
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: '
|
|
56
|
+
name: '@nomix-ai/nomix-user-questions'
|
|
57
57
|
|
|
58
58
|
- id: agent
|
|
59
|
-
name: '
|
|
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: '
|
|
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: '
|
|
70
|
+
name: '@nomix-ai/nomix-jobs-local'
|
|
71
71
|
|
|
72
72
|
- id: llm-retry
|
|
73
|
-
name: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
95
|
+
name: '@nomix-ai/nomix-llm-pi-ai'
|
|
96
96
|
|
|
97
97
|
- id: session-persistence-jsonl
|
|
98
|
-
name: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
165
|
+
name: '@nomix-ai/nomix-sandbox-local'
|
|
166
166
|
|
|
167
167
|
- id: sandbox-policy
|
|
168
|
-
name: '
|
|
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: '
|
|
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: '
|
|
180
|
+
name: '@nomix-ai/nomix-pwsh-sandbox'
|
|
181
181
|
disabled: !!js process.platform !== 'win32'
|
|
182
182
|
|
|
183
183
|
- id: approval
|
|
184
|
-
name: '
|
|
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: '
|
|
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: '
|
|
203
|
+
name: '@nomix-ai/nomix-shell-env'
|
|
204
204
|
|
|
205
205
|
- id: tool-bash
|
|
206
|
-
name: '
|
|
206
|
+
name: '@nomix-ai/nomix-tool-bash'
|
|
207
207
|
disabled: !!js process.platform === 'win32'
|
|
208
208
|
|
|
209
209
|
- id: tool-pwsh
|
|
210
|
-
name: '
|
|
210
|
+
name: '@nomix-ai/nomix-tool-pwsh'
|
|
211
211
|
disabled: !!js process.platform !== 'win32'
|
|
212
212
|
|
|
213
213
|
- id: tool-jobs
|
|
214
|
-
name: '
|
|
214
|
+
name: '@nomix-ai/nomix-tool-jobs'
|
|
215
215
|
|
|
216
216
|
- id: fs-observation-policy
|
|
217
|
-
name: '
|
|
217
|
+
name: '@nomix-ai/nomix-fs-observation-policy'
|
|
218
218
|
|
|
219
219
|
- id: tool-fs
|
|
220
|
-
name: '
|
|
220
|
+
name: '@nomix-ai/nomix-tool-fs'
|
|
221
221
|
|
|
222
222
|
- id: tool-fs-search
|
|
223
|
-
name: '
|
|
223
|
+
name: '@nomix-ai/nomix-tool-fs-search'
|
|
224
224
|
config:
|
|
225
225
|
sampleOverCapGlobResults: false
|
|
226
226
|
|
|
227
227
|
- id: agent-instructions
|
|
228
|
-
name: '
|
|
228
|
+
name: '@nomix-ai/nomix-agent-instructions'
|
|
229
229
|
config:
|
|
230
230
|
maxBytes: 65536
|
|
231
231
|
|
|
232
232
|
- id: skill
|
|
233
|
-
name: '
|
|
233
|
+
name: '@nomix-ai/nomix-skill'
|
|
234
234
|
|
|
235
235
|
- id: skill-filesystem
|
|
236
|
-
name: '
|
|
236
|
+
name: '@nomix-ai/nomix-skill-filesystem'
|
|
237
237
|
|
|
238
238
|
- id: skill-badge
|
|
239
|
-
name: '
|
|
239
|
+
name: '@nomix-ai/nomix-skill-badge'
|
|
240
240
|
disabled: true
|
|
241
241
|
|
|
242
242
|
- id: tool-skill
|
|
243
|
-
name: '
|
|
243
|
+
name: '@nomix-ai/nomix-tool-skill'
|
|
244
244
|
|
|
245
245
|
- id: commands
|
|
246
|
-
name: '
|
|
246
|
+
name: '@nomix-ai/nomix-commands'
|
|
247
247
|
|
|
248
248
|
- id: command-feedback
|
|
249
|
-
name: '
|
|
249
|
+
name: '@nomix-ai/nomix-command-feedback'
|
|
250
250
|
|
|
251
251
|
- id: goal
|
|
252
|
-
name: '
|
|
252
|
+
name: '@nomix-ai/nomix-goal'
|
|
253
253
|
|
|
254
254
|
- id: goal-round-driver
|
|
255
|
-
name: '
|
|
255
|
+
name: '@nomix-ai/nomix-goal-round-driver'
|
|
256
256
|
|
|
257
257
|
- id: command-goal
|
|
258
|
-
name: '
|
|
258
|
+
name: '@nomix-ai/nomix-command-goal'
|
|
259
259
|
|
|
260
260
|
- id: plan-mode
|
|
261
|
-
name: '
|
|
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: '
|
|
277
|
+
name: '@nomix-ai/nomix-token-meter'
|
|
278
278
|
|
|
279
279
|
- id: compaction-basic
|
|
280
|
-
name: '
|
|
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: '
|
|
285
|
+
name: '@nomix-ai/nomix-command-compact'
|
|
286
286
|
|
|
287
287
|
- id: subagent
|
|
288
|
-
name: '
|
|
288
|
+
name: '@nomix-ai/nomix-subagent'
|
|
289
289
|
|
|
290
290
|
- id: subagent-spawn-in-process
|
|
291
|
-
name: '
|
|
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: '
|
|
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: '
|
|
303
|
+
name: '@nomix-ai/nomix-tool-subagent-control'
|
|
304
304
|
|
|
305
305
|
- id: tool-subagent-list-agents
|
|
306
|
-
name: '
|
|
306
|
+
name: '@nomix-ai/nomix-tool-subagent-control/list-agents'
|
|
307
307
|
|
|
308
308
|
- id: tool-subagent
|
|
309
|
-
name: '
|
|
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: '
|
|
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: '
|
|
328
|
+
name: '@nomix-ai/nomix-tool-subagent-report'
|
|
329
329
|
|
|
330
330
|
- id: workflow-worker-thread
|
|
331
|
-
name: '
|
|
331
|
+
name: '@nomix-ai/nomix-workflow-worker-thread'
|
|
332
332
|
config:
|
|
333
333
|
provider: spawn
|
|
334
334
|
|
|
335
335
|
- id: tool-workflow
|
|
336
|
-
name: '
|
|
336
|
+
name: '@nomix-ai/nomix-tool-workflow'
|
|
337
337
|
|
|
338
338
|
- id: timeout-policy
|
|
339
|
-
name: '
|
|
339
|
+
name: '@nomix-ai/nomix-tool-call-timeout-policy'
|
|
340
340
|
|
|
341
341
|
- id: spill-local
|
|
342
|
-
name: '
|
|
342
|
+
name: '@nomix-ai/nomix-spill-local'
|
|
343
343
|
|
|
344
344
|
- id: spill-policy
|
|
345
|
-
name: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
394
|
+
name: '@nomix-ai/nomix-web'
|
|
395
395
|
|
|
396
396
|
- id: tool-web
|
|
397
|
-
name: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
25
|
+
name: '@nomix-ai/nomix-code-runtime-worker-thread'
|
|
26
26
|
|
|
27
27
|
- id: headless-startup
|
|
28
|
-
name: '
|
|
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: '
|
|
32
|
+
name: '@nomix-ai/nomix-headless'
|
|
33
33
|
inject: [headlessStartup]
|
|
34
34
|
config:
|
|
35
35
|
task: !!js ctx.headlessStartup.task
|