cfbfa5f275
Routed to keysat ROADMAP/AGENTS; buy-page escape bug fixed in the daemon; spec-checker run, Path-2 harness, and the adversarial/website-review items discarded as done/duplicate/superseded.
49 lines
5.0 KiB
Markdown
49 lines
5.0 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 -->
|
|
- [ ] (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
|
|
- [ ] (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-relay) [chore][P3] AGENTS.md endpoint list mis-describes POST /relay/analyze as "{ transcript, … } → topic sections JSON". The actual route (server/routes/analyze.js) takes a free-form { prompt: string } and returns the standard envelope { result: { text } }; "topic sections JSON" is only what the recap-app caller asks for in its prompt. Fix the request-shape wording to { prompt } — surfaced resolving Recaps' Daily Digest synthesis contract (Q4), 2026-06-15
|
|
- [ ] (ten31-signal-engine) [chore][P2] Run full-eval on the signal engine folder — the full evaluation suite (evaluator, security-auditor, exerciser, doc-auditor, spec-checker), 2026-06-16
|
|
- [ ] (standards) [idea][P2] run janitor agent on all projects — via matrix, 2026-06-16
|
|
- [ ] (recap) [idea][P2] add gemini 3.5 to model selection, need to have research agent check which models are available (stable versions) and the correct model name — via matrix, 2026-06-16
|
|
- [ ] (recap-relay) [idea][P2] add gemini 3.5 to model selection, need to have research agent check which models are available (stable versions) and the correct model name — via matrix, 2026-06-16
|
|
- [ ] (new:personal-website) [project][P2] Develop personal website — host on Start9 Pages, served on clearnet via StartTunnel; build HTML site, use Claude Design for styling, gather design inspiration — 2026-06-16
|
|
- [ ] (standards) [agent][P3] Operator-onboarding agent — sibling to onboarding-tester for the *operator* journey (stand up + run keysat from docs alone: sideload/registry install on StartOS, configure, issue first license), vs. the developer SDK-integration journey onboarding-tester already covers. Needs its own clean room (a clean StartOS service-install, not a generic VPS, since the s9pk can't run on a vanilla Linux box), 2026-06-16- [ ] (ten31-database) [idea][P2] backup history in settings tab should be minimized and expandable with a chevron. default to minimized and shown at the bottom since it is rarely viewed — via matrix, 2026-06-18
|
|
- [ ] (ten31-database) [idea][P2] screen refresh should preserve viewing the same tab you were already on, rather than default back to the top tab — via matrix, 2026-06-18
|
|
- [ ] (spark-control) [idea][P2] we should redesign the software logo/icon (used for startos service).. it doesn't really relate to anything, though the color scheme seems to match — via matrix, 2026-06-18
|
|
- [ ] (spark-control) [feature][P2] Add a dashboard card for the ten31 CRM / intake bot (Update/Restart/Stop/Logs tile like matrix-bridge) — confirm whether already done; see ten31-database docs/handoffs/add-intake-bot-to-spark-control.md, 2026-06-18
|
|
- [ ] (proof-of-work) [feature][P2] brainstorm better tracking of cardio logging and cardio program planning (in-week variety and long term programs) — via matrix, 2026-06-19
|
|
- [ ] (matrix-bridge) [bug][P2] what are the open brackets when you log an inbox item through matrix, eg “📥 captured → - [ ] (proof-of-work) [feature][P2] brainstorm better tracking of cardio logging and cardio program planning (in-week variety and long term programs) — via matrix, 2026-06-19” — via matrix, 2026-06-19
|