ed
5033b401e6
Merge branch 'master' of C:\projects\manual_slop into tier2/any_type_componentization_20260621
2026-06-21 19:08:35 -04:00
ed
6275c860bf
conductor(spec+plan): add Phase 6e to follow-up - Tier 2 authoritative Phase 3 cost deduction
...
The follow-up track now includes Phase 6e: Tier 2 produces the authoritative
Phase 3 cost analysis as part of the follow-up work. Tier 2 is in
src/ai_client.py doing Phase 6b/6d anyway; they have full context to produce
the refined cost hypothesis that Tier 1's draft at PHASE3_HYPOTHETICAL_PROMOTION.md
could not (Tier 1 worked without the 6b/6d ground-truth context).
Tier 1's draft STAYS as the hypothesis doc. Tier 2's PHASE3_TIER2_ANALYSIS.md
is the refined version (per-sender cost summary + hidden call sites table
+ recommendations for the future Phase 3 track + cross-reference to Tier 1
explicit).
Phase 6e tasks (5 total, ~2 commits):
- t6e_1: Profile the 6 senders (codepath catalog + hidden cross-refs)
- t6e_2: Qualitative cost estimation per sender
- t6e_3: Identify hot iteration sites needing 'with h.lock:' pattern
- t6e_4: Author PHASE3_TIER2_ANALYSIS.md
- t6e_5: Phase 6e checkpoint commit + git note
Total estimated commits: 16 -> 18 (still within Tier 2 1-4 hour budget).
Files updated:
- conductor/tracks/phase2_4_5_call_site_completion_20260621/spec.md (+50 lines)
- conductor/tracks/phase2_4_5_call_site_completion_20260621/plan.md (+146 lines)
- conductor/tracks/phase2_4_5_call_site_completion_20260621/metadata.json (+13 lines)
- conductor/tracks/phase2_4_5_call_site_completion_20260621/state.toml (+9 lines)
- conductor/tracks.md (track 27 entry expanded with Phase 6e details)
2026-06-21 18:55:54 -04:00
ed
1a739ecef5
conductor(spec+plan): phase2_4_5_call_site_completion_20260621 + code_path_audit pre-flight adjustments + Phase 3 analysis
...
PHASE 2/4/5 FOLLOW-UP TRACK (Tier 1 decided SHINK to 6a + 6b + 6d):
- Phase 6a: Fix HookServer.broadcast() callers (app_controller.py + events.py + gui_2.py)
Adds tests/test_websocket_broadcast_regression.py with no-TypeError assertion
- Phase 6b: Complete _send_grok/_send_minimax/_send_llama OpenAICompatibleRequest migration
- Phase 6d: Update those 3 senders' NormalizedResponse to use UsageStats
Total: ~16 atomic commits, ~3 hours Tier 2 work. Unblocks code_path_audit_20260607.
CODE_PATH_AUDIT_20260607 PRE-FLIGHT ADJUSTMENTS (per handoffs):
- Add 2 new actions: provider_history_append + websocket_broadcast
- Add 5 micro-benchmarks: NormalizedResponse.__init__, WebSocketMessage.__init__,
UsageStats.__init__, ProviderHistory.lock, ToolSpec.__init__
- Add no-TypeError-errors-on-any-thread assertion (backs test_websocket_broadcast_regression.py)
- Add 89 fat-struct sites from ANY_TYPE_AUDIT_20260621.md as instrumented targets
- BLOCKER: phase2_4_5_call_site_completion_20260621 (broadcast() TypeError)
PHASE 3 HYPOTHETICAL ANALYSIS (separate doc):
docs/reports/PHASE3_HYPOTHETICAL_PROMOTION.md - dataclass definitions (already on tier2 branch),
per-provider codepath catalog (112 sites), qualitative cost estimation (~+1-2ms per session,
~+8-15us per _send_anthropic turn). Input for the audit; the audit quantifies the cost.
REGISTRATION:
conductor/tracks.md updated: new row 27 (follow-up), new row 28 (parent any_type_componentization),
row 17 (code_path_audit) updated with pre-flight adjustments note.
Files:
- conductor/tracks/phase2_4_5_call_site_completion_20260621/spec.md (NEW; 633 lines)
- conductor/tracks/phase2_4_5_call_site_completion_20260621/plan.md (NEW; 7 phases, 23 tasks)
- conductor/tracks/phase2_4_5_call_site_completion_20260621/metadata.json (NEW; 8.8KB)
- conductor/tracks/phase2_4_5_call_site_completion_20260621/state.toml (NEW; 11.8KB)
- docs/reports/PHASE3_HYPOTHETICAL_PROMOTION.md (NEW; 380 lines; qualitative cost analysis)
- conductor/tracks/code_path_audit_20260607/spec.md (MODIFIED; +93 lines Pre-Flight Adjustments)
- conductor/tracks.md (MODIFIED; +35 lines: 3 new entries + 1 stale row fix)
2026-06-21 18:32:02 -04:00
ed
089d5bdd75
Merge branch 'master' of C:\projects\manual_slop into tier2/any_type_componentization_20260621
2026-06-21 17:46:57 -04:00
ed
ea8bcdf389
conductor(entropy_epiplexity): Phase 5 Verification - end-of-track report + state.toml completed
2026-06-21 17:16:05 -04:00
ed
5e7d2b15fd
conductor(entropy_epiplexity): Phase 5 Verification - end-of-track report + state.toml completed
2026-06-21 17:16:05 -04:00
ed
275f34da6e
conductor(entropy_epiplexity): Phase 4 Synthesis - report.md (1,018 lines) + summary.md (341 words)
...
Deep-dive report covers all 8 sections per umbrella spec FR6:
- TL;DR: epiplexity as observer-relative information measure
- Key Concepts: 18 numbered concepts
- Frame Analysis: 176 unique frames from research talk
- Transcript Highlights: 10+ verbatim passages with timestamps
- Mathematical Content: 12 derivations (Shannon, Kolmogorov, Levin, sophistication, epiplexity)
- Connections: forward refs to 8 other videos
- Open Questions: 14 questions for Pass 2
- References: people, concepts, resources
Plus 9 appendices: concept map, transcript excerpts (C.1-C.12), math foundations (D.1-D.10), framework connections (E.1-E.7), cross-references (G.1-G.9), resources, final notes.
Lossless preservation per umbrella spec §0.
2026-06-21 17:15:10 -04:00
ed
038bebce04
conductor(entropy_epiplexity): Phase 4 Synthesis - report.md (1,018 lines) + summary.md (341 words)
...
Deep-dive report covers all 8 sections per umbrella spec FR6:
- TL;DR: epiplexity as observer-relative information measure
- Key Concepts: 18 numbered concepts
- Frame Analysis: 176 unique frames from research talk
- Transcript Highlights: 10+ verbatim passages with timestamps
- Mathematical Content: 12 derivations (Shannon, Kolmogorov, Levin, sophistication, epiplexity)
- Connections: forward refs to 8 other videos
- Open Questions: 14 questions for Pass 2
- References: people, concepts, resources
Plus 9 appendices: concept map, transcript excerpts (C.1-C.12), math foundations (D.1-D.10), framework connections (E.1-E.7), cross-references (G.1-G.9), resources, final notes.
Lossless preservation per umbrella spec §0.
2026-06-21 17:15:10 -04:00
ed
4a774eb341
conductor(verify): track completion artifacts - TRACK_COMPLETION + audit baselines + registry
...
Phase 6 (verification) artifacts for any_type_componentization_20260621.
The user handles the archive move (NOT done by Tier 2; reverted
a premature git mv per user instruction).
END-OF-TRACK REPORT (NEW):
- docs/reports/TRACK_COMPLETION_any_type_componentization_20260621.md
(289 lines)
- Per-phase results table (0/1/2/4/5 complete; 3 partial)
- 48 sites promoted (1:8 + 2:17 + 4:7 + 5:16); 41 sites deferred (Phase 3 call-site migration)
- 7 architectural invariants established (frozen=True pattern; TypeAlias;
JsonValue; ProviderHistory threading; SDK holders stay Any; etc.)
- Deferred-work section: provider_state_migration_2026MMDD follow-up track
STATE.TOML UPDATE:
- status: active -> completed
- current_phase: 2 -> 6
- (track stays at conductor/tracks/any_type_componentization_20260621/;
archive move is the user's responsibility per Tier 2 conventions)
AUDIT BASELINE REGENERATION:
- scripts/audit_weak_types.baseline.json: 112 -> 115 (regenerated)
- 3 net new sites added by the new src/ files (openai_schemas: 10;
log_registry: 10; provider_state: ?; api_hooks: ?). The new sites
are at to_dict() / from_dict() / Optional[tuple[...]] serialization
boundaries which are Pattern 5 (generic serialization; stay as Any).
- Both CI gates pass: STRICT OK: 115 <= 115; STRICT OK: 200 <= 207
TYPE REGISTRY REGENERATION (NEW/MODIFIED/DELETED):
- index.md: 18 -> 22 .md files
- src_api_hooks.md (NEW; Phase 5 WebSocketMessage)
- src_log_registry.md (NEW; Phase 4 Session + SessionMetadata)
- src_openai_schemas.md (NEW; Phase 2 ToolCall + ChatMessage + UsageStats + NormalizedResponse + OpenAICompatibleRequest)
- src_provider_state.md (NEW; Phase 3 ProviderHistory + _PROVIDER_HISTORIES)
- src_openai_compatible.md (DELETED; dataclasses moved to src_openai_schemas.md)
- src_type_aliases.md (MODIFIED; +JsonPrimitive + JsonValue)
- type_aliases.md (MODIFIED; registry index entry updated)
VERIFICATION COMMANDS (all pass):
uv run python scripts/audit_weak_types.py --strict
STRICT OK: 115 weak sites <= baseline 115
uv run python scripts/audit_dataclass_coverage.py --strict
STRICT OK: 200 weak sites <= baseline 207
uv run python scripts/generate_type_registry.py --check
Registry in sync (22 files checked)
~130 targeted tests pass across 13 test files (see TRACK_COMPLETION §4)
2026-06-21 17:07:22 -04:00
ed
5c5f347cf0
conductor(entropy_epiplexity): Phase 1-3 Acquire+Keyframes+OCR - transcript.json (~5k segments via yt-dlp), 176 unique frames (214 raw), OCR in 30s
...
Note: 364MB mp4 video. 176 frames after imagehash dedup (hamming<5).
2026-06-21 17:07:07 -04:00
ed
e9856388ae
conductor(entropy_epiplexity): Phase 1-3 Acquire+Keyframes+OCR - transcript.json (~5k segments via yt-dlp), 176 unique frames (214 raw), OCR in 30s
...
Note: 364MB mp4 video. 176 frames after imagehash dedup (hamming<5).
2026-06-21 17:07:07 -04:00
ed
901b1b0982
conductor(probability_logic): Phase 5 Verification - end-of-track report + state.toml completed
...
TRACK COMPLETE for child #2 . All 7 deliverable artifacts present, report.md 1045 lines (within 1000-10000 target), summary.md 333 words (within 200-400 target), no TBDs.
10 children + 1 synthesis remaining in campaign.
2026-06-21 16:46:19 -04:00
ed
cb85591fc8
conductor(probability_logic): Phase 4 Synthesis - report.md (1,045 lines) + summary.md (333 words)
...
Deep-dive report covers all 8 sections per umbrella spec FR6:
- TL;DR: probability as extension of logic
- Key Concepts: 32 numbered concepts
- Frame Analysis: 25 frames (12 chat-only, 13 presentation)
- Transcript Highlights: 16 verbatim passages with timestamps
- Mathematical Content: 15 derivations
- Connections: forward refs to 9 other videos
- Open Questions: 14 questions for Pass 2
- References: people, concepts, resources
Plus 6 appendices: concept map, lossless preservation audit, detailed transcript excerpts (sections C.1-C.15), math derivations (D.1-D.8), LLM connections, quick reference formulas.
Lossless preservation per umbrella spec §0.
2026-06-21 16:45:39 -04:00
ed
e19672b2e0
conductor(plan): Phase 3 partial - provider_state + tests; call-site migration deferred
2026-06-21 16:44:28 -04:00
ed
ca4826ab31
conductor(probability_logic): transcript_clean.txt (10k words) + presentation frame extractor
2026-06-21 16:41:42 -04:00
ed
4dd373d70d
conductor(probability_logic): Phase 3 OCR - 25 frames OCR'd in 1.8s via winsdk
2026-06-21 16:40:04 -04:00
ed
f855967bb8
conductor(probability_logic): Phase 2 Keyframes - 25 unique frames (threshold 0.05; low-motion math lecture)
2026-06-21 16:39:43 -04:00
ed
7478090e71
conductor(probability_logic): Phase 1 Acquire - transcript.json (3315 segments via yt-dlp VTT fallback) + video.log (84MB mp4 downloaded)
...
Generic reusable drivers added: phase1_acquire.py, phase2_keyframes.py, phase3_ocr.py take slug as arg for batch use across all 12 children.
2026-06-21 16:32:19 -04:00
ed
b942c3f8b9
conductor(plan): fill t2_9 SHA + phase_2 checkpoint
2026-06-21 16:31:19 -04:00
ed
4bfce93105
conductor(plan): mark Phase 2 complete (t2_6 deferred to Phase 3)
...
Phase 2 (openai_schemas) progress:
- t2_1-t2_5+t2_7-t2_8 (a96f946b ): 19 tests pass; NormalizedResponse +
OpenAICompatibleRequest refactored to dataclasses
- t2_6 (deferred): _send_grok + _send_minimax + _send_llama in
src/ai_client.py still use legacy NormalizedResponse(text=..., tool_calls=[], usage_*_tokens=...)
kwargs. These will be updated in Phase 3 (provider_state) as part of
the ai_client refactor.
- t2_9: Phase 2 checkpoint (commit hash filled in this commit)
current_phase: 2 -> 3
phase_2.status: pending -> completed
Next: Phase 3 - provider_state (15 tasks; the largest phase).
2026-06-21 16:30:29 -04:00
ed
fd95ea4879
conductor(cs229): Phase 5 Verification - end-of-track report + state.toml completed
2026-06-21 16:28:24 -04:00
ed
1872b66f68
conductor(cs229): Phase 4 Synthesis - report.md (1,157 lines, 100KB) + summary.md (364 words) + transcript_clean.txt
...
Deep-dive report covers all 8 sections per umbrella spec FR6:
- TL;DR: 6-pillar LLM training framework
- Key Concepts: 31 numbered concepts
- Frame Analysis: 115 frames organized by topic
- Transcript Highlights: 18 verbatim passages with timestamps
- Mathematical Content: 14 formal derivations
- Connections: forward refs to all 11 other videos
- Open Questions: 14 questions for Pass 2
- References: people, courses, papers, resources
Plus 11 appendices (A-O): full transcript sections, frame inventory, OCR reference, Q&A log, glossary, cross-references, future work.
Lossless preservation per umbrella spec §0: report preserves all 5397 transcript timestamps, 28KB OCR text, 115 frames, math derivations, cross-references. R5 mitigation verified (yt-dlp works despite oEmbed 401).
Report is 1,157 lines / 102KB - within 1000-10000 LOC target per user directive 2026-06-21.
2026-06-21 16:27:15 -04:00
ed
0318bfe9e2
conductor(plan): fill t1_8 commit_sha + phase_1 checkpoint
2026-06-21 16:16:34 -04:00
ed
9961e437fb
conductor(plan): mark t1_1-t1_7 complete + Phase 1 done (t1_8 partial)
...
Phase 1 (mcp_tool_specs) commits:
- t1_1+t1_2+t1_3 (96007ebd ): tests/test_mcp_tool_specs.py (11 tests) + src/mcp_tool_specs.py (45 ToolSpec registrations) + generator scripts
- t1_4 (747e3983 ): refactor mcp_client.py (removed 774 lines of dict literals; 3 call sites updated)
- t1_5 (8bcde094 ): refactor ai_client.py (3 TOOL_NAMES sites updated)
- t1_6+t1_7: cross-module invariant verified; 45/45 tests pass
- t1_8 (in_progress): Phase 1 checkpoint (commit hash filled in this commit)
state.toml updates:
- current_phase: 1 -> 2
- phase_1.status: pending -> completed
- t1_1..t1_7: pending -> completed (with commit_sha)
Next: Phase 2 - openai_schemas (9 tasks).
2026-06-21 16:15:59 -04:00
ed
c4686787b6
conductor(cs229): Phase 3 OCR - 115 frames OCR'd in 5.1s via winsdk (28KB markdown)
2026-06-21 16:12:18 -04:00
ed
91a96ce139
conductor(cs229): Phase 2 Keyframes - 115 unique frames extracted (147 raw, 32 dupes removed by phash+hamming=5)
2026-06-21 16:11:34 -04:00
ed
0bc8abbe9a
conductor(cs229): Phase 1 Acquire - transcript.json (5397 segments via yt-dlp VTT fallback) + video.log (yt-dlp success for 336MB mp4, R5 verified)
...
Fix extract_transcript.py: YouTubeTranscriptApi.get_transcript() (not .fetch()). youtube-transcript-api v1.2.4 uses class method get_transcript(video_id), not instance .fetch().
R5 mitigation: yt-dlp's VTT auto-sub extraction works where youtube-transcript-api fails (XML parse error on empty response). 5397 segments recovered.
Add gitignore patterns for video_analysis artifacts: *.mp4, *.vtt (regenerable). video.log intentionally tracked.
2026-06-21 16:08:15 -04:00
ed
bf1f11ed6c
conductor(plan): fill t0_5 commit_sha + phase_0 checkpoint
2026-06-21 16:00:05 -04:00
ed
6e6ba90e39
conductor(plan): mark t0_1-t0_4 complete + Phase 0 done (t0_5 partial)
...
Phase 0 (Shared scaffolding) commits:
- t0_1 (647ad3d4 ): tests/test_audit_dataclass_coverage.py (RED)
- t0_2 (cfdf8988 ): scripts/audit_dataclass_coverage.py + baseline.json (GREEN; baseline = 207)
- t0_3 (4e658dd2 ): src/type_aliases.py JsonPrimitive + JsonValue
- t0_4 (a28d8723 ): styleguide 12 'When to Promote TypeAlias to dataclass'
- t0_5 (in_progress): Phase 0 checkpoint (commit hash filled in this commit)
state.toml updates:
- current_phase: 0 -> 1
- phase_0.status: pending -> completed
- t0_1..t0_4: pending -> completed (with commit_sha)
- t0_5: pending -> in_progress
Next: Phase 1 - mcp_tool_specs (8 tasks).
2026-06-21 15:59:36 -04:00
ed
a28d8723a8
docs(styleguide): add 12 'When to Promote TypeAlias to dataclass' (t0_4)
...
Phase 0 of any_type_componentization_20260621. Adds the canonical
decision rule that future contributors can apply without re-deriving:
- TypeAlias conditions: open shape, self-describing, transient
- dataclass(frozen=True) conditions: known fields, multi-site access,
stable serialization, shared across modules
- The src/vendor_capabilities.py reference pattern (5 properties)
- Decision tree
- The 5 worked examples (89 sites promoted per the audit)
- Cross-references to audit scripts + input artifact + track
This is the canonical artifact for the 'when to dataclass' question;
subsequent phases refer to it via 'see styleguide 12' rather than
re-deriving the rule.
2026-06-21 15:58:42 -04:00
ed
3669ce590c
conductor(plan): author plan.md for any_type_componentization_20260621
...
The spec.md was approved 2026-06-21 without a plan.md (the metadata.json
noted 'plan.md (to be authored by writing-plans skill after spec
approval)'). This plan mirrors the state.toml's per-task ledger and
specifies the TDD protocol, tier-3 delegation conventions, hard bans,
failcount contract, and per-phase verification commands.
Plan structure: 7 phases, 61 tasks, ~50 atomic commits per the spec.
Reads all 13 conductor/code_styleguides/*.md per the agent mandate.
2026-06-21 15:53:28 -04:00
ed
f1c23c7da5
conductor(plan): any_type_componentization_20260621 - 7 phases, 23 tasks, ~150 TDD steps
...
Implements the 5 fat-struct candidates from docs/reports/ANY_TYPE_AUDIT_20260621.md:
- Phase 0: JsonValue TypeAlias + audit_dataclass_coverage.py + styleguide section 12
- Phase 1: src/mcp_tool_specs.py (P1, 8 sites)
- Phase 2: src/openai_schemas.py (P1, 17 sites)
- Phase 3: src/provider_state.py (P2, 41 sites)
- Phase 4: src/log_registry.py Session (P2, 7 sites)
- Phase 5: src/api_hooks.py WebSocketMessage (P3, 16 sites)
- Phase 6: verify + docs + archive
Blocked by data_structure_strengthening_20260606 (pending merge).
Sequencing: NOT blocked by code_path_audit_20260607 (orthogonal tracks).
Tier 2 autonomous sandbox will execute via:
/tier-2-auto-execute any_type_componentization_20260621
Spec: conductor/tracks/any_type_componentization_20260621/spec.md (approved 2026-06-21)
Plan: this commit
State: conductor/tracks/any_type_componentization_20260621/state.toml
Metadata: conductor/tracks/any_type_componentization_20260621/metadata.json
2026-06-21 15:46:25 -04:00
ed
46a2245658
conductor(plan): mark Phase 0+1+2 init tasks complete in umbrella plan.md
2026-06-21 15:45:39 -04:00
ed
365fa554d9
conductor(plan): mark Phase 0+1 complete + Phase 2 init complete in umbrella state.toml
2026-06-21 15:42:39 -04:00
ed
c1a15c45c5
conductor(tracks): scaffold plan.md + metadata.json + state.toml for 12 child + 1 synthesis tracks
2026-06-21 15:41:38 -04:00
ed
ed0d198afe
feat(video_analysis): ocr_frames.py with TDD (4 tests, winsdk + tesseract backends)
2026-06-21 15:35:41 -04:00
ed
a22e0f5473
Merge branch 'tier2/data_structure_strengthening_20260606'
2026-06-21 15:15:22 -04:00
ed
3529161b0f
conductor(track): add TIER2_STARTER.md for video_analysis_campaign dispatch
...
3 prompt templates for Tier 2 autonomous agents:
1. Umbrella Tier 2 (Phase 0+1+2 init): installs tooling, builds 5 scripts, scaffolds 12 children
2. Per-child Tier 2 (one child's 5-phase pipeline): Acquire, Keyframes, OCR, Synthesis, Verification
3. Synthesis Tier 2 (after all 12 children): cross-cutting per_video_summary.md + report.md
Includes: file-read order, key risks, hard constraints, verification criteria, per-track Tier 2 dispatch commands, and a quick-reference table.
2026-06-21 15:13:24 -04:00
ed
6533b7120c
conductor(plan): enhance video_analysis_campaign plan with bite-sized Phase 0+1
...
Phase 0 (4 tasks): yt-dlp install, cv2/imagehash/PIL install, OCR backend decision, scripts/ namespace scaffold
Phase 1 (5 tasks = 5 scripts): extract_transcript.py (8 tests), download_video.py (5 tests), extract_keyframes.py (4 tests), ocr_frames.py (4 tests), synthesize_report.py (5 tests)
Phase 2-4: brief pointers (per-child plans deferred to Tier 2 during execution)
Total: 26 unit tests across 5 test files. All scripts follow Result[T] convention + 1-space indent + type hints per project styleguides.
2026-06-21 15:08:20 -04:00
ed
de01131349
conductor(tracks): Register video_analysis_campaign_20260621 as active research track (row 26)
...
- Added row 26 in Active Tracks table: priority A (research), independent, multi-pass handoff
- Added detailed section under 'Active Research Tracks (2026-06+)' so the anchor link resolves
- Documents: 12 videos in 5 clusters, per-child deliverables, reusable tooling, Phase 0 blockers, Pass 2/3 handoff contract
2026-06-21 15:05:58 -04:00
ed
1b40fa5345
conductor(video_analysis): Initialize 12 child + 1 synthesis spec scaffolds
...
Each child spec is lightweight (~100 lines): references the umbrella, gives video details, specifies the 7 deliverables (transcript.json, frames/, ocr.md, report.md 1000-10000 LOC, summary.md), and the 5-phase pipeline.
Children in execution order:
1. cs229_building_llms (Stanford CS229, Cluster E)
2. probability_logic (Cluster A)
3. entropy_epiplexity (Cluster A)
4. score_dynamics_giorgini (Cluster A)
5. platonic_intelligence_kumar (Cluster B)
6. free_lunches_levin (Cluster B)
7. generic_systems_fields (Cluster C)
8. brain_counterintuitive (Cluster C)
9. neural_dynamics_miller (Cluster C)
10. multiscale_hoffman (Cluster C)
11. cs336_architectures (Stanford CS336, Cluster E)
12. creikey_dl_cv (Cluster D)
Plus 1 synthesis track (video_analysis_synthesis_20260621) blocked_by all 12 children.
2026-06-21 15:03:10 -04:00
ed
b184250b78
conductor(video_analysis_campaign): Initialize umbrella track + 12 child + 1 synthesis scaffold
...
Pass 1 of 3 user research campaign (12 videos, 5 clusters).
- Umbrella: spec.md (full design), plan.md, metadata.json, state.toml, README.md
- Multi-pass framing (Pass 2 de-obfuscation, Pass 3 projection)
- Lossless preservation directive (1000-10000 LOC per video report target)
- Tooling prerequisites: yt-dlp, cv2, imagehash install in repo venv
- 5 reusable scripts to live in scripts/video_analysis/ (TDD)
- 12 children + 1 synthesis = 14 folders total
2026-06-21 15:02:44 -04:00
ed
c4c45d4a54
conductor(plan): rewrite chronology_20260619 plan for v2 (11 phases, 4 pause points)
...
Replaces the v1 plan (10 phases, single-stage cross-check) with an 11-phase
plan that executes the v2 spec's git-history classifier + 3-stage cross-check
+ 30% quality gate. Plan Phase 2 = Spec Phase 2 part 1; renumbering shifts
from Plan Phase 4 onwards (per the spec-vs-plan mapping in the summary table).
11 phases, 28 tasks, 4 hard pause points (Plan Phase 6 quality gate, Plan
Phase 7 Tier 1 review, Plan Phase 10 user sign-off, plus the Plan Phase 6
ABORT fallback to manual review). TDD red+green cycles for Phases 2-4 (8
new tests for _classify_status + 4 for extract_summary + 3 for format_markdown
+ 5 for the quality gate).
Test runner: scripts/run_tests_batched.py (per Tier 2 sandbox rule #1 ).
Throw-away scripts: scripts/tier2/artifacts/chronology_20260619/ (rule #4 ).
Default branch: master (rule #2 ). Line endings: preserve existing (rule #3 ).
2026-06-21 14:12:03 -04:00
ed
5c9249659f
conductor(spec): rewrite chronology_20260619 spec for v2 (git-history classifier + 30% quality gate)
...
The first run shipped chronology.md with a status classifier that read stale
metadata.json.status, marking 167/216 rows with wrong status. This v2 spec
replaces FR1 (5-value status enum + per-row evidence + confidence), FR5
(git-history classifier with the 5-step algorithm from the handover), FR6
(3-stage cross-check), and adds FR7 (classifier quality gate at 30% low
confidence threshold with abort-to-manual-review fallback).
Substantive changes from v1:
- 7 FRs (was 6); FR7 is new
- 14 VCs (was 12); VC10-VC14 are new
- 10 Risks (was 9)
- 5-value status enum: Active / In Progress / Completed / Abandoned / Special
(was 6-value: Shipped/Superseded/etc.)
- Per-row evidence line format documented with worked example
- 'Needs Review' section as a 5th section in chronology.md
- Quality gate hard-codes the user's 'A only if classifier is good, else B'
fallback design from chat 2026-06-21
Out of scope: 24 v1 commits + conductor/chronology.md.broken-v1 remain as the
foundation; this is a continuation, not a re-do. state.toml still shows
current_phase=10 from v1's false completion; the Tier 2 implementing agent
will reset it in Phase 1.4 of the plan.
2026-06-21 14:08:40 -04:00
ed
6210410cda
conductor(plan): mark all phases/tasks complete in data_structure_strengthening_20260606
2026-06-21 13:07:58 -04:00
ed
bb4d85e4b4
conductor(tracks): mark data_structure_strengthening_20260606 as shipped
2026-06-21 13:05:52 -04:00
ed
d3205c7253
conductor(archive): ship data_structure_strengthening_20260606 to archive
2026-06-21 13:03:34 -04:00
ed
c9c5abfbae
docs(product-guidelines): add Data Structure Conventions section
2026-06-21 13:01:19 -04:00
ed
7a52fca588
docs(styleguide): add canonical reference for type aliases convention
2026-06-21 12:59:41 -04:00
ed
c147238970
conductor(plan): mark Phase 1 complete in data_structure_strengthening_20260606
2026-06-21 12:45:05 -04:00