Skip to content

Prove continuity materialization across repository classes - #49

Merged
szmyty merged 2 commits into
mainfrom
codex/holon-45-continuity-fixtures
Sep 9, 2026
Merged

szmyty merged 2 commits into
mainfrom
codex/holon-45-continuity-fixtures

Conversation

@szmyty

@szmyty szmyty commented Sep 9, 2026

Copy link
Copy Markdown
Contributor

Depends on #48
Closes #45
Part of #42

Summary

  • add publish-safe fixtures for research/publication, library/CLI, site/application, organization/meta, and private creative repositories
  • add a reviewed, digest-bound migration of Antidote's pinned legacy checkpoint without losing useful state or authored agent instructions
  • exercise new, existing, provisional, opt-out, unsupported, conflict, upgrade, parallel reconciliation, repeat/no-op apply, and exact rollback paths
  • validate every positive fixture semantically with EgoLint and snapshot the reviewed plan, surface, state, report, and rollback contracts
  • keep fixture execution local-only: exact caller-supplied source revisions, no credentials, no provider client, and no mutable GitHub-state dependency
  • wire canonical CI to acquire exact immutable inputs and build the pinned EgoLint source before running the offline checker

Review order

This PR is intentionally stacked on #48. Review and merge #48 first; this diff then contains only the fixture proof for #45.

Validation

  • python3 -m unittest discover --start-directory tests --pattern "test_*.py" --verbose — 116 passed
  • npm test -- --runInBand — 18 passed
  • repository-continuity fixture checker — all six lifecycles and artifact contracts passed
  • repository-continuity profile validation — passed
  • workflow YAML parse and git diff --check — passed

@szmyty
szmyty added this pull request to stack #50 September 9, 2026 14:32
Base automatically changed from codex/holon-44-continuity-reconciler to main September 9, 2026 14:37
@szmyty
szmyty force-pushed the codex/holon-45-continuity-fixtures branch from 9fc2479 to 9ae02ce Compare September 9, 2026 14:38
@szmyty
szmyty merged commit 9d4d309 into main Sep 9, 2026
1 check passed
@devactivity-app

Copy link
Copy Markdown

Pull Request Summary by devActivity

Metrics

Cycle Time: 9h 44m

Achievements

@szmyty
szmyty deleted the codex/holon-45-continuity-fixtures branch September 9, 2026 15:12
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.

Prove continuity materialization across repository classes

1 participant