Skip to content

chore: document merge conflict remediation in CHANGELOG - #7

Merged
mdheller merged 1 commit into
mainfrom
codex/resolve-merge-conflicts-in-branch
Apr 8, 2026
Merged

chore: document merge conflict remediation in CHANGELOG#7
mdheller merged 1 commit into
mainfrom
codex/resolve-merge-conflicts-in-branch

Conversation

@mdheller

Copy link
Copy Markdown
Contributor

Motivation

  • Document that cross-branch merge conflicts across core docs, specs, examples, and agent-plane schemas were remediated so the branch is clean and mergeable.

Description

  • Added a one-line UnreleasedFixed entry to CHANGELOG.md noting the merge-conflict remediation and committed the update on branch work.

Testing

  • Ran rg -n "<<<<<<<|>>>>>>>|=======" over the listed files with no matches found; JSON parse checks for examples/*.json and schemas/*.json passed; YAML parse checks for openapi*.yaml and asyncapi*.yaml passed.

Codex Task

@mdheller
mdheller merged commit d52103f into mainApr 8, 2026
@mdheller
mdheller deleted the codex/resolve-merge-conflicts-in-branch branch April 8, 2026 18:49
mdheller added a commit that referenced this pull request Aug 2, 2026
… (T7-5/#243)
Resolves#243 without a 6th agent_class: model daemon = system_core passport +
InferenceProvider record, linked via new optional InferenceProvider.passportRef.
Adds design-review teeth to T7 provenance schemas (verified both ways):
- ledger hash-chain: ledgerPrevHash required for non-genesis entries (seq>=1)
on InferenceReceipt/EscalationDecision/AdapterPromotionDecision (finding #4)
- biometric hard boundary: EscalationDecision with a biometric sensitiveCategory
is schema-forced to refused/biometric-boundary (finding #7)
New example escalation-decision.refused-biometric.json. See ADR-0017.
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@mdheller