FE-543: Expanded rich fixture scenarios + reviews + replannings#41
Merged
Conversation
This was referenced Apr 12, 2026
Contributor
Author
Add manifest seeder infrastructure and issue-tracker domain fixtures: - manifest.ts: types + seedFromManifest() that hydrates DB from static JSON manifests with realistic assistant_parts, user_parts, knowledge items, cross-kind edges, and phase outcomes - manifests/issue-tracker.json: 5 accumulative scenarios (scope-closed through all-phases-closed) with 27 knowledge items across all 8 canonical kinds, 14 cross-kind edges, mixed review states, and 24 turns with full structured parts - scenarios.ts: merge manifest scenarios into allScenarios registry - seed.ts: use allScenarios for unified scenario lookup npm run seed issue-tracker-all-phases-closed hydrates a DB that the knowledge workspace and export can render with populated sections. Amp-Thread-ID: https://ampcode.com/threads/T-019d77e6-9315-7067-bca9-f2fd13dc6243 Co-authored-by: Amp <amp@ampcode.com>
Amp-Thread-ID: https://ampcode.com/threads/T-019d77e6-9315-7067-bca9-f2fd13dc6243 Co-authored-by: Amp <amp@ampcode.com>
Amp-Thread-ID: https://ampcode.com/threads/T-019d77e6-9315-7067-bca9-f2fd13dc6243 Co-authored-by: Amp <amp@ampcode.com>
Signed-off-by: Lu Nelson <ln@hash.ai>
86f63a6 to
6e13363
Compare
2e60371 to
5f0a0d5
Compare
|
This pull request is abnormally large and would use a significant amount of tokens to review. If you still wish to review it, comment |
This was referenced Apr 12, 2026
Contributor
Author
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.

11c: Rich fixture generation — manifest-based issue-tracker scenarios
Add manifest seeder infrastructure and issue-tracker domain fixtures:
JSON manifests with realistic assistant_parts, user_parts, knowledge
items, cross-kind edges, and phase outcomes
through all-phases-closed) with 27 knowledge items across all 8
canonical kinds, 14 cross-kind edges, mixed review states, and 24
turns with full structured parts
npm run seed issue-tracker-all-phases-closed hydrates a DB that the
knowledge workspace and export can render with populated sections.
Amp-Thread-ID: https://ampcode.com/threads/T-019d77e6-9315-7067-bca9-f2fd13dc6243
Co-authored-by: Amp amp@ampcode.com
docs: update README with fixture scenarios section and current state
Amp-Thread-ID: https://ampcode.com/threads/T-019d77e6-9315-7067-bca9-f2fd13dc6243
Co-authored-by: Amp amp@ampcode.com
chore: ln-sync — mark 11c done, update parallelism notes
Amp-Thread-ID: https://ampcode.com/threads/T-019d77e6-9315-7067-bca9-f2fd13dc6243
Co-authored-by: Amp amp@ampcode.com
pruning and consolidation in spec and plan
feat: tighten reviewed export contract
feat: extract reviewed export projection
feat: split workflow detail route loaders
feat: preload export preview route
feat: narrow knowledge route loader
review refactors + large parallel re-planning with 3 new slices
Signed-off-by: Lu Nelson ln@hash.ai
ui refinement planning and scaffolding
additional review post-fixes re requirements review stage