myrmidex
  • Joined on 2026-02-08
myrmidex pushed to release/v0.3.0 at lvl0/buckets 2026-06-28 17:11:37 +02:00
f761f4a791 52 - Add logout with split authed/guest layouts
bc4483821c 52 - Add navigation links between login and register
4d641cae7f 52 - Add register screen with shared field-error parsing
fa7a7f9a2d 52 - Add login screen with data-router refactor and auth-module split
2d5f7d074a 52 - Add frontend dev-fe-* helpers to shell.nix
Compare 6 commits »
myrmidex commented on issue lvl0/buckets#62 2026-06-28 16:29:14 +02:00
Close test-coverage gaps and enforce a coverage threshold

Add: enable TypeScript strict mode (frontend)

Discovered during #52 review: the frontend tsconfig does NOT set "strict": true — only erasableSyntaxOnly, noUnusedLocals, `noUnusedPar…

myrmidex opened issue lvl0/buckets#62 2026-06-28 15:13:26 +02:00
Close test-coverage gaps and enforce a coverage threshold
myrmidex pushed to release/v0.3.0 at lvl0/buckets 2026-06-28 13:50:48 +02:00
244f9ec314 52 - Add application/json auth call path to api client
20c41c7a65 52 - Set up Vitest + RTL + MSW frontend test harness
Compare 2 commits »
myrmidex pushed to release/v0.3.0 at lvl0/buckets 2026-06-28 13:29:25 +02:00
5777946faf 52 - Add POST /api/register endpoint with validation
f76c7b9ecd 33 - Use theme tokens in primitives and replace template boilerplate
79367b3de0 33 - Add cookie-session API client for the dev proxy
28757d1e6b 33 - Add terminal UI primitives and base layout
d72b672b23 33 - Add Tailwind 4 and port the 80s terminal theme
Compare 8 commits »
myrmidex closed issue lvl0/buckets#33 2026-06-28 11:05:18 +02:00
Scaffold React/Vite SPA + port 80s aesthetic
myrmidex commented on issue lvl0/buckets#33 2026-06-28 11:05:07 +02:00
Scaffold React/Vite SPA + port 80s aesthetic

Resolved on release/v0.3.0 (6 commits: scaffold+compose service → Prettier → Tailwind 4 + theme → primitives + layout → API client → finish-phase token/hygiene cleanup).

Stood up the…

myrmidex closed issue lvl0/buckets#57 2026-06-27 23:20:33 +02:00
Backend: Bucket PATCH + DELETE operations
myrmidex commented on issue lvl0/buckets#57 2026-06-27 22:00:57 +02:00
Backend: Bucket PATCH + DELETE operations

Resolved on release/v0.3.0: b932228 (PATCH + priority-uniqueness validator), cb4af69 (DELETE), + a doc-tighten follow-up.

Adding new Patch() / new Delete() to Bucket's operations was…

myrmidex pushed to release/v0.3.0 at lvl0/buckets 2026-06-27 20:03:43 +02:00
cb4af693b1 57 - Add DELETE to the Bucket API
myrmidex pushed to release/v0.3.0 at lvl0/buckets 2026-06-27 17:33:15 +02:00
b932228759 57 - Add partial-update PATCH to the Bucket API with priority-uniqueness validation
myrmidex pushed to main at lvl0/buckets 2026-06-27 14:15:04 +02:00
468f60da7f 32 - Expose stateless distribution preview endpoint
myrmidex pushed to release/v0.3.0 at lvl0/buckets 2026-06-27 14:14:39 +02:00
e563816cb3 61 - Remove unused distribution_mode field from Scenario
e0e2f255ac 58 - Pin scenario create-from-UI contract with create→show round-trip and optional description
Compare 2 commits »
myrmidex closed issue lvl0/buckets#61 2026-06-27 14:13:58 +02:00
Remove unused distribution_mode field from Scenario
myrmidex closed issue lvl0/buckets#58 2026-06-27 14:13:56 +02:00
Backend: Scenario create-from-UI support (validation + defaults)
myrmidex commented on issue lvl0/buckets#61 2026-06-27 13:48:35 +02:00
Remove unused distribution_mode field from Scenario

Resolved in e563816 (on release/v0.3.0).

Removed the dead Scenario.distributionMode field — stored but never read (the allocation engine hardcodes even-splitting; getDistributionMode()

myrmidex commented on issue lvl0/buckets#58 2026-06-27 13:48:34 +02:00
Backend: Scenario create-from-UI support (validation + defaults)

Resolved in e0e2f25 (on release/v0.3.0).

Verdict was as the ticket suspected — thin, no production code needed. The existing POST /api/scenarios already satisfies create-from-UI…

myrmidex opened issue lvl0/buckets#61 2026-06-27 01:10:37 +02:00
Remove unused distribution_mode field from Scenario
myrmidex deleted branch feature/50-user-ownership from lvl0/buckets 2026-06-27 00:38:17 +02:00
myrmidex pushed to release/v0.3.0 at lvl0/buckets 2026-06-27 00:38:16 +02:00
473b88b54e 50 - Scope streams to the owner transitively via scenario
6dd8e2207f 50 - Scope Bucket reads to the owning Scenario's owner
064805eb09 50 - Scope Scenario reads to the authenticated owner
e4b1506ac5 50 - Stamp authenticated user as Scenario owner on write
Compare 4 commits »