{{One-paragraph statement of what this artifact is trying to accomplish. Include the user-observable behavior or the question being answered.}}
{{Prose description of the design — components, data flow, key decisions, alternatives considered. Use diagrams below for visual structure.}}
flowchart LR
A[Input] --> B{Decision}
B -->|yes| C[Path A]
B -->|no| D[Path B]
C --> E[Output]
D --> E
flowchart LR
A[Input] --> B{Decision}
B -->|yes| C[Path A]
B -->|no| D[Path B]
C --> E[Output]
D --> E
| File | Responsibility |
|---|---|
path/to/file.py |
{{What this file does in the change.}} |
{{code or shell commands for this task}}
Generated with the jacked HTML artifact template. Edit freely.