# WikiKit

A curated, cited knowledge base for humans and agents — version 0.52.0, reachable at https://wikikit.mikebild.dev.

Sources are archived verbatim, an LLM synthesizes concept pages whose claims
carry quotes from those sources, and nothing becomes visible knowledge without
a human approval.

Everything below is served by this instance out of its own binary.

- [/llms.txt](https://wikikit.mikebild.dev/llms.txt) — Whether WikiKit fits, what it can do, how to run one — indexed
- [/llms-full.txt](https://wikikit.mikebild.dev/llms-full.txt) — The documentation this binary carries, in one fetch
- [/agent-guide.md](https://wikikit.mikebild.dev/agent-guide.md) — The built-in operating guide for agents
- [/docker-compose.yml](https://wikikit.mikebild.dev/docker-compose.yml) — The topology that runs this exact release
- [/install](https://wikikit.mikebild.dev/install) — What to install — and why there is no CLI
- [/install/skill](https://wikikit.mikebild.dev/install/skill) — Installer for an agent skill that asks the collect-or-curate question
- [/install.sh](https://wikikit.mikebild.dev/install.sh) — Installer for the coding-agent lifecycle hooks
- [/openapi.json](https://wikikit.mikebild.dev/openapi.json) — The full API surface
- [/docs](https://wikikit.mikebild.dev/docs) — The same surface for a browser — a redirect to /openapi.json
- [/cockpit](https://wikikit.mikebild.dev/cockpit) — The one human interface
- [/health](https://wikikit.mikebild.dev/health) — Liveness
- [/ready](https://wikikit.mikebild.dev/ready) — Readiness, with its checks and the running version
- [/.well-known/service-descriptor.json](https://wikikit.mikebild.dev/.well-known/service-descriptor.json) — All of the above, listed with checksums

Start with /llms.txt if you are a model, /cockpit if you are a person, and
/docker-compose.yml if you want to run one of these yourself.

What this binary carries is the decision-and-install set plus the reference documentation for this release — not the complete documentation, and not the knowledge held in any wiki it hosts.
