Skip to content

Commit 85015b9

Browse files
start
1 parent 9eaeeae commit 85015b9

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.tasks/triage/TASK-144-cross-platform-compat-no-skip.md renamed to .tasks/active/TASK-144-cross-platform-compat-no-skip.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Ensure the cross-platform compatibility harness is a reliable invalidation tool
66
Currently `zig/harness/test-cross-platform-compat.sh` can SKIP entirely when it cannot find the Rust/C extension.
77

88
## Status
9-
- State: triage
9+
- State: active
1010
- Priority: medium
1111

1212
## Problem Statement

.tasks/triage/TASK-145-schema-evolution-no-acceptable-errors.md renamed to .tasks/active/TASK-145-schema-evolution-no-acceptable-errors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Turn the "acceptable error" paths in `zig/harness/test-schema-evolution.sh` into explicit, stable behavior assertions, so schema-evolution sync does not silently mask real compatibility issues.
55

66
## Status
7-
- State: triage
7+
- State: active
88
- Priority: medium
99

1010
## Problem Statement

.tasks/triage/TASK-147-cross-open-modification-interoperability.md renamed to .tasks/active/TASK-147-cross-open-modification-interoperability.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Change the Zig implementation to match the Rust/C implementation such that a dat
66
This is a hard requirement.
77

88
## Status
9-
- State: triage
9+
- State: active
1010
- Priority: highest
1111

1212
## Problem Statement

.tasks/triage/TASK-143-cross-open-modification-compat.md renamed to .tasks/done/TASK-143-cross-open-modification-compat.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Enable a database created by one CR-SQLite implementation (Zig vs Rust/C) to be
66
This gap is currently explicitly marked as "known limitation" in `zig/harness/test-cross-open-parity.sh` (XO-003, XO-004, XO-006).
77

88
## Status
9-
- State: triage
9+
- State: done (superseded by TASK-147)
1010
- Priority: high
1111

1212
## Problem Statement
@@ -59,4 +59,4 @@ When an implementation opens a DB created by the other and attempts INSERT/UPDAT
5959
- 2025-12-21: Created task from known-fail cross-open modification tests.
6060

6161
## Completion Notes
62-
(Empty until done.)
62+
- 2025-12-21: Superseded by TASK-147 which has a more specific implementation plan (unify on Rust/C trigger schema).

0 commit comments

Comments
 (0)