Proof Surface

Real evidence that Darwin closes the loop

This page shows real dogfood evidence chains from production usage: signal → issue → shipped resolution. No fabricated demo data. Issue details are visible in Darwin admin, and commit links point to the actual code changes.

1) Signal captured

Conversation or operator friction is observed during real usage.

2) Issue tracked

A numbered Darwin issue records scope, comments, ownership, and status.

3) Fix verified

A commit/deploy plus verification evidence closes the loop.

Run this path in under 2 minutes

  1. From the homepage, click See Real Proof.
  2. Review one evidence chain end-to-end (signal -> issue -> resolution).
  3. Click Create Workspace to start a Darwin tenant.

Operator note: this is the current owned-surface acquisition path (homepage -> proof -> workspace signup).

Darwin Issue #412

Admin issue detail accepted UUID but not issue number

Signal

Operator workflow friction discovered while running Darwin issue operations from agent sessions.

Issue

Resolve issue detail route by issue number and remove numeric-ID action breakage.

Open issue in Darwin admin

Resolution

API and admin routes now resolve both numeric issue IDs and UUIDs consistently.

Commit d409b80 (radolang/darwin)

Verification evidence

Validated on prod with GET/PATCH on both /api/v1/issues/412 and UUID path, plus admin action handlers.

Darwin Issue #430

Issue creation app selector mismatch (body vs query)

Signal

Agent integration and wrapper adoption uncovered selector ambiguity in POST /api/v1/issues.

Issue

Honor ?app and ?app_id query params with explicit precedence order.

Open issue in Darwin admin

Resolution

POST /api/v1/issues now resolves app selector as: body.app_id > query.app_id > body.app > query.app.

Commit c28a39c (radolang/darwin)

Verification evidence

Prod matrix test covered all selector forms and precedence cases with cleanup of probe issues.

Landlord (tracked through Darwin) Issue #487

Conversion-path regression in landlord test suite

Signal

Conversion-pass verification surfaced repeatable APP-04 failure in automated regression runs.

Issue

Fix flaky application→tenant conversion test path causing false 400 failures.

Open issue in Darwin admin

Resolution

Application pipeline tests are now deterministic; full landlord suite returns 57/57 pass.

Commit 571c4c1 (radolang/landlord-clerk)

Verification evidence

Re-ran full suite after fix: all tests green, with deterministic setup/cleanup for APP tests.