Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/adr/0033-song-id-curation-workflow.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ADR 0033: Human-confirmed, transactional song-id curation workflow

Date: 2026-07-29
Status: Proposed
Status: Accepted
Comment thread
PhysShell marked this conversation as resolved.

## Context

Expand Down
2 changes: 1 addition & 1 deletion docs/adr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ immutable; supersede it with a new one. New ADRs: copy
| [0030](0030-reduced-state-layered-dp-clients.md) | Reduced-state layered DP clients (amends ADR-0013) | Accepted |
| [0031](0031-canonical-song-identity.md) | Add a curator-assigned canonical song identity to the corpus (schema v10) | Accepted |
| [0032](0032-holdout-filtering-boundary.md) | Filter holdout over `LoadedChunk` before corpus material, owned by the offline Reachability Lab | Accepted |
| [0033](0033-song-id-curation-workflow.md) | Human-confirmed, transactional song-id curation workflow (standalone `song-curation/` tool) | Proposed |
| [0033](0033-song-id-curation-workflow.md) | Human-confirmed, transactional song-id curation workflow (standalone `song-curation/` tool) | Accepted |

See also: [`../SPEC.md`](../SPEC.md), [`../glossary.md`](../glossary.md),
[`../decisions.log.md`](../decisions.log.md).
2 changes: 1 addition & 1 deletion docs/proposals/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ live contract.
manifest → validate) for assigning `SongId` (ADR-0031) to corpus sources by
`sha256`, with suggestions held strictly non-authoritative and a typed
refusal taxonomy; recommends a standalone `song-curation/` tool and a
four-slice implementation gated behind a new ADR. Status: for discussion.
four-slice implementation gated behind a new ADR. Status: historical context; durable decisions accepted in ADR-0033.
2 changes: 1 addition & 1 deletion docs/proposals/song-id-curation-workflow.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Song-ID Curation Workflow (proposal)

Status: for discussion (a proposal — it binds nothing and is **not** Accepted).
Status: historical context — its durable decisions are Accepted in [ADR-0033](../adr/0033-song-id-curation-workflow.md); this proposal is not a live contract.

An offline, **human-confirmed** workflow for assigning `SongId` (ADR-0031,
schema v10) to corpus sources, so that song-level holdout
Expand Down
Loading