chore: add demo fixtures with 5 NovaMind AI projects#32
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Add pre-populated demo fixtures for product demos, themed around a fictional AI company (NovaMind AI) building developer tools. Includes: - 001-ai-prompt-playground: Complete with mixed issue statuses - 002-context-aware-autocomplete: Docs review stage (awaiting approval) - 003-ai-test-generator: Mid-workflow (PM done, UX generating) - 004-smart-log-analyzer: Early stage (PM questions awaiting answers) - 005-model-performance-dashboard: Complete, all issues pending Also adds scripts/load-demo.sh to load fixtures into outputs/ with --clean and --reset options, and updates .gitignore to track fixtures.
5d12e9d to
63f3082
Compare
|
🎉 This PR is included in version 3.6.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
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
Add pre-populated demo fixtures for product demos: 5 NovaMind AI projects at different workflow stages (complete with issues, docs reviewing, mid-workflow, early, complete pending). Includes
scripts/load-demo.shto load/reload fixtures with--cleanand--resetflags. Updates.gitignoreto trackfixtures/demo/outputs/and CLAUDE.md with demo fixtures section for future contributors.Changes
fixtures/demo/outputs/(~4200 lines JSON/Markdown)scripts/load-demo.sh: Load fixtures, backup/restore outputs.gitignore: Negation rule to track fixtures while keeping outputs/ gitignoredCLAUDE.md: Demo Fixtures section with usage and maintenance notes