Reset Open CoT RFC core around cognitive interfaces#59
Merged
supernovae merged 1 commit intomainfrom Apr 27, 2026
Merged
Conversation
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
86f2fa1 to
f49a885
Compare
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.
Summary
This PR performs the compact Open CoT core reset after #58:
opencot:schemamarkersschemas/*.jsonandschemas/registry.jsonfrom those RFC blocks2.0as an intentional hard resetprofile_corefixture matrixCore RFC Set
Tooling Changes
tools/sync_schemas_from_rfcs.pynow requires every active RFC to carry an explicit schema block.tools/schema_lib.pynow maps only the 12 core RFCs.tools/validate.pyvalidates the compact core examples and conformance profile.tools/check_conformance_fixtures.pynow validates fixtures with a ref-aware schema registry.tools/diff_checker.pytreats a registry major-version bump as an intentional compatibility reset for strict checks.Validation
python3 tools/sync_schemas_from_rfcs.pypython3 tools/validate.pypython3 tools/check_conformance_fixtures.pypython3 tools/check_rfc_discussion_links.pyuv run --with jsonschema --with referencing --with pytest pytest -qPYTEST_DISABLE_PLUGIN_AUTOLOAD=1 pytest -quvx ruff check .uvx ruff format --check .npm ciinharness/npm run typecheckinharness/npm testinharness/npm run buildinharness/python3 tools/diff_checker.py /tmp/open-cot-pr58-schemas/schemas schemas --strict --min-severity major