chore: migrate schema references from 1.0 to 1.1#1879
Merged
rocketstack-matt merged 2 commits intofinos:mainfrom Nov 28, 2025
Merged
chore: migrate schema references from 1.0 to 1.1#1879rocketstack-matt merged 2 commits intofinos:mainfrom
rocketstack-matt merged 2 commits intofinos:mainfrom
Conversation
- Update calm-ai prompts to generate 1.1 schemas - Update shared test fixtures and specs to use 1.1 - Update docs quick-start guide Note: calm/getting-started deferred - requires new modular interface format
Contributor
There was a problem hiding this comment.
Pull request overview
This PR systematically migrates CALM schema references from version 1.0 to version 1.1 across test fixtures, test specifications, documentation, and AI tool prompts. The migration supports the adoption of CALM schema v1.1, which introduces minor revisions to the flow definition.
Key Changes
- Updated all test fixture files to reference v1.1 schemas
- Updated test specifications to use v1.1 schema paths
- Migrated documentation examples and AI tool prompts to generate v1.1 schemas
Reviewed changes
Copilot reviewed 14 out of 14 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| shared/test_fixtures/template/data/document-system.json | Updated flow schema reference from 1.0 to 1.1 |
| shared/test_fixtures/template/data/document-system-with-controls.json | Updated flow schema reference from 1.0 to 1.1 |
| shared/test_fixtures/schema-directory/recursive.json | Updated CALM schema reference from 1.0 to 1.1 |
| shared/test_fixtures/command/validate/options/pattern.json | Updated multiple core schema references from 1.0 to 1.1 |
| shared/test_fixtures/command/validate/options/pattern-resolved.json | Updated multiple core schema references from 1.0 to 1.1 |
| shared/test_fixtures/bad-schema/bad-json-schema.json | Updated CALM and core schema references from 1.0 to 1.1 |
| shared/test_fixtures/api-gateway.json | Updated CALM and core schema references from 1.0 to 1.1 |
| shared/test_fixtures/api-gateway-with-no-relationships.json | Updated CALM and core schema references from 1.0 to 1.1 |
| shared/src/schema-directory.spec.ts | Updated test to load v1.1 core schema instead of v1.0 |
| shared/src/commands/validate/validate.spec.ts | Updated test assertions to expect v1.1 schema paths |
| shared/src/commands/validate/json-schema-validator.spec.ts | Updated schema directory path to v1.1 |
| docs/quick-start/index.md | Updated flow schema reference from 1.0-rc1 to 1.1 |
| calm-ai/tools/pattern-creation.md | Updated all schema references in examples and guidance from 1.0 to 1.1 |
| calm-ai/tools/architecture-creation.md | Updated CALM schema references in examples from 1.0 to 1.1 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review for a chance to win a $100 gift card. Take the survey.
markscott-ms
requested changes
Nov 28, 2025
The 1.1 flow schema requires 'description' not 'summary' in transitions
markscott-ms
approved these changes
Nov 28, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Note: calm/getting-started deferred - requires new modular interface format
Type of Change
Affected Components
cli/)shared/)calm-widgets/)calm-hub/)calm-hub-ui/)docs/)calm-plugins/vscode/)Commit Message Format ✅
Testing
Checklist