@mrciphersmith/keryx 0.2.31 → 0.2.32
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 +6 -0
- package/dist/cli.js +3241 -608
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -300,6 +300,11 @@ Grouped by what you are trying to do, not by internal module layout.
|
|
|
300
300
|
- **mcp** — an opt-in [Model Context Protocol](https://modelcontextprotocol.io)
|
|
301
301
|
server exposing read-only module services to agents, plus one report-writing
|
|
302
302
|
security scan.
|
|
303
|
+
- **shared agent context** *(experimental)* — a local-first, off-by-default layer
|
|
304
|
+
for a reproducible entry into a piece of work: a bounded FWK
|
|
305
|
+
(Facts / Work / Know-how) overview, evidence-linked wrap-up proposals with owner
|
|
306
|
+
review, and a fail-closed runtime policy guard. See the
|
|
307
|
+
[Shared Agent Context guide](docs/docs/guides/shared-agent-context.md).
|
|
303
308
|
|
|
304
309
|
**Run agents inside boundaries**
|
|
305
310
|
|
|
@@ -476,6 +481,7 @@ Full documentation site: **<https://mrciphersmith.github.io/keryx/>**
|
|
|
476
481
|
- **[CLI reference](docs/docs/cli-reference.md)** — the command surface: subcommands, flags and exit codes.
|
|
477
482
|
- **[Workspace & lifecycle](docs/docs/workspace-and-lifecycle.md)** — the `.metaproject/` contract and `init`/`update` lifecycle.
|
|
478
483
|
- **[Limitations](docs/docs/limitations.md)** — known gaps, platform caveats, and what to do instead.
|
|
484
|
+
- **[Shared Agent Context](docs/docs/guides/shared-agent-context.md)** *(experimental)* — local-first work-context layer: FWK overview, proposals, runtime policy guard.
|
|
479
485
|
- **[Changelog](CHANGELOG.md)** — what has landed since `v0.1.0`.
|
|
480
486
|
|
|
481
487
|
Run `keryx <command> --help` for the live flag surface of any command.
|