This docs project is the public AcornOps documentation site. Keep it aligned with the deployment repository and the component contract docs when behavior changes.Documentation Index
Fetch the complete documentation index at: https://docs.acornops.dev/llms.txt
Use this file to discover all available pages before exploring further.
Preview locally
Mintlify requires Node.js v20.17.0 or newer. Install the CLI:http://localhost:3000.
The production site is https://docs.acornops.dev/. Use that host for public documentation links; reserve /docs paths for local repository files or service-local Swagger UI routes.
Validate before pushing
Run the local structural checks:Project map
Use these repositories as source material when updating public docs:| Area | Source to check |
|---|---|
| Platform deployment | acornops-deployment |
| Management console behavior | management-console-playground |
| Control-plane API and auth | control-plane-playground/docs/contracts |
| Execution run lifecycle | execution-engine-playground/docs/contracts |
| LLM gateway and MCP behavior | llm-gateway-playground/docs/contracts |
| Workload-cluster agent | k8s-agent-playground |
Local platform development
The deployment repository owns the full local stack:task local-down to stop the stack and task local-reset when you need a clean local state.
The management console can also run directly against a local control plane by setting its control-plane base URL and starting its dev server. Use this path for UI work when the full local stack is already available.
Contract and docs drift
Update public docs in the same change when you alter:- production hostnames or route layout,
- deployment commands or required secrets,
- OIDC callback behavior,
- workspace roles or permissions,
- public control-plane API shape,
- workload-cluster agent install behavior,
- run event stream behavior,
- LLM provider, model, tool, or MCP policy behavior.