Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 723 Bytes

File metadata and controls

38 lines (22 loc) · 723 Bytes

Reusable Feature Implementation Paths

Use this document in a target repository to record proven implementation paths that should be reused across future tickets.

Create one section per feature family. Keep each entry evidence-based and repo-specific after installation.

Template

Feature Family: <name>

Purpose:

  • <when this path should be reused>

Entry points:

  • <source path>
  • <test path>
  • <route, command, or proof artifact>

Standard scope:

  • Allowed files: <paths>
  • Forbidden files: <paths>

Standard proof:

  • <formatter, lint, typecheck, test, build, browser, or manual proof>

Risks:

  • <known risk or regression area>

Handoff notes:

  • <what the next ticket needs to know>