Commit Graph

4 Commits

Author SHA1 Message Date
Bill
8a2ab8d614 Fix property indices in SimpleExample model
- Changed all property role="name" to role="TrG5h" (the registered index)
- Changed property role="operator" to role="TrG5h"
- Uses proper registry index instead of property name string

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-02-03 21:09:26 -07:00
Bill
5b4d5ada7a Add registry to SimpleExample and update concept references
- Added registry section with all Phase 1 concepts and their EcuMT IDs
- Mapped concepts to short index names (e.g., Module=2Ks9RF)
- Updated all concept attributes to use registry indices
- Updated all role attributes to use registry roles
- Follows same pattern as existing SemAnno.sandbox.mps model

This allows MPS to properly resolve concept definitions from the model itself.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-02-03 21:06:53 -07:00
Bill
a86db27292 Fix SimpleExample model to use SemAnno language instead of structure
- Changed language use from structure to actual SemAnno language
- Matches the language configuration in SemAnno.sandbox.msd
- Allows proper concept resolution through language namespace
- Should resolve the 'bad concept index key' error

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-02-03 21:02:26 -07:00
Bill
2fe1bf108e Move test model to existing SemAnno.sandbox
- Moved SimpleExample.mps to languages/SemAnno.sandbox/models/
- Removed redundantly created sandbox directory
- Test model now in the correct, existing sandbox location

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-02-03 21:00:18 -07:00