mirror of
https://github.com/instructkr/claw-code.git
synced 2026-04-28 01:24:59 +08:00
42 lines
859 B
Markdown
42 lines
859 B
Markdown
---
|
|
name: Pinpoint
|
|
about: File a concrete clawability gap with code evidence
|
|
title: '[Pinpoint #XXX] '
|
|
labels: [pinpoint]
|
|
---
|
|
|
|
## Exact pinpoint
|
|
|
|
<!-- One-line statement: what is wrong or missing, stated crisply. -->
|
|
|
|
## Live evidence
|
|
|
|
<!-- File:line refs, code paths, command output that reproduces the gap. -->
|
|
|
|
```
|
|
# paste evidence here
|
|
```
|
|
|
|
## Why distinct
|
|
|
|
<!-- Why this isn't already covered by an adjacent pinpoint. Cluster context if relevant. -->
|
|
|
|
## Concrete delta landed
|
|
|
|
<!-- Commit sha + push status once fixed. Leave blank until resolved. -->
|
|
|
|
- commit:
|
|
- push: local==origin==fork ✅ / ⏳ pending
|
|
|
|
## Fix shape recorded
|
|
|
|
<!-- Defensive fix sketch — what change would close this pinpoint. -->
|
|
|
|
## Branch / parity
|
|
|
|
<!-- Branch name, HEAD sha, three-way parity status. -->
|
|
|
|
- branch:
|
|
- HEAD:
|
|
- parity: local==origin==fork ✅ / ⏳ pending
|