42 lines
3.6 KiB
Markdown
42 lines
3.6 KiB
Markdown
# Inbox — cross-project capture buffer
|
|
|
|
Raw, untriaged ideas and bugs for **any** repo, captured from anywhere so they stop
|
|
scattering into phone notes. `/capture` appends here; `/triage`, run inside a project,
|
|
drains that project's items into its `AGENTS.md` (`## Current state`) or `ROADMAP.md`. This
|
|
buffer is upstream of every repo's ROADMAP — nothing here is owned or scheduled until
|
|
triaged.
|
|
|
|
**Line format** — one item per line:
|
|
|
|
```
|
|
- [ ] (project) [type][Pn] note — optional context, YYYY-MM-DD
|
|
```
|
|
|
|
- `project` — the target repo's folder name (e.g. `relay`), or `standards` for this repo,
|
|
or `?` if unsure. For an idea that would be a **brand-new repo** (no folder exists yet),
|
|
use `new` — or `new:working-name` if you have a name in mind.
|
|
- `type` — `bug` | `feature` | `idea` | `skill` | `agent` | `project` | `chore`
|
|
(`project` = a potential new repo; handled by the new-repo bootstrap, not `/triage`).
|
|
- `Pn` — priority `P0` (drop-everything) … `P3` (someday). Default `P2` if unspecified.
|
|
- `[ ]` unchecked = untriaged; `/triage` removes items once they're routed.
|
|
|
|
Example:
|
|
|
|
```
|
|
- [ ] (relay) [bug][P1] health-check probes the wrong port after the bind refactor — found while testing, 2026-06-14
|
|
```
|
|
|
|
---
|
|
|
|
## Items
|
|
|
|
<!-- /capture appends below this line -->
|
|
- [ ] (ten31-transcripts) [chore][P1] Mini-retrofit — repo is an active Xcode/Swift app but has NO `.claude/` dir. Do, in order: (1) add the portable inbox-check line to `AGENTS.md`, tagged `(ten31-transcripts)`; (2) create `.claude/settings.json` (at minimum `{}`) so shared project config/hooks become committable; (3) bring `.gitignore` to the canonical block in `standards/portability.md` → "What git tracks" — the deny-by-default `.claude/*` + allow-list, **plus** `.env.*` and `!.env.example` (both currently missing); (4) judgment call — only if the flat `docs/NN_*.md` files are genuinely subsystem-scoped, reorganize them into `docs/guides/` + `.claude/rules/` relative symlinks with one index line each in AGENTS.md. The `CLAUDE.md → AGENTS.md` symlink is already correct; no secrets are currently tracked. Full context: `standards` ROADMAP item 6 residuals — from the cross-repo git-hygiene audit, 2026-06-14
|
|
- [ ] (standards) [feature][P2] API automation for Gitea in /new-project — automate the currently-manual Gitea create/publish gate via the Gitea API, 2026-06-14
|
|
- [ ] (ten31-transcripts) [feature][P2] Add Jitsi to ten31-transcripts, 2026-06-14
|
|
- [ ] (recap) [feature][P2] Recaps (or a recaps relay) should send a daily digest via SMTP, 2026-06-14
|
|
- [ ] (new:embedded-links-reader) [project][P2] Embedded-links reader & summarizer — give the app an article/blog URL; it scrapes the links the author embedded (the ones you don't want to visit in the moment), reads them, and summarizes them, 2026-06-14
|
|
- [ ] (new:portfolio-scraper) [project][P2] Portfolio-company scraper — tracks portfolio companies for podcasts, social tweets, founder appearances, news, etc. and delivers a digest via email or another interface, 2026-06-14
|
|
- [ ] (recap) [bug][P2] Mobile gets stuck and can't scroll back to top — recaps.cc transcript view. ATTEMPTED in app 0.2.157 (-webkit-overflow-scrolling:touch + overscroll-behavior:contain on .chunks-scroll); UNVERIFIED — needs on-iPad check, plus a screen recording if it persists, 2026-06-14
|
|
- [ ] (ten31-database) [chore][P2] Reconcile AGENTS.md networking facts: the doc says the CRM is reached "on the LAN or over Tailscale," but it's actually served over ClearNet (StartTunnel) with app-level user auth, and Tailscale is NOT in use. Fix the access/networking wording — surfaced during standards placement-guide verification, 2026-06-15
|