feat: harden community production foundation through story 1.5

This commit is contained in:
2026-08-14 00:21:59 +03:00
parent c30461cc92
commit f6fc2e5c9b
161 changed files with 16758 additions and 2515 deletions
+16
View File
@@ -27,6 +27,19 @@ This repository contains the Community version:
- PostgreSQL database;
- optional Valkey or Redis for temporary coordination state.
The executable Community boundary is recorded in
[`docs/capability-inventory.json`](../capability-inventory.json). Only
`implemented` denotes a delivered flow; `planned`, `gap`, and `blocked` do not
count as ready. Resources, Prompts, background Tasks, and Load Runs are planned
targets and are not advertised as implemented in the current version.
The verified brownfield snapshot is recorded in
[`docs/capability-baseline/manifest.json`](../capability-baseline/manifest.json).
It binds the inventory, required surfaces, taxonomy, bounded manual checklist,
and sanitized results by exact SHA-256. A full pass requires
`implemented + automated + pass`; flaky, skipped, not-run, and manual-only
evidence remain non-pass.
## Documentation
The main documentation is currently maintained in Russian:
@@ -38,6 +51,9 @@ The main documentation is currently maintained in Russian:
- [MCP interface](../mcp-interface.md)
- [Admin API](../admin-api.md)
- [Runtime configuration](../runtime-config.md)
- [Runtime configuration machine schema](../schemas/runtime-config.schema.json)
- [PostgreSQL migration contract](migrations.md) ([full operator contract in Russian](../migrations.md))
- [Migration machine sequence](../schemas/migration-sequence.json)
- [Troubleshooting](../troubleshooting.md)
## License