@kbediako/codex-orchestrator 0.1.27 → 0.1.28
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 +2 -0
- package/dist/bin/codex-orchestrator.js +4 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -213,6 +213,8 @@ Repo internals, development workflows, and deeper architecture notes (contributo
|
|
|
213
213
|
- `docs/README.md`
|
|
214
214
|
- `docs/diagnostics-prompt-guide.md` (first-run diagnostics prompt + expected outputs)
|
|
215
215
|
- `docs/guides/collab-vs-mcp.md` (agent-first decision guide)
|
|
216
|
+
- `docs/guides/rlm-recursion-v2.md` (RLM recursion reference)
|
|
217
|
+
- `docs/guides/cloud-mode-preflight.md` (cloud-mode preflight + fallback guidance)
|
|
216
218
|
|
|
217
219
|
## RLM benchmark graphs
|
|
218
220
|
|
|
@@ -1234,6 +1234,10 @@ Commands:
|
|
|
1234
1234
|
version | --version
|
|
1235
1235
|
|
|
1236
1236
|
help Show this message.
|
|
1237
|
+
|
|
1238
|
+
Notes:
|
|
1239
|
+
RLM recursion guidance: docs/guides/rlm-recursion-v2.md
|
|
1240
|
+
Cloud-mode preflight/fallback guide: docs/guides/cloud-mode-preflight.md
|
|
1237
1241
|
`);
|
|
1238
1242
|
}
|
|
1239
1243
|
void main();
|