v0.2 progress

Live snapshot of the v0.2 task delivery progress. Numbers update by hand as merges land — last refresh on 2026-05-29.

v0.1.0-mvp shipped 12 of 12 tasks on 2026-05-28 (the walking skeleton for Python+pytest); see the v0.1.0-mvp release and the v0.1 entry in the changelog.

At-a-glance

v0.2.0 — Enterprise Test Framework Spine (released 2026-05-29)
  ████████████████████████████  16 of 16 tasks shipped + Triager follow-up

  Done:        #16  #17  #18  #19  #20  #21  #22  #23
               #24  #25  #26  #27  #28  #29  #30  #31  #32
               + Triager evidence-links (5d8f588)
  Release:     https://github.com/olafkfreund/TFactory/releases/tag/v0.2.0

Driver doc:    docs/plans/2026-05-28-enterprise-test-frameworks-design.md
Task plan:     docs/plans/2026-05-28-enterprise-test-frameworks-tasks.md

Shipped — 16 of 16 tasks

# Task Merge Tests added
#16 Task 0: Lane spine rename (functional / sast / dast / fuzz / mutation → unit / browser / api / integration / mutation) 1ae97f9 + 4 prior commits +25 alias coverage
#17 Task 1: Framework descriptor registry (pytest + Jest + Playwright at MVP) 1c92280 (7 commits) +45
#18 Task 2: .tfactory.yml schema + parser + validator (http / k8s / docker_compose / feature_flag targets) 6359590 +69
#19 Task 3: .tfactory/tests-catalog.json schema + 3-step AC-match lookup 51fcebd (6 commits) +50
#20 Task 4: Snapshotter extension — lifts .tfactory.yml + tests-catalog into workspace context 7b2fc8b (4 commits) +9
#21 Task 5: Planner per-subtask polyglot (language / framework / target_name / intent) 43e9ac1 (6 commits) +52
#22 Task 6: Gen-Functional generic — descriptor.context_block injection; v0.1 prompt preserved as legacy 4c006fb (6 commits) +25
#23 Task 7: Per-framework Docker runner images (pytest / jest / playwright) f3f88dd (5 commits) +6 (skipped when no daemon)
#24 Task 8: Browser-lane AppRuntime — docker-compose lifecycle + HTTP health-poll d2aa2ae (6 commits) +25
#25 Task 9: TypeScript Evaluator primitives (tsc / ESLint / Stryker) fde90ef (6 commits) +100
#26 Task 10: Evaluator coverage adapter — null-not-zero for Browser lane (Decision 11) 4ef9a51 (4 commits) +21
#28 Task 12: 15 starter test templates (5 each for Playwright / Jest / pytest) e58adfd (5 commits) +48
#29 Task 13: Skills + slash commands (/tfactory-init · /tfactory-add-test · /tfactory-from-template + handover update) 782259f (5 commits) +36
#30 Task 14: Portal endpoints — frameworks / templates / skills / catalog 94e711b (6 commits) +35 effective (43 declared; 8 hit the pre-existing starlette shim path)
#27 Task 11: Triager update-vs-create + catalog mutation (3-step lookup_by_ac decides UPDATE-in-place / CREATE-new / SKIP-locked) cd5396b (5 commits) +24
#31 Task 15: LaneStatusGrid full reskin (5 independently lit lanes) + tfactory init / tfactory migrate v0_1_catalog CLIs f4eb9aa (5 commits) +21 backend + 27 frontend
#32 Task 16: Test evidence capture (screenshots / video / trace / HAR) + retention enforcer + portal endpoint + frontend Evidence tab 654e77a (5 commits; commit 4 deferred for follow-up PR) +86

v0.2.0 — released 2026-05-29

All 16 v0.2 tasks merged to main and the Task 16 deferred commit 4 follow-up (Triager PR-comment evidence-links, 5d8f588) landed immediately afterwards. Annotated tag v0.2.0 pushed; GitHub Release live at https://github.com/olafkfreund/TFactory/releases/tag/v0.2.0. Release body mirrors the v0.2.0 CHANGELOG section.

The Triager follow-up was the only piece held back during the parallel batch (it block-waited on Task 11). It now ships portal evidence links per accepted/flagged candidate in triage_report.md so PR reviewers click straight from the comment to screenshots / video / trace.zip / network.har.

Test totals

Snapshot Backend tests Δ vs prior Notes
v0.1.0-mvp baseline (2026-05-28) 531 Walking skeleton — Python + pytest only
v0.2 in progress (post-batch-1, 2026-05-29) 1039 (7 skipped) +508 After 14 of 16 v0.2 tasks
v0.2 release candidate (post-batch-2, 2026-05-29) 1170 (7 skipped) +131 After all 16 v0.2 tasks — exceeded the +~110 forecast
v0.2.0 released (5d8f588, 2026-05-29) 1177 (7 skipped) +7 After Triager evidence-links follow-up
v0.2 post-release (HEAD bcc5c7d, 2026-05-29) 1225 (7 skipped) +48 Starlette .content.body shim sweep + showcase + iframe demo

The 7 skips are the docker-runner smoke tests (#23) — they require a live daemon and gracefully skip when none is present.

Pipeline status

  Planner ─► Gen-Functional ─► Executor ─► Evaluator ─► Triager
  (polyglot   (generic via      (DockerRunner    (5 signals;     (catalog-aware
   per #21)    descriptor #22)   + AppRuntime     null coverage;  in #27 →
                                  for Browser     TS primitives   evidence-links
                                  #24)            #25)            from 5d8f588)

All 16 v0.2 tasks shipped + the deferred Triager evidence-links follow-up landed. The pipeline is now end-to-end demonstrable — see the live v0.2.0 showcase running against olafkfreund/tfactory-demo.

v0.2.0 demo + showcase

A live end-to-end run published at /showcase/:

Health signals

Cross-references