Skip to content

feat(schemas): add initial CUE schema module#9

Merged
jmgilman merged 1 commit intomasterfrom
feat/session-002-cue-schemas
May 4, 2026
Merged

feat(schemas): add initial CUE schema module#9
jmgilman merged 1 commit intomasterfrom
feat/session-002-cue-schemas

Conversation

@jmgilman
Copy link
Copy Markdown
Contributor

@jmgilman jmgilman commented May 4, 2026

Summary

  • add the nested schemas CUE and Go module with core and IncusOS provider packages
  • generate Go types side-by-side from CUE and add embedded schema loading helpers
  • wire the repo-local CUE Proto plugin and Moon schema validation tasks into root:check

Testing

  • go test ./...
  • cd schemas && go test ./...
  • cd schemas && proto run cue -- mod tidy --check
  • cd schemas && proto run cue -- vet -c=false ./...
  • moon run root:check
  • git diff --check

Notes

  • Removed the temporary functional test command and scratch YAML fixtures before commit.

@jmgilman jmgilman merged commit fa97d8c into master May 4, 2026
2 checks passed
@jmgilman jmgilman deleted the feat/session-002-cue-schemas branch May 4, 2026 22:56
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.

1 participant