Skip to content

Adopt governance-2026.12 - #4

Merged
samuelduchesne merged 1 commit into
mainfrom
006-expose-the-prose-pool
Sep 4, 2026
Merged

Adopt governance-2026.12#4
samuelduchesne merged 1 commit into
mainfrom
006-expose-the-prose-pool

Conversation

@samuelduchesne

Copy link
Copy Markdown
Contributor

Moves [tool.idfkit.governance] to governance-2026.12 and regenerates the two pages that render from it.

The level carries the register entries for SchemaBundle.loadProse and SchemaBundle.prose, the pair added in idfkit-conformance#3 so that a consumer holding the shared name can reach the schema prose. The consumer side is idfkit-js#41.

What changed

  • naming-map.md gains two rows, both divergent: JavaScript deduplicates the prose into a side file read on demand, Python reads note and memo off the schema record it already ships. Only the moment of loading differs, so this is not a capability difference and describe_object_type still reports the same prose in both languages.
  • parity.md moves only the tag it names. This level adds no capability, so the ledger is untouched.

Both pages are regenerated by their scripts, not hand-edited.

What does not move

conformance-2026.8, docs-2026.1 and [tool.idfkit.library] all stay where they are. No corpus case changes.

Note on a pre-existing failure

make check is red on this branch and on main alike, for a reason unrelated to this change: ruff reports S310 in scripts/sync_js_artifacts.py, which neither branch touches. Separately, [tool.idfkit.library] is still 0.15.0, which lacks load_idf_with_diagnostics, ParseResult and the five write_idf controls that merged pages already document, so a reader on the declared version hits an ImportError copying those examples. Both want their own change.

The level carrying SchemaBundle.loadProse and SchemaBundle.prose, the pair that
lets a consumer of the shared name reach the schema prose. The naming map gains
their two rows; the parity page moves only the tag it names, since this level
adds no capability.
Both pages are regenerated, not edited. conformance-2026.8, docs-2026.1 and the
library level do not move.
@github-actions

Copy link
Copy Markdown
Contributor

github-actionsBot added a commit that referenced this pull request Sep 4, 2026
@samuelduchesne
samuelduchesne merged commit d0865c2 into mainSep 4, 2026
6 checks passed
@samuelduchesne
samuelduchesne deleted the 006-expose-the-prose-pool branch September 4, 2026 20:05
github-actionsBot added a commit that referenced this pull request Sep 4, 2026
Sign up for freeto 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

@samuelduchesne