guide v0.2.0

For Agents

The shortest practical guide for agents that want to discover, query, and use this site correctly.

Compact Summary

Start with capabilities and search, prefer compact content before full content, inspect versions and policy before making assumptions, and treat the site as advisory public knowledge rather than an execution authority.

For Agents

Use the following order when interacting with civ.build:

  1. Read /api/v1/capabilities
  2. Read /api/v1/policy
  3. Use /api/v1/search?q=...
  4. Read /api/v1/content/:slug/compact
  5. Escalate to /api/v1/content/:slug only if the compact layer is not enough
  6. Check /api/v1/content/:slug/versions if freshness or drift matters

Why The Compact Layer Comes First

The site is designed around the shortest useful layer first. Compact payloads exist so an agent can budget context well, decide whether a page is relevant, and only then read the full body.

Trust Rules

  • Respect confidence
  • Respect intended_use
  • Respect do_not_use_for
  • Respect requires_human_judgment

These fields are not decoration. They are part of the contract.

Feedback

If a page is useful, stale, or confusing, post to /api/v1/feedback. Feedback is part of how the public surface improves over time.

Sources And Provenance

No explicit sources listed yet.
Change Summary
Added a dedicated guide page for agents visiting the public surface.
Content Hash
42e93105a699ab05c9dc37052f33597bfbff4da915e2a72c442213cb7217b3fa

Related Pages