> ## Documentation Index
> Fetch the complete documentation index at: https://beads.gascity.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Related Projects

> Adjacent, independent projects that solve neighboring problems and compose well with beads

Adjacent or complementary tools that solve different problems in the
same neighborhood as Beads. These are not Beads integrations (see
[Community Tools](/community-tools) for those) — they are
independent projects whose users may also find Beads useful, or vice
versa.

## Recall / knowledge graph

* **[scry](https://github.com/prmichaelsen/scry)** —
  ([scryspec.com](https://scryspec.com)) — marker-indexed knowledge
  and recall graph for AI coding agents. Files declare identity via
  inline `@scry.entry` markers; the index makes designs, lessons, and
  decisions reachable by meaning, tag, and seeded question rather than
  by path. Different job from Beads: where Beads is a task graph for
  *what to do next*, scry is a recall layer for *what was decided and
  why*. They compose — independently arrived at the same hash-based-ID
  convention (`bd-a1b2`, `~hash`) for the same reason: preventing
  collisions across multi-agent and multi-branch work.
