Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 718 Bytes

File metadata and controls

28 lines (17 loc) · 718 Bytes

AGENTS.md

AI coding agent instructions for the python-embed project.

Obsidian Memory

This project uses an Obsidian vault (python-embed) for cross-session memory. On session start, read the project context and preferences:

obsidian vault="python-embed" read path="preferences.md"

During Session

  • All documentation must be managed within Obsidian. Do not leave any documentation within the project.

  • Decision made → create Decisions/{title}.md

  • Task completed/created → update Tasks/active.md

Session End

  • Update Tasks/active.md, Tasks/completed.md and Decisions/{title}.md
  • Rebuild _Index.md

Git

  • Never add Co-authored-by trailer to commits.