Skip to content

Conversation

@lucbrinkman
Copy link
Owner

@lucbrinkman lucbrinkman commented Nov 21, 2025

Summary

  • Rename node types from single-letter codes to descriptive names:
    • 'n''question'
    • 's''start'
    • 'g''goodOutcome'
    • 'a''ambivalentOutcome'
    • 'e''existentialOutcome'
    • 'i''intermediateStep'
  • Rename edge types:
    • 'y''yes'
    • 'n''no'
    • '-''always'
  • Update all components and utilities to use new type names
  • Add database migration script for type name changes
  • Applied Prettier formatting and integrated ESLint/CI from main

Test plan

  • Dev server runs without errors on port 3001
  • Type system compiles successfully
  • All components use new descriptive type names

🤖 Generated with Claude Code

lucbrinkman and others added 2 commits November 21, 2025 19:51
- Change node types: n→question, s→start, g→goodOutcome, a→ambivalentOutcome, e→existentialOutcome, i→intermediateStep
- Change edge types: y→yes, n→no, -→always
- Update all components and utilities to use new type names
- Add database migration script for type name changes

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <[email protected]>
Resolved conflicts:
- Applied Prettier formatting from main
- Preserved type renaming changes (descriptive names vs single letters)
- Integrated ESLint config, CI workflow, and pre-commit hooks from main

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <[email protected]>
@vercel
Copy link

vercel bot commented Nov 21, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
ai-world-model Ready Ready Preview Comment Nov 21, 2025 7:03pm

@lucbrinkman lucbrinkman merged commit cb45ff5 into main Nov 21, 2025
4 checks passed
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