Commit 09bfe9c
committed
docs: record Phase 1 NO-GO + Phase 2 pivot to ZRAWDATA via libdivecomputer
Phase 1 spike concluded (see docs/import-formats/macdive-zsamples.md
on feature/macdive-zsamples-phase-1). ZSAMPLES decoding ruled out —
probably block-cipher encrypted; not crackable in the timebox.
Pivot: decode ZRAWDATA via the already-integrated libdivecomputer_plugin.
Shearwater dives have 100% co-coverage of ZRAWDATA/ZSAMPLES (267/267);
pivot gives 49% of all dives (76% of dives with any sample data) via a
certain, maintained code path.
This commit:
- Appends Phase 1 outcome + pivot rationale to the profile-decoding
design spec.
- Adds continuation pointers at the tail of the parent MacDive SQLite
plan.
- Adds the Phase 2 implementation plan for the ZRAWDATA pivot, gated
on a pre-work investigation of the libdivecomputer_plugin API.1 parent c87338e commit 09bfe9c
3 files changed
Lines changed: 572 additions & 0 deletions
File tree
- docs/superpowers
- plans
- specs
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1953 | 1953 | | |
1954 | 1954 | | |
1955 | 1955 | | |
| 1956 | + | |
| 1957 | + | |
| 1958 | + | |
| 1959 | + | |
| 1960 | + | |
| 1961 | + | |
| 1962 | + | |
| 1963 | + | |
| 1964 | + | |
0 commit comments