agent-desktop/docs
Lahfir 366f81cc04 docs: capture learnings from todo resolution batch (stamping, fingerprints)
Two patterns worth keeping for future work:

- deterministic-build-artifact-marker: have build.rs stamp an absolute
  path to its artifact at a stable location so CI never has to guess
  with `find | head -1`. Sibling anti-pattern called out: build.rs
  auto-copying the generated artifact back into the source tree.
- identity-fingerprint-against-os-reorder: for OS APIs that return
  ordered lists whose ordering is defined by "current state" (NC is the
  canonical example), pair any index-based action with an optional
  (app, title) fingerprint and fail closed on mismatch.

Both include "when NOT to use" sections to prevent cargo-culting.
2026-04-16 17:19:11 -07:00
..
solutions docs: capture learnings from todo resolution batch (stamping, fingerprints) 2026-04-16 17:19:11 -07:00
architecture.excalidraw docs: add architecture diagram to README 2026-02-24 06:22:52 -08:00
architecture.png docs: add architecture diagram to README 2026-02-24 06:22:52 -08:00
phases.md feat: progressive skeleton traversal with ref-rooted drill-down (#20) 2026-04-16 01:46:31 -07:00