mirror of
https://github.com/lahfir/agent-desktop.git
synced 2026-07-27 01:22:16 +00:00
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. |
||
|---|---|---|
| .. | ||
| solutions | ||
| architecture.excalidraw | ||
| architecture.png | ||
| phases.md | ||