Expand demo seed to cover the full v0.4.x feature surface - #44
Merged
Conversation
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
pnpm db:seed-demostopped 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:repositoryUrl/repoPathon 10 assets; 11 code-owner assignments.sync_logevents (plan completions, release ships) so History timelines date correctly (getAssetHistoryprefers 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