Skip to content

Add more realistic demo scenarios to seed_demo.py #2

Description

@xinchen03

Issue 2: Add more demo scenarios to seed_demo.py

Title: Add more realistic demo scenarios to seed_demo.py

Labels: good first issue enhancement

Body:

server/seed_demo.py currently seeds demo data for the /story page. We need more scenarios that show real-world memory problems (especially staleness and redundancy).

What to do

  1. Read server/seed_demo.py to understand the format
  2. Add 3–5 new demo entries that demonstrate:
    • A stale memory (something true before but not anymore)
    • A redundant pair (same info in two different contexts)
    • A fragmentation case (related facts scattered across entries)
  3. Test: minta start → open /story → run "Run Memory Health Scan"

Inspiration

  • A startup's tech stack evolving (REST → GraphQL → tRPC)
  • A team growing from 3 to 10 people
  • A project being renamed mid-development

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions