Built in public · Changelog

How Supernova learned the job.

The product story, newest first: what actually became possible in each stretch, not a list of tweaks. Generated live from the engineering journal; the log is the changelog.

162

improvements shipped

14

days of building

12

shipped per day, avg

9
6 Jul
8
7 Jul
1
8 Jul
2
10 Jul
5
11 Jul
25
12 Jul
6
13 Jul
peak37
14 Jul
7
15 Jul
21
16 Jul
4
17 Jul
22
18 Jul
5
19 Jul
10
20 Jul

Product panorama

One deal, one continuous operating loop.

Seventeen agents live in the product today, two squads (7 sales-side, 10 delivery-side), propose-only, a named human at every gate. Everything below ships; nothing is a mock.

017 agents on the desk

Sell

Daily Brief, Email Drafter, Call Notes, Deal Check, Meeting Prep, Promise Tracker and Enrich run the deal desk, evidence attached.

02provenance quoted

Spec

A won deal births the project; Persona Researcher and Spec Writer read the real corpus and draft the use-case tree, every requirement quoting its source.

03the ratchet

Model

Data Modeler, Role Definer and Page Architect ratchet ontology, roles and the page atlas forward, one approved artifact feeding the next.

04on real components

Design

Designer codifies the design language; Mock Builder renders one mock per page wearing the approved tokens.

05earned, not declared

Run

E2E Writer specs the tests; Tech Stack Advisor and Impact Analyst guard the plan; delivery runs five-state stories, bugs, QA gates and release exit criteria.

06propose-only

Audit

Every run is a session you can open: model calls, tool calls, cost, the audit trail behind every artifact.

16

Jul 2026

Thursday

1 shipped

Docs12:18 IST

docs: the standing docs catch up with the standing facts

README was 9 days stale and asserting two reversed decisions: the app/marketing theme SPLIT (they share one warm Daylight token language via .app-theme since the unification) and db:push as…

  • README was 9 days stale and asserting two reversed decisions: the app/marketing theme SPLIT (they share one warm Daylight token language via .app-theme since the unification) and db:push as the schema apply path (targeted ALTER TABLE scripts are the rule — push applies every accumulated diff at once and nearly dropped live tables once). Both corrected; the docs index now lists PROSHORT / DATA-REALITY / NEXT-STEPS, and the entity-colour convention points at both sources (entity-colors.ts for charts, entity-tone.ts for the tint map).
  • PRODUCT: the agent roster count read "7 of 8" while listing 7 live + 2 planned — it is 7 of 9; the SDR role row predated Prospecting and now names it (ICP -> agent -> dedupe -> enrich -> real Zoho push).
  • ENTITIES: the header no longer recommends db:push.

14

Jul 2026

Tuesday

1 shipped

Docs16:29 IST

/changelog: the journal becomes the public changelog

Built the build-in-public marketing page: /changelog is generated live from this very file. src/lib/changelog.ts parses the ## YYYY-MM-DD — Title entries (72 across 8 days at launch),…

Built the build-in-public marketing page: `/changelog` is generated live from this very file. src/lib/changelog.ts parses the ## YYYY-MM-DD — Title entries (72 across 8 days at launch), groups by day, and derives one tag per entry from its title (Agents / Fix / Performance / Design / Data / Docs / Product). The page (landing register, Daylight tokens, SiteNav/SiteFooter): an espresso hero — "Every day, shipped." — with the progress measured as big numerals (shipped / days / per-day average), a per-day velocity bar chart with the peak called out and today's bar glowing, and tag filters (?tag=agents, server-rendered). Below: the latest entry featured in full, then a date-grouped timeline — a monument day rail (sticky), a colored spine with a node per entry, tag mark + title + teaser collapsed, full markdown on expand. force-dynamic so every journal edit appears immediately. The journal IS the changelog — no second copy to maintain.

06

Jul 2026

Monday

1 shipped

Docs21:08 IST

Docs system established

Added the living docs set: README, JOURNAL, PRODUCT, TASKS, ENTITIES, PAGES (this folder).

  • Added the living docs set: README, JOURNAL, PRODUCT, TASKS, ENTITIES, PAGES (this folder).
  • Rule locked in: all docs files are updated before every commit and push.