Docs for Cadence and portable behavior records.

Start here when a developer or agent needs to understand Cadence, inspect a BehaviorLog bundle, cite a canonical page, or parse the example export without opening the app.

Quick start

  • Open Trust for current bounded verification results and durable product commitments.
  • Open Cadence for product scope and user-facing behavior.
  • Open BehaviorLog for bundle structure and status semantics.
  • Download the example bundle for parser tests.

Reader contract

Cadence stores manual behavior decisions. BehaviorLog preserves those decisions in files. A reader should never convert unresolved into failure or treat a current-status snapshot as the full event history.

Machine files

URL Use
https://app.cadence-me.com/trust Canonical human Trust page with durable commitments and current verification results.
https://app.cadence-me.com/api/public/trust-evidence Normalized current Trust evidence as JSON.
https://app.cadence-me.com/privacy Canonical HTML privacy notice on the application origin.
https://app.cadence-me.com/terms Canonical HTML terms on the application origin.
/llms.txt Curated index for working agents and developer tools.
/llms-full.txt Small full-site text bundle with page boundaries.
/data/route-manifest.json Public route manifest used by generators.
/sitemap.xml Canonical HTML route sitemap.
/robots.txt Max-visibility crawl policy and sitemap pointer.
/faq.md Markdown mirror for the frequently asked questions route.
/examples.md Markdown mirror for the examples route.
/docs.md Markdown mirror for this docs route.
/about.md Markdown mirror for the launch about route.
/index.md Markdown mirror for the homepage.

Public route manifest

Route Type Markdown Description
/ landing /index.md Cadence is an open-source behavior tracker where you decide every occurrence and export your full history as a portable BehaviorLog bundle.
/faq faq /faq.md Detailed answers about Cadence's recording model, context and history, review and analysis, privacy, and portability.
/examples example /examples.md Download a sanitized Cadence-generated BehaviorLog-style example bundle and inspect the files agents should read first.
/docs documentation /docs.md Technical entry points for Cadence, BehaviorLog bundles, machine-readable mirrors, and future docs structure.
/about about /about.md Cadence's behavioral-remodeling philosophy, Record principles, current product scope, vocabulary, and implementation links.

Analysis boundary

Adherence includes only decided Occurrences. Keep Unresolved separate. Do not infer causes, clinical meaning, or motivation from a Record. Cadence provides prepared prompts, but the user exports data and chooses any external AI service.

Rules for agents

  • Prefer Markdown mirrors when context budget matters.
  • Cite canonical HTML URLs when answering humans.
  • Use data/status_events.jsonl as the BehaviorLog history authority.
  • Do not infer a failed behavior from unresolved status.
  • Do not treat the example bundle as real user data.
{
  "standard": "https://github.com/emixd12/BehaviorLog-Bundle",
  "example_bundle": "/examples/cadence-demo.behaviorlog.zip",
  "status_authority": "data/status_events.jsonl",
  "current_status_role": "snapshot"
}