Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 840 Bytes

File metadata and controls

28 lines (16 loc) · 840 Bytes

Session Guide

Repo Purpose

  • Short statement of what this repository exists to do.

Working Rules

  • Coding, testing, and review conventions that stay stable across sessions.
  • Scope boundaries or repo-specific constraints that should not be rediscovered every time.

Architecture Landmarks

  • Main directories and why they matter.
  • Important orchestrators, shared protocols, or integration points.

Canonical Artifacts

  • Root-tracked guidance files such as session-guide.md, todo-ledger.json, and kanban.md.
  • Run-local artifacts under .pipeline-output/ that are useful during execution but should stay gitignored.

Common Commands

  • Commands that are regularly useful for validation, exports, or local development.

Known Long-Lived Risks

  • Only stable risks or caveats that future sessions should know.