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
6 changes: 5 additions & 1 deletion conductor/tracks.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,14 @@ This file tracks all major tracks for the project. Each track has its own detail
[#278](https://github.com/edithatogo/authentext/issues/278).
_Link: [tracks/pattern-registry-contracts_20260811/index.md](./tracks/pattern-registry-contracts_20260811/index.md)_

- [~] **voice-corpus-calibration_20260811** (P1) - Point Authentext at
- [x] **voice-corpus-calibration_20260811** (P1) - Point Authentext at
local or published prior work for voice matching without inventing
biography.
[#279](https://github.com/edithatogo/authentext/issues/279).
Phase 1 [PR #291](https://github.com/edithatogo/authentext/pull/291).
Phase 2 [PR #292](https://github.com/edithatogo/authentext/pull/292).
Phase 3 [PR #295](https://github.com/edithatogo/authentext/pull/295).
Phase 4 [PR #298](https://github.com/edithatogo/authentext/pull/298).
_Link: [tracks/voice-corpus-calibration_20260811/index.md](./tracks/voice-corpus-calibration_20260811/index.md)_

- [ ] **quality-harness-and-matrix_20260811** (P2) - Feature matrix, Vale
Expand Down
6 changes: 5 additions & 1 deletion conductor/tracks/voice-corpus-calibration_20260811/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@
- **Track ID:** `voice-corpus-calibration_20260811`
- **Type:** Feature
- **Priority:** P1
- **Status:** In progress
- **Status:** Complete
- **Depends on:** `editorial-safety-invariants_20260811`
- **GitHub track:** [#279](https://github.com/edithatogo/authentext/issues/279)
- **PRs:** [#291](https://github.com/edithatogo/authentext/pull/291),
[#292](https://github.com/edithatogo/authentext/pull/292),
[#295](https://github.com/edithatogo/authentext/pull/295),
[#298](https://github.com/edithatogo/authentext/pull/298)

## Artifacts

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"description": "Let the user point Authentext at local or published prior work for voice matching and claim grounding, without inventing biography or uploading private text to search.",
"type": "feature",
"priority": "P1",
"status": "in_progress",
"status": "completed",
"created_at": "2026-08-11",
"updated_at": "2026-08-12",
"current_phase": "Phase 4: Precedence wiring",
"current_phase": "Complete",
"parallel_safe": false,
"depends_on": ["editorial-safety-invariants_20260811"],
"coordinates_with": ["pattern-registry-contracts_20260811"],
Expand Down
10 changes: 6 additions & 4 deletions conductor/tracks/voice-corpus-calibration_20260811/plan.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,13 @@

## Phase 4: Precedence wiring

- [~] Task: Write failing tests that a calibrated sample outranks the dash
- [x] Task: Write failing tests that a calibrated sample outranks the dash
ban and that corpus facts cannot be inserted into the current draft.
- [~] Task: Wire precedence in skill prose and in the intake/diagnostic
contracts.
- [ ] Task: Phase Verification & Checkpoint (Refer to `workflow.md`).
(commit: 6077fe1)
- [x] Task: Wire precedence in skill prose and in the intake/diagnostic
contracts. (commit: 6077fe1)
- [x] Task: Phase Verification & Checkpoint (Refer to `workflow.md`).
[checkpoint: 577ae9d]

## Handoff artifacts

Expand Down
Loading