Skip to content

v0.5.0 — Product Wiki: a searchable story of your system

Choose a tag to compare

@SylonZero SylonZero released this 08 Sep 05:09
ad5d071

The Product Wiki brings the story of your system into one searchable reading experience: its assets, specifications, decisions, delivery history, and outstanding work.

Product Wiki overview using synthetic Atlas demo data

What's new

  • Open Wiki from the main navigation in a separate browser tab, with full-window product overviews, asset pages, and canonical document readers.
  • Explore associated specs, capabilities, notes, plans, work items, tech debt, releases, dependencies, and history, with links explaining how shared documents relate to each asset.
  • Search full document content and technical identifiers with ranked excerpts, highlights, pagination, and filters for asset, type, status, area, date, review, and archive state.
  • Read formatted GFM tables, paragraphs, line breaks, code, and task lists, with section navigation, heading anchors, and source-relative links.
  • See creator and last-editor attribution, timestamps, spec revisions, and delivery receipts. Missing historical attribution is labelled explicitly; shipped asset versions come from explicit shipped-release stamps.
  • Browse the updated GitHub Pages walkthrough and README, with four real browser screenshots captured from synthetic Atlas demo data.

Wiki reader with spec versions, attribution, and GFM tables

Upgrading

Install dependencies and apply the journaled 0018_wiki_attribution migration for SQLite or PostgreSQL before starting the new application:

pnpm install --frozen-lockfile
pnpm db:migrate

Upgrading directly from v0.4.6 also applies the Native Specs migration introduced in v0.4.7. The optional legacy spec URL importer is separate from schema migration.

See the Product Wiki guide. Search currently ranks each authorized product corpus in process. Attribution records creation and the last edit, not a full per-edit audit log or historical body archive.

Validation

The merged feature passed all 233 tests, pnpm build, a disposable real PostgreSQL migration/behavior verification (including repeat migration), and desktop/mobile browser checks. Standalone TypeScript checking retains the same five documented baseline errors; no new Wiki errors were introduced.

Implemented in #55. This release tags the Wiki merge commit and includes Native Specs.

Full changelog: v0.4.7...v0.5.0