Skip to content

docs: add schema migration rfc [0/3]#234

Open
dmcilvaney wants to merge 4 commits into
microsoft:mainfrom
dmcilvaney:damcilva/schema_version
Open

docs: add schema migration rfc [0/3]#234
dmcilvaney wants to merge 4 commits into
microsoft:mainfrom
dmcilvaney:damcilva/schema_version

Conversation

@dmcilvaney

@dmcilvaney dmcilvaney commented Jun 4, 2026

Copy link
Copy Markdown
Contributor

Possible implementation at #243

Copilot AI review requested due to automatic review settings June 4, 2026 23:37

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a new developer RFC documenting a proposed “lazy schema migration” approach for component lock-file fingerprints, aiming to prevent repo-wide lock churn when config schema or fingerprinting logic evolves.

Changes:

  • Introduces RFC 002 describing the problem (lock-file drift on additive schema changes) and a layered solution (omitempty-by-default inclusion + versioned fingerprint replay + future schema-version migration).
  • Documents design rationale, alternatives considered, incremental delivery plan, and open questions for future implementation.

Copilot AI review requested due to automatic review settings June 5, 2026 23:08

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.

Comment thread docs/developer/rfc/lazy-schema-migration.md Outdated
Copilot AI review requested due to automatic review settings June 8, 2026 23:07

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.

Comment thread docs/developer/rfc/lazy-schema-migration.md Outdated
Copilot AI review requested due to automatic review settings June 9, 2026 00:30

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.

@dmcilvaney dmcilvaney force-pushed the damcilva/schema_version branch from a2712d3 to 4ee9260 Compare June 9, 2026 18:31
Copilot AI review requested due to automatic review settings June 9, 2026 20:15

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.

Copilot AI review requested due to automatic review settings June 9, 2026 23:28

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.

Copilot AI review requested due to automatic review settings June 11, 2026 00:18

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.

Copilot AI review requested due to automatic review settings June 11, 2026 19:15

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.

Copilot AI review requested due to automatic review settings June 11, 2026 22:51

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 5 out of 6 changed files in this pull request and generated no new comments.

@dmcilvaney dmcilvaney marked this pull request as ready for review June 12, 2026 00:24
Copilot AI review requested due to automatic review settings June 17, 2026 00:13

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 5 out of 6 changed files in this pull request and generated no new comments.

@dmcilvaney dmcilvaney force-pushed the damcilva/schema_version branch from ea112e2 to b505fe1 Compare June 20, 2026 00:56
@dmcilvaney dmcilvaney changed the title docs: add schema migration rfc docs: add schema migration rfc [0/3] Jun 20, 2026
… substrate

Relocates the projectV1/no-separate-normalizer reconciliation that had leaked into the reset-cutover branch down onto the RFC branch, and makes canonical JSON (JCS) the chosen serialization throughout: projectVN builds a JSON projection tree, the combiner assembles one document and JCS-serializes + sha256. The hand-rolled length-prefixed byte encoder is demoted to an 'Alternatives considered' entry (retained as a fallback). Adds a 'Serialization substrate' subsection (why JCS over stdlib encoding/json; the JSON-safe integer bound), a grammar-parser 'also considered' note, and a gowebpki/jcs dependency trade-off. Reconciles the encoding table, code example, decisions index, D4, and PR A1.
Copilot AI review requested due to automatic review settings June 25, 2026 00:05

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 5 out of 6 changed files in this pull request and generated 1 comment.

Comment thread docs/developer/rfc/lazy-schema-migration.md Outdated
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 5 out of 6 changed files in this pull request and generated no new comments.

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.

2 participants