Skip to content

Expand demo seed to cover the full v0.4.x feature surface - #44

Merged
SylonZero merged 1 commit into
masterfrom
claude/roadmap-plans-review-8t8gri
Aug 4, 2026
Merged

Expand demo seed to cover the full v0.4.x feature surface#44
SylonZero merged 1 commit into
masterfrom
claude/roadmap-plans-review-8t8gri

Conversation

@SylonZero

Copy link
Copy Markdown
Owner

Summary

pnpm db:seed-demo stopped at users/products/assets/plans/tasks — every newer surface (Work Items, Dependencies, Releases, Asset History, Design Log, Activity Feed) rendered empty in demos. This expands it so a fresh demo instance shows the whole product:

  • Asset metadata: monorepo repositoryUrl/repoPath on 10 assets; 11 code-owner assignments.
  • 14 dependency edges across all three products (feeds the dependency views and plan impact analysis).
  • Two additional completed plans (Search Relevance Tuning, React Native 0.75 Upgrade) with done tasks and merged branch/PR delivery context on their plan-asset rows, plus PR context for the existing SSO plan.
  • 16 work items: resolved demand behind the completed plans (features/bugs/debt with realistic dates), in-progress items linked to the active plans, a five-item open tech-debt register with areas, and a small untriaged backlog.
  • Three releases: Platform v2.4.0 and Mobile v3.0.0 shipped with per-asset version stamps (so asset History tabs show version tick marks and current-version chips), and Platform v2.5.0 in progress with the AI + collaboration plans attached.
  • Four design-log entries — two user-authored, two agent-authored (exercising the agent badge).
  • Six historic sync_log events (plan completions, release ships) so History timelines date correctly (getAssetHistory prefers the completion event) and the dashboard activity feed is populated.

All new sections follow the script's find-or-create idempotency. Verified against a fresh SQLite database plus a second run (no duplicates; counts stable: 15 assets, 11 plans, 61 tasks, 16 work items, 3 releases, 7 version stamps, 4 notes, 6 events).

🤖 Generated with Claude Code

https://claude.ai/code/session_01Y7FhGxYjnJHJ7m9MpH2dgJ


Generated by Claude Code

The demo seed stopped at users/products/assets/plans/tasks, leaving
every newer surface empty in demos. It now also seeds: asset repos
(monorepo paths) and owners; 14 dependency edges; two extra completed
plans with merged branch/PR delivery context and done tasks; 16 work
items (resolved demand behind the completed plans, open items feeding
the active plans, a five-item tech-debt register, untriaged backlog);
three releases (two shipped with per-asset version stamps, one in
progress) with plans attached; four design-log entries (user- and
agent-authored); and six historic sync_log events so asset history
timelines and the activity feed carry believable dates.

All new sections are find-or-create idempotent like the rest of the
script; verified with a fresh sqlite run plus a re-run.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Y7FhGxYjnJHJ7m9MpH2dgJ
@SylonZero
SylonZero merged commit 49fa723 into master Aug 4, 2026
1 check passed
@SylonZero
SylonZero deleted the claude/roadmap-plans-review-8t8gri branch August 4, 2026 16:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants