Minco 1.1.0
This is the frozen candidate manual for Minco 1.1.0: a compatible update to the contract-to-cloud Rust framework with version-matched Codex and Claude Code workflows. It remains separate from the stable 1.0.0 manual until registry publication and post-release verification complete.
The manual is organized progressively: begin with one working application, then reach for focused guides, the component catalog, practical recipes, or exact reference when you need them.
What Is Documented Here
| Area | Current development boundary |
|---|---|
| HTTP resources | JSON data envelopes, bounded cursor pages, strong entity tags, and Problem Details |
| Plugins | Archive-visible distribution metadata and public offline conformance reports |
| Realtime | Subscriber-only AppSync invalidation with authoritative HTTP resynchronization |
| Local AI | Bounded ProjectView, read-only MCP, and accessible workbench projections |
| Agent development | Version-matched skills, digest-bound client projections, bounded context, and deterministic evaluation |
| Testing | Domain, application, adapter, HTTP, plugin, deployment, and release evidence remain distinct |
| AWS | Zero provisioned application compute, explicit DynamoDB access patterns, and visible residual managed-service cost |
The Golden Path
new -> contract -> generate -> dev -> migrate -> seed -> test -> inspect
-> package -> change set -> migrate target -> deploy -> verify
-> promote exact artifact -> observe or compatibility-checked rollbackEach arrow is explicit and inspectable. Minco does not add a runtime service locator, Active Record layer, hosted control plane, hidden scheduler, or boot-time production migrations.
Popular Topics
- Install Minco and build the first application.
- Use typed configuration, database lifecycle controls, and graph-driven local development.
- Add identity and sessions, events and notifications, files and static sites, or the realtime invalidation path, client feedback loop.
- Inspect the same bounded project model through ProjectView, MCP, and the local workbench, or select the DynamoDB Orders adapter.
- Set up Codex and Claude Code with project-local, version-matched Minco workflows.
- Review the complete feature catalog, built-in component catalog, and Cargo feature reference.
Start with the framework tour, browse the exercised examples, or go directly to the current CLI reference.