Why This Exists
Users need reliable Ontology-as-Code workflows in the plugin: generate, validate, and migrate.
Desired Outcome
A practical OAC toolset that helps users move faster while reducing upload-time failures.
Scope
In scope:
- OAC generation/edit support.
- OAC validation beyond TypeScript type checks (relationship/reference sanity).
- Migration from exported ontology JSON to OAC TypeScript with clear fallback notes for unsupported fields.
- Offline-first validation with optional online checks when configured.
Out of scope:
- Guaranteeing parity with every stack-specific server-side validation path in v1.
Success Criteria
High-Level Plan
- Define user-facing commands/tools for generate, validate, migrate.
- Implement offline validation path as baseline.
- Add optional online checks behind explicit config/env.
- Add migration path with clear TODO fallbacks for edge cases.
Why This Exists
Users need reliable Ontology-as-Code workflows in the plugin: generate, validate, and migrate.
Desired Outcome
A practical OAC toolset that helps users move faster while reducing upload-time failures.
Scope
In scope:
Out of scope:
Success Criteria
High-Level Plan