Clean up obsolete placeholder code

This commit is contained in:
2026-07-02 20:47:08 -05:00
parent 717451512a
commit ed879b8bb0
5 changed files with 0 additions and 95 deletions

View File

@@ -1,7 +0,0 @@
package contracts
// ArtifactResult is a placeholder generated artifact contract.
type ArtifactResult struct {
Schema string `json:"schema"`
Path string `json:"path"`
}

View File

@@ -1,7 +0,0 @@
package contracts
// SessionManifest is a placeholder durable session-run contract.
type SessionManifest struct {
Schema string `json:"schema"`
SessionID string `json:"session_id"`
}

View File

@@ -1,19 +0,0 @@
package contracts
// SpeakerTranscript is a placeholder transcription artifact contract.
type SpeakerTranscript struct {
Schema string `json:"schema"`
SessionID string `json:"session_id"`
}
// CanonicalTranscript is a placeholder merged transcript contract.
type CanonicalTranscript struct {
Schema string `json:"schema"`
SessionID string `json:"session_id"`
}
// ProcessedTranscript is a placeholder polished transcript contract.
type ProcessedTranscript struct {
Schema string `json:"schema"`
SessionID string `json:"session_id"`
}