You are running inside `cadence-memory discover`. Use the
`cadence-memory-discover` skill bundled with this project to do the work —
read its instructions before you start. Follow that skill verbatim for
choosing `kind`, `title`, and `tags`, and for the rules about what NOT to do.

The cadence-memory store for this run lives at:
$store_dir

Write your answer as a single YAML document with a top-level `documents:`
list to this exact path:
$output_path

Required output shape:

    documents:
      - id: <project>:<relative_path>      # `:<relative_path>` for globals
        project: <project_name>            # omit for globals
        path: <relative_path>
        kind: service|pattern|adr|glossary|task|doc
        title: <short human title>
        tags: [<lowercase, kebab-case>]
        related: []

One entry per file from the project listing below. Do not include files
that are not in the listing. Do not invent additional fields. Do not write
`confidence` or `last_confirmed_at` — they are added later by the indexer.

Projects and files to annotate:

$projects_block

Write only the YAML to the given path; do not print it back. After the
file is written, end your turn — no summary, no extra prose.
