holycodex 0.16.5 → 0.16.6

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 CHANGED
@@ -19,12 +19,15 @@ an explicit replacement. Legacy `plus-low`, `plus`, and `plus-high`
19
19
  configuration migrates to `low`, `default`, and `high`; removed Pro profiles
20
20
  fail with an explicit replacement requirement.
21
21
 
22
- Live routing uses `gpt-6-astra` for Root/session and `gpt-5.6-luna` for every
23
- specialist. The exact per-task effort matrix is documented in
24
- [BEHAVIOR.md](../../docs/BEHAVIOR.md); Sol, Terra, and Go are migration-only
25
- historical values.
26
-
27
- Frontend and Security are selected by default; Work and Computer Use are
22
+ Profiles select configured Root and specialist route identities and the
23
+ per-task effort matrix documented in [BEHAVIOR.md](../../docs/BEHAVIOR.md).
24
+ Every generated instruction targets GPT-6-family behavior regardless of a
25
+ temporary routing model ID. Historical values are migration-only.
26
+ The current Root route is `gpt-6-astra`; native specialist route files use the
27
+ configured `gpt-5.6-luna` identity. Routing identity remains separate from
28
+ instruction behavior.
29
+
30
+ Frontend and Security are selected by default; Computer Use is
28
31
  opt-in. Selected capabilities must install and verify or installation fails.
29
32
  The interactive installer accepts additional plugin IDs separated by whitespace;
30
33
  the repeatable `--add-plugin <id>` option remains available for scripts.