shard-wiki/tests
tegwick def699c1eb feat(adapters): GitShardAdapter history adopt + cross-substrate integration (WP-0012 T3)
Adopt git-native history (TSD §A.5): a VERSION-gated history(key) surfaces the
commit list for a path (newest-first sha + subject) — declared by every git-IS-store
shard, read-only or not. Integration proves the union/overlay/edit machinery works
unchanged across folder + git substrates: resolve/chorus span both, edit through a
git shard fast-forwards as a commit, apply-under-drift refuses on an external commit
(sha drift) without clobbering, and a read-only git target keeps the overlay as a
draft. SCOPE updated; WP-0012 done. 196 tests green.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-16 02:41:19 +02:00
..
__init__.py Scaffold Python project with pyproject.toml and pytest 2026-06-08 01:05:40 +02:00
test_append_authority.py feat(coordination): per-space append authority (lease) (WP-0009 T2) 2026-06-16 01:45:52 +02:00
test_apply.py feat(coordination): apply-under-drift (WP-0008 T4) 2026-06-15 13:25:10 +02:00
test_conformance.py feat(adapters): conformance suite — profiles verified not asserted (WP-0007 T4) 2026-06-15 09:42:59 +02:00
test_coordination_migration.py feat(coordination): git backend wiring + verbatim log migration (WP-0009 T4) 2026-06-16 01:49:55 +02:00
test_cross_process_fold.py test(coordination): cross-process read-your-writes + fold parity (WP-0009 T3) 2026-06-16 01:47:08 +02:00
test_decision_log.py feat(coordination): event-sourced DecisionLog keystone (WP-0007 T5) 2026-06-15 09:45:11 +02:00
test_engine_activation.py feat(engine): per-shard extension activation (WP-0014 T3, ADR-0001) 2026-06-16 00:15:33 +02:00
test_engine_adapter.py feat(engine): EngineShardAdapter — engine as a canonical-mode shard (WP-0014 T5) 2026-06-16 00:36:24 +02:00
test_engine_extension.py feat(engine): typed-extension runtime (WP-0014 T2) 2026-06-16 00:11:18 +02:00
test_engine_kernel.py feat(engine): page-store kernel skeleton (WP-0014 T1) 2026-06-15 23:57:31 +02:00
test_engine_profile.py feat(engine): capability profile derived from active extensions (WP-0014 T4, E-5) 2026-06-16 00:27:11 +02:00
test_error_paths.py test: harden suite with error-path contracts + coverage floor (98%) 2026-06-16 00:05:16 +02:00
test_ext_struct.py feat(engine): ext.struct typed-records built-in; close engine implementation (WP-0014 T6) 2026-06-16 00:56:22 +02:00
test_folder_adapter.py feat(adapters): ShardAdapter contract + read-only FolderAdapter (WP-0007 T3) 2026-06-15 09:37:02 +02:00
test_git_adapter.py feat(adapters): GitShardAdapter read path + git-IS-store profile (WP-0012 T1) 2026-06-16 02:36:28 +02:00
test_git_adapter_integration.py feat(adapters): GitShardAdapter history adopt + cross-substrate integration (WP-0012 T3) 2026-06-16 02:41:19 +02:00
test_git_adapter_write.py feat(adapters): GitShardAdapter write=commit + current_rev drift (WP-0012 T2) 2026-06-16 02:38:41 +02:00
test_git_event_store.py feat(coordination): git-backed DecisionLog event store (WP-0009 T1) 2026-06-16 01:41:27 +02:00
test_incremental_equivalence.py feat(incremental): indexed equivalence — blocking + verify (WP-0011 T1) 2026-06-16 02:13:06 +02:00
test_incremental_maintenance.py test(incremental): delta maintenance == rebuild, retraction + split (WP-0011 T2) 2026-06-16 02:14:32 +02:00
test_incremental_verification.py feat(incremental): I-2 digest + consistency-checker (WP-0011 T3) 2026-06-16 02:16:50 +02:00
test_incremental_wiring.py feat(incremental): wire maintained tier behind views; rebuild fallback (WP-0011 T4) 2026-06-16 02:21:39 +02:00
test_integration.py feat(space): InformationSpace orchestrator + integration; foundation slice complete (WP-0007 T7) 2026-06-15 10:12:38 +02:00
test_model.py feat(model): Identity/Placement/Span, Page, CapabilityProfile (WP-0007 T2) 2026-06-15 09:00:49 +02:00
test_overlay.py feat(coordination): Overlay model + OverlayEngine.draft (WP-0008 T2) 2026-06-15 11:56:53 +02:00
test_overlay_aware_read.py feat(union): overlay-aware resolution (WP-0008 T5) 2026-06-15 13:29:06 +02:00
test_package.py Scaffold Python project with pyproject.toml and pytest 2026-06-08 01:05:40 +02:00
test_patch.py feat(coordination): patch rendering (unified diff) (WP-0008 T3) 2026-06-15 12:32:47 +02:00
test_provenance.py feat(provenance): layered ProvenanceEnvelope + effective() leaf (WP-0007 T1) 2026-06-15 08:55:35 +02:00
test_union.py feat(policy,union): policy leaf + UnionGraph resolution with chorus (WP-0007 T6) 2026-06-15 10:02:09 +02:00
test_views_allpages.py feat(views): AllPages + SiteMap enumeration views (WP-0010 T4) 2026-06-16 02:03:15 +02:00
test_views_backlinks.py feat(views): BackLinks derived view over the union link graph (WP-0010 T2) 2026-06-16 01:56:48 +02:00
test_views_integration.py feat(views): wire derived views onto InformationSpace + integration (WP-0010 T5) 2026-06-16 02:05:12 +02:00
test_views_links.py feat(views): wikilink + red-link model (WP-0010 T1) 2026-06-16 01:55:06 +02:00
test_views_recentchanges.py feat(views): RecentChanges merged change feed (WP-0010 T3) 2026-06-16 01:59:11 +02:00
test_writable_adapter.py feat(adapters): writable FolderAdapter + positive write conformance (WP-0008 T1) 2026-06-15 11:09:43 +02:00
test_write_path_integration.py feat(space): wire write path into InformationSpace; integration (WP-0008 T6) 2026-06-15 13:46:32 +02:00