Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 502 Bytes

File metadata and controls

11 lines (9 loc) · 502 Bytes

AGENTS

Context memory

  • Before editing a file, read .lane/memory/<path>/ if it exists, or run lane why <path>.
  • Record non-obvious findings with lane note add <path> -a <anchor> "...".
  • Do not edit .lane/ by hand; landing manages it.
  • Land with lane merge, or lane push where trunk is protected, then lane prune once it merges.
  • Detailed workflow lives in .agents/skills/lane/SKILL.md; run lane install skill if it is absent.