FREE · prove

Coverage and Limitations Statement

Publish what the platform can observe, what it cannot observe, and where its answers must stop.

01 · THE SITUATION

“Security and the receiving team ask exactly what Onboard UX can see and what its answers can safely claim.”

An assistant can appear authoritative even when parts of the delivered system sit outside its evidence boundary.

REPOSITORY → ACTION → ARTIFACT → OUTCOME

Watch the work move.

02 · WHAT IT READS

acme-support-agent/fictional fixture
  • src/
    • agent/orchestrator.py
  • prompts/
    • refund-triage.md
  • tools/
    • refund_api.py
  • evals/
    • probes/refund-routing.yaml
  • config/
    • routing.toml
  • docs/
    • runbook.md
  • repo/adopt/boundary-answers.jsonApproved artifact access, deployment signals, and safe interaction.
  • outputs/connection.jsonThe repository shape used when applying observation limits.
  • repo/config/routing.tomlThe approved system and environment scope for collection.

03 · WHAT THE FDE DOES

cliVerified public-main primitive

Write the observability statement

                      adopt boundary --answers adopt/boundary-answers.json --archetype ai --write-statement ./onboard-output/coverage-boundary.md
                    

Available boundary primitive; the guided Workbench review is planned.

workbenchIllustrative planned interaction

Review coverage and limitations

Planned local interface — illustrative.

  1. 01Negotiate the supported observation tier from explicit answers.
  2. 02Enumerate observable and unavailable capabilities without widening access.
  3. 03Render the same facts as a human-readable limitations statement.

04 · WHAT GETS PRODUCED

outputs/coverage-boundary.mdIllustrative fixture

Coverage and limitations statement

observed
repository + approved evidence
outside boundary
2 surfaces
attestation
not provided

A client-readable declaration of observed sources, unavailable signals, safe claims, and known blind spots.

05 · WORK AVOIDED

You can state the evidence boundary clearly instead of letting confidence imply coverage.

06 · CREDIBILITY BOUNDARY

What this cannot know or do.

  • The statement reflects declared access and current observations; it is not a certification, compliance attestation, or proof about unseen systems.

07 · NEXT STEP

Try the workflow in context.

Use the fictional repository demo to inspect the whole free-layer sequence before touching a real project.