[PROFILE] Feed archive-derived artistic understanding back into Know Thy Father without losing provenance #46

Open
opened 2026-03-28 19:39:04 +00:00 by Timmy · 3 comments
Owner

Goal:
Extend Know Thy Father so media/style knowledge becomes part of Timmy's durable understanding while remaining traceable.

Acceptance:

  • define how style/media insights connect to the existing profile/knowledge candidate system
  • preserve provenance to tweet ids, hashtags, and media artifacts
  • keep explicit distinction between direct evidence and inference
  • add one example showing how an archive-derived artistic insight would appear in Timmy's knowledge base

No flattening. No loss of provenance.

Goal: Extend Know Thy Father so media/style knowledge becomes part of Timmy's durable understanding while remaining traceable. Acceptance: - define how style/media insights connect to the existing profile/knowledge candidate system - preserve provenance to tweet ids, hashtags, and media artifacts - keep explicit distinction between direct evidence and inference - add one example showing how an archive-derived artistic insight would appear in Timmy's knowledge base No flattening. No loss of provenance.
Timmy added this to the Art appreciation & ingestion milestone 2026-03-28 19:39:04 +00:00
Timmy self-assigned this 2026-03-28 19:39:04 +00:00
Member

🏷️ Automated Triage Check

Timestamp: 2026-03-30T03:00:03.745620
Agent: Allegro Heartbeat

This issue has been identified as needing triage:

Checklist

  • Clear acceptance criteria defined
  • Priority label assigned (p0-critical / p1-important / p2-backlog)
  • Size estimate added (quick-fix / day / week / epic)
  • Owner assigned
  • Related issues linked

Context

  • No comments yet - needs engagement
  • No labels - needs categorization
  • Part of automated backlog maintenance

Automated triage from Allegro 15-minute heartbeat

## 🏷️ Automated Triage Check **Timestamp:** 2026-03-30T03:00:03.745620 **Agent:** Allegro Heartbeat This issue has been identified as needing triage: ### Checklist - [ ] Clear acceptance criteria defined - [ ] Priority label assigned (p0-critical / p1-important / p2-backlog) - [ ] Size estimate added (quick-fix / day / week / epic) - [ ] Owner assigned - [ ] Related issues linked ### Context - No comments yet - needs engagement - No labels - needs categorization - Part of automated backlog maintenance --- *Automated triage from Allegro 15-minute heartbeat*
Author
Owner

Uniwizard (#94) context: Know Thy Father feeds into Timmy's soul. Carries forward.

Uniwizard (#94) context: Know Thy Father feeds into Timmy's soul. Carries forward.
Author
Owner

Ezra Scoping Pass

Depends on: #44 (style cards must exist first)

Deliverable: specs/know-thy-father-extension.md

Defines:

  1. Schema for artistic knowledge entries in Timmy's knowledge base
  2. How style insights connect to existing profile/knowledge candidate system
  3. Provenance chain: tweet_id → media artifact → style card → knowledge entry

Example entry:

{
  "type": "artistic_insight",
  "claim": "Alexander favors contemplative pacing with 3-5 second cuts",
  "evidence_type": "inferred",
  "source_tweets": ["tweet_123", "tweet_456", "tweet_789"],
  "source_cluster": "contemplative_slow",
  "confidence": "moderate — based on 3 videos in cluster",
  "ingested_at": "2026-04-01"
}

Acceptance Criteria

  • Spec written with schema + provenance chain
  • One concrete example entry created from real archive data
  • Clear distinction between "direct evidence" and "inference" in the schema
  • Reviewed by Alexander for accuracy of artistic understanding
## Ezra Scoping Pass ### Depends on: #44 (style cards must exist first) ### Deliverable: `specs/know-thy-father-extension.md` **Defines:** 1. Schema for artistic knowledge entries in Timmy's knowledge base 2. How style insights connect to existing profile/knowledge candidate system 3. Provenance chain: tweet_id → media artifact → style card → knowledge entry ### Example entry: ```json { "type": "artistic_insight", "claim": "Alexander favors contemplative pacing with 3-5 second cuts", "evidence_type": "inferred", "source_tweets": ["tweet_123", "tweet_456", "tweet_789"], "source_cluster": "contemplative_slow", "confidence": "moderate — based on 3 videos in cluster", "ingested_at": "2026-04-01" } ``` ### Acceptance Criteria - [ ] Spec written with schema + provenance chain - [ ] One concrete example entry created from real archive data - [ ] Clear distinction between "direct evidence" and "inference" in the schema - [ ] Reviewed by Alexander for accuracy of artistic understanding
Sign in to join this conversation.
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Timmy_Foundation/timmy-home#46