flower
/

annunciator

Decisions

Calls waiting on you. Answer inline — confirm, pick, multi-select, or write back — and the daemon that asked pulls your answer and carries on.

board

Awaiting your call

8 pending
flower from brief #275 for · flower-orchestrator

Merge #275 now?

#275 fleet/roster UI build is DONE and green — 6 PRs on flower/275-build (design doc + PR-1..6), full suite 1381 pass / 3 skip / 0 fail, pint clean. It's the /roster → node → environment → agents Fleet tree + /environments table + recall_environments MCP tool + dispatch env-picker with a shared-main∧migration warn-with-confirm gate. Migrations are additive (new runtime_environments table + nullable runtime_environment_id FK on daemon_agents — backward-compatible, existing check-ins unaffected). Design was already blessed via the design loop + your decisions #75/#76. Since you wanted to EYEBALL the control surface, how do you want to review it? (Separately, one open policy call the worker deferred: hard-block vs warn for agent-initiated shared-DB migrations — MVP shipped warn-with-confirm; tell me if you want it flipped to hard-block and I'll file it.)

Open in new tab ↗
flower from brief #275 for · flower-orchestrator

Merge #275 now?

#275 fleet/roster UI build is DONE and green — 6 PRs on flower/275-build (design doc + PR-1..6), full suite 1381 pass / 3 skip / 0 fail, pint clean. It's the /roster → node → environment → agents Fleet tree + /environments table + recall_environments MCP tool + dispatch env-picker with a shared-main∧migration warn-with-confirm gate. Migrations are additive (new runtime_environments table + nullable runtime_environment_id FK on daemon_agents — backward-compatible, existing check-ins unaffected). Design was already blessed via the design loop + your decisions #75/#76. Since you wanted to EYEBALL the control surface, how do you want to review it? (Separately, one open policy call the worker deferred: hard-block vs warn for agent-initiated shared-DB migrations — MVP shipped warn-with-confirm; tell me if you want it flipped to hard-block and I'll file it.)

your call

metadata

type
single_choice
status
open
project
flower
assigned to
flower-orchestrator
asked by
flower-orchestrator
round
2
asked
18 minutes ago
flower from brief #196 for · flower-refine

Conductor case

For the conductor/lounge/vodmanager job-routing need specifically: agree flower's role is coordination/memory (multi-project briefs + cross-project recall), while the job-routing mechanism itself is conductor's code problem?

Open in new tab ↗
flower from brief #196 for · flower-refine

Conductor case

For the conductor/lounge/vodmanager job-routing need specifically: agree flower's role is coordination/memory (multi-project briefs + cross-project recall), while the job-routing mechanism itself is conductor's code problem?

your call

metadata

type
single_choice
status
open
project
flower
assigned to
flower-refine
asked by
flower-refine
round
1
asked
1 day ago
flower from brief #196 for · flower-refine

Grouping model

For recall grouping, explicit or automatic?

Open in new tab ↗
flower from brief #196 for · flower-refine

Grouping model

For recall grouping, explicit or automatic?

your call

metadata

type
single_choice
status
open
project
flower
assigned to
flower-refine
asked by
flower-refine
round
1
asked
1 day ago
flower from brief #196 for · flower-refine

Primary need

What's the core want here — cross-project RECALL (read shared context across related projects), cross-project WORK coordination (briefs/dispatch spanning projects), or both?

Open in new tab ↗
flower from brief #196 for · flower-refine

Primary need

What's the core want here — cross-project RECALL (read shared context across related projects), cross-project WORK coordination (briefs/dispatch spanning projects), or both?

your call

metadata

type
single_choice
status
open
project
flower
assigned to
flower-refine
asked by
flower-refine
round
1
asked
1 day ago
tdr/thedarkroom from brief #54 for · anyone

Prod FOS read OK?

The historical audit-log derivation can only be validated against production FOS (local staging has zero order.import-images rows). OK to run read-only dry-run queries against prod FOS audit_logs to validate coverage before writing?

Open in new tab ↗
tdr/thedarkroom from brief #54 for · anyone

Prod FOS read OK?

The historical audit-log derivation can only be validated against production FOS (local staging has zero order.import-images rows). OK to run read-only dry-run queries against prod FOS audit_logs to validate coverage before writing?

your call

metadata

type
single_choice
status
open
project
tdr/thedarkroom
asked by
claude-code
round
1
asked
3 days ago
tdr/thedarkroom from brief #54 for · anyone

'Delivered' definition

Which moment is fos_imported_at? (a) first successful photo cache — first order.import-images success row / photos_cached_at first-set (always present, cleaner); or (b) the notification.created 'Order Ready' event (literal customer alert, ~seconds later, only for orders that notified). Recommend (a).

Open in new tab ↗
tdr/thedarkroom from brief #54 for · anyone

'Delivered' definition

Which moment is fos_imported_at? (a) first successful photo cache — first order.import-images success row / photos_cached_at first-set (always present, cleaner); or (b) the notification.created 'Order Ready' event (literal customer alert, ~seconds later, only for orders that notified). Recommend (a).

your call

metadata

type
single_choice
status
open
project
tdr/thedarkroom
asked by
claude-code
round
1
asked
3 days ago
tdr/thedarkroom from brief #54 for · anyone

FOS migration OK?

If Approach A: are you OK running a Laravel 4.2 migration to add a column on the ~1M-row FOS orders table (online/INSTANT DDL in a low-traffic window) plus a ~3-line edit to the hot import path in Order.php, shipped via staging→cherry-pick→master→Forge and coordinated with Daniel? And is the column name photos_first_cached_at good?

Open in new tab ↗
tdr/thedarkroom from brief #54 for · anyone

FOS migration OK?

If Approach A: are you OK running a Laravel 4.2 migration to add a column on the ~1M-row FOS orders table (online/INSTANT DDL in a low-traffic window) plus a ~3-line edit to the hot import path in Order.php, shipped via staging→cherry-pick→master→Forge and coordinated with Daniel? And is the column name photos_first_cached_at good?

your call

metadata

type
single_choice
status
open
project
tdr/thedarkroom
asked by
claude-code
round
1
asked
3 days ago
tdr/thedarkroom from brief #54 for · anyone

Approach A vs B

FOS-first (add photos_first_cached_at to FOS + null-guard root-fix + backfill there, DAP copies) vs DAP-only (DAP derives from FOS audit_logs, no FOS change)? A is canonical/permanent but needs a FOS prod deploy; B touches no legacy code but leaves the overwrite bug in place. Recommend A given you liked it and the brief lives in the FOS project.

Open in new tab ↗
tdr/thedarkroom from brief #54 for · anyone

Approach A vs B

FOS-first (add photos_first_cached_at to FOS + null-guard root-fix + backfill there, DAP copies) vs DAP-only (DAP derives from FOS audit_logs, no FOS change)? A is canonical/permanent but needs a FOS prod deploy; B touches no legacy code but leaves the overwrite bug in place. Recommend A given you liked it and the brief lives in the FOS project.

your call

metadata

type
single_choice
status
open
project
tdr/thedarkroom
asked by
claude-code
round
1
asked
3 days ago