Migration Notes
Projects upgrading from 0.1.0-alpha.19 do not need a Software Graph schema migration.
1.0.0-rc.3
Projects upgrading from 0.1.0-alpha.19 do not need a Software Graph schema
migration.
Recommended upgrade steps:
- Upgrade Ontoly packages together to
1.0.0-rc.3. - Rebuild the repository graph.
- Run
ontoly semantics build .to create the derived Semantics artifact. - Run
ontoly semantics validate --ci. - Reinstall Agent Skills so installed artifacts match the rc.1 source.
0.1.0-alpha.18
Projects upgrading from 0.1.0-alpha.17 do not need a Software Graph schema
migration.
Recommended upgrade steps:
- Upgrade Ontoly packages together to
0.1.0-alpha.18. - Rebuild the repository graph.
- Reinstall Agent Skills so installed artifacts match the alpha.18 source.
- Rerun semantic evaluation, skills validation, and release gates for your repository.
0.1.0-alpha.16
This is the first public preview. Projects upgrading from
0.1.0-alpha.14 do not need a Software Graph schema migration.
Recommended upgrade steps:
- Upgrade Ontoly packages together to
0.1.0-alpha.16. - Rebuild the repository graph.
- Rerun semantic evaluation, skills validation, and release gates for your repository.
- Reinstall Agent Skills so installed artifacts match the public preview source.
0.1.0-alpha.1
This was the first public alpha, so there was no previous public API to migrate from.
Internal Alpha Changes
If you used earlier local snapshots:
- Reinstall dependencies with
pnpm install --frozen-lockfile. - Rebuild packages with
pnpm build. - Reinstall Agent Skills so each installed skill has local
reference/files. - Rebuild
.ontoly/artifacts because MCP confidence and provenance depend on current graph metadata.
Compatibility
Plugins and tools should negotiate against the Software Graph version rather than the Ontoly package version.