Skip to content

Sync main into develop, resolves PR #222's conflict - #226

Merged
chaksaray merged 8 commits into
developfrom
chore/merge-main-into-develop-4
Aug 29, 2026
Merged

Sync main into develop, resolves PR #222's conflict#226
chaksaray merged 8 commits into
developfrom
chore/merge-main-into-develop-4

Conversation

@chaksaray

Copy link
Copy Markdown
Contributor

Resolves the conflict on PR #222 (develop → main). Different in kind from the prior recurring last_updated-only conflicts (#206/#209/#210): main had received the full issue #98 feature (verification_basis derivation, evidence_vantage/evidence_method axes, the external_authority evidence engine, check_confidence_signal.py, write_verification_basis.py, and their schema/test additions) via #213/#214, none of which had made it into develop yet.

Two real conflicts:

  • dist/ave-records-latest.manifest.json: the usual generated_at timestamp collision. Kept the later of the two — main's, this time, since main had the more recent build.
  • tests/test_validate_data.py: not a genuine disagreement — develop's side was empty at this location; main's side added ~170 lines of new tests for the Design question: confidence_baseline is self-reported, no structural verification #98 feature. Kept main's additions in full.

Everything else (schema/ave-record-1.1.0.schema.json, scripts/validate_records.py, the two new scripts, the two new test files, the two new guide docs) auto-merged cleanly with no conflict markers — confirmed via git status before touching anything, not assumed.

dist/ regenerated fresh via scripts/build-records.js rather than trusting the text merge.

Validated: all 80 records still validate against the updated schema (the new fields are optional), fixtures intact, full suite passes — 427 tests, up from 342, confirming the new #98 test suites actually landed and pass, not just that nothing broke.

Please squash-merge, same as every prior sync PR — linear history required on develop.

chaksaray and others added 8 commits August 23, 2026 16:07
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: chaksaray <15962335+chaksaray@users.noreply.github.com>
Co-authored-by: Nicolai <245527909+predictor2718@users.noreply.github.com>
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: chaksaray <15962335+chaksaray@users.noreply.github.com>
Co-authored-by: Sankalp Gilda <sankalp.gilda@gmail.com>
…e_baseline (issue #98) (#213)

Co-authored-by: narko4u <narko4u@users.noreply.github.com>
… (#214)

Signed-off-by: Sankalp Gilda <sankalp.gilda@gmail.com>
Co-authored-by: CHAK Saray <chaksaray@gmail.com>
Resolves the conflict on PR #222 (develop -> main). This one differs
from the prior recurring last_updated-only conflicts: main had
received the full issue #98 feature (verification_basis derivation,
evidence_vantage/evidence_method axes, the external_authority evidence
engine, check_confidence_signal.py, write_verification_basis.py, and
their schema/test additions) via #213/#214, none of which had been
synced into develop yet.

Two real conflicts:
- dist/ave-records-latest.manifest.json: the usual generated_at
  timestamp collision. Kept the later of the two (main's, this time --
  main had a more recent build than develop).
- tests/test_validate_data.py: not a genuine disagreement -- develop's
  side was empty at this location, main's side added ~170 lines of new
  tests for the #98 feature. Kept main's additions in full.

Everything else (schema/ave-record-1.1.0.schema.json,
scripts/validate_records.py, the two new scripts, the two new test
files, the two new guide docs) auto-merged cleanly with no conflict
markers, confirmed before touching anything.

dist/ regenerated fresh via scripts/build-records.js rather than
trusting the text merge. All 80 records still validate against the
updated schema (the new fields are optional), fixtures intact, full
suite (427 tests, up from 342 -- confirming the new #98 test suites
landed and pass) succeeds.
@chaksaray
chaksaray merged commit 038dbf6 into develop Aug 29, 2026
6 checks passed
@chaksaray
chaksaray deleted the chore/merge-main-into-develop-4 branch August 29, 2026 03:52
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.

3 participants