2026-07-16 09:15:38 +02:00
|
|
|
# Autopilot Work Queue
|
|
|
|
|
|
|
|
|
|
> Status: live document — evergreen Green/Blue work any agent may pull when
|
|
|
|
|
> idle. Keep ordered by leverage; never let it run empty (OperatingRhythm.md).
|
CUST-WP-0061-T05: retarget queue closures to WORK-RECORDS.md (generated)
Convention change, not new code: closing an item now means setting its
terminal status (status: closed/resolved/done + outcome where
applicable) directly on the item's own yaml block in place, instead of
deleting it and hand-writing a bullet in a separate "Completed"/
"Resolved decisions" log. WORK-RECORDS.md (CUST-WP-0061-T04, generated
by fix-consistency's C-33) already lists every closed/resolved/done
record with status/lane/source -- that supersedes the hand-maintained
logs as the going-forward view.
- AutopilotWorkQueue.md: closing note added; "## Completed" relabeled
"(historical -- pre-canon, 2026-07-21)", frozen as-is, nothing
migrated or deleted
- DecisionQueue.md: closing note added -- its "## Resolved decisions"
entries were already structured as in-place yaml blocks with
status: resolved (ahead of AWQ's convention already), so this only
clarifies the log is superseded going forward, no structural change
- OfficeHourQueue.md: closing note added -- items already live under
"## Queued items" with status: queued|prepared|done in place, no
separate log ever existed here
- OperatingRhythm.md: queue-hygiene checklist updated to describe
in-place status transitions instead of "moved to the log"; added
item 5 noting WORK-RECORDS.md needs no hand-maintenance
Re-ran fix-consistency: WORK-RECORDS.md content unchanged (correctly
idempotent -- these were prose-only edits, no yaml block content
changed).
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-21 01:54:40 +02:00
|
|
|
>
|
|
|
|
|
> **Closing an item (CUST-WP-0061-T05, 2026-07-21):** set `status: closed`
|
|
|
|
|
> and `outcome: promoted | declined | absorbed` directly on the item's own
|
|
|
|
|
> yaml block in place — don't delete it and hand-write a bullet below.
|
|
|
|
|
> `statehub fix-consistency` (C-32/C-33) registers the closure and
|
|
|
|
|
> regenerates `WORK-RECORDS.md`, which is the generated, always-current
|
|
|
|
|
> view of every closed item (id, status, lane, source) — that replaces the
|
|
|
|
|
> "## Completed" log below as the going-forward record. The entries already
|
|
|
|
|
> in "## Completed" are historical (pre-canon) and stay as prose; nothing
|
|
|
|
|
> there needs migrating.
|
2026-07-16 09:15:38 +02:00
|
|
|
|
|
|
|
|
## Queue
|
|
|
|
|
|
|
|
|
|
```yaml
|
|
|
|
|
id: AWQ-002
|
|
|
|
|
title: "Map self-billed Eigenentwicklung invoices to ecosystem capabilities as IP evidence"
|
|
|
|
|
lane: green
|
|
|
|
|
pulls_from: [RISK-002, EcosystemMap.md IP note]
|
|
|
|
|
notes: "Inputs live in DUO Belegablage / 2binky archive; prepare mapping table, founder verifies"
|
2026-07-21 00:47:49 +02:00
|
|
|
state_hub_intake_id: "019f81b5-3a56-7a01-ae75-f0f5373d4edc"
|
2026-07-16 09:15:38 +02:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
```yaml
|
|
|
|
|
id: AWQ-003
|
|
|
|
|
title: "Domain inventory: enumerate owned domains, propose primary company domain shortlist"
|
|
|
|
|
lane: green
|
|
|
|
|
pulls_from: [CompanyReactivationPlan.md digital presence]
|
2026-07-17 10:57:11 +02:00
|
|
|
notes: "Decision on primary domain is Yellow — prepare package only.
|
|
|
|
|
Evidence from mailbox scan c3c7e784 (2026-07-17, agt-rhythm-bridge):
|
|
|
|
|
(a) Sedo account exists (automailer@sedo.co.uk 'Your account at sedo.com',
|
|
|
|
|
2026-05-22) — possible parked/marketed domains, check Sedo portfolio;
|
|
|
|
|
(b) binky-hedgehog.com mail is hosted at IONOS — IONOS contract list is
|
|
|
|
|
the likely authoritative registrar inventory. Full enumeration needs
|
|
|
|
|
IONOS + Sedo account access (not available to agents; founder or
|
|
|
|
|
office-hour pull)."
|
2026-07-21 00:47:49 +02:00
|
|
|
state_hub_intake_id: "019f81b5-4080-74de-b4b3-571452510a04"
|
2026-07-16 09:15:38 +02:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
```yaml
|
|
|
|
|
id: AWQ-006
|
|
|
|
|
title: "Refine EcosystemMap cartography maturity values as repos are touched"
|
|
|
|
|
lane: green
|
|
|
|
|
pulls_from: [EcosystemMap.md cartography v0 caveat]
|
2026-07-21 00:47:49 +02:00
|
|
|
state_hub_intake_id: "019f81b5-45ac-7bb8-a238-652c2443e7f6"
|
2026-07-16 09:15:38 +02:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
## Pull protocol
|
|
|
|
|
|
|
|
|
|
Take the top item you can complete, mark it `in_progress` with your agent
|
|
|
|
|
name, finish or return it with a note. Completed items move to the log below
|
|
|
|
|
with a one-line outcome.
|
|
|
|
|
|
CUST-WP-0061-T05: retarget queue closures to WORK-RECORDS.md (generated)
Convention change, not new code: closing an item now means setting its
terminal status (status: closed/resolved/done + outcome where
applicable) directly on the item's own yaml block in place, instead of
deleting it and hand-writing a bullet in a separate "Completed"/
"Resolved decisions" log. WORK-RECORDS.md (CUST-WP-0061-T04, generated
by fix-consistency's C-33) already lists every closed/resolved/done
record with status/lane/source -- that supersedes the hand-maintained
logs as the going-forward view.
- AutopilotWorkQueue.md: closing note added; "## Completed" relabeled
"(historical -- pre-canon, 2026-07-21)", frozen as-is, nothing
migrated or deleted
- DecisionQueue.md: closing note added -- its "## Resolved decisions"
entries were already structured as in-place yaml blocks with
status: resolved (ahead of AWQ's convention already), so this only
clarifies the log is superseded going forward, no structural change
- OfficeHourQueue.md: closing note added -- items already live under
"## Queued items" with status: queued|prepared|done in place, no
separate log ever existed here
- OperatingRhythm.md: queue-hygiene checklist updated to describe
in-place status transitions instead of "moved to the log"; added
item 5 noting WORK-RECORDS.md needs no hand-maintenance
Re-ran fix-consistency: WORK-RECORDS.md content unchanged (correctly
idempotent -- these were prose-only edits, no yaml block content
changed).
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-21 01:54:40 +02:00
|
|
|
## Completed (historical — pre-canon, 2026-07-21)
|
|
|
|
|
|
|
|
|
|
> New closures go in the item's own block (`status: closed`) — see the
|
|
|
|
|
> note at the top of this file. This section is frozen history.
|
2026-07-16 09:15:38 +02:00
|
|
|
|
2026-07-19 14:26:55 +02:00
|
|
|
- **AWQ-010** (2026-07-19, agt-claude-workstation): promoted to workplan
|
|
|
|
|
**BINKY-WP-0005** (registered in hub). Integration package delivered:
|
|
|
|
|
`integrations/qonto-mcp.md` design (self-hosted qonto-mcp-server, NOT the
|
|
|
|
|
hosted OAuth connector; read-only via harness allow-list; OpenBao lane
|
|
|
|
|
`tenants/binky/qonto/api`) + DEC-2026-004 for the founder Red-lane API-key
|
|
|
|
|
provision. First pull (T05) waits on the decision.
|
2026-07-17 10:54:52 +02:00
|
|
|
- **AWQ-009** (2026-07-17, agt-claude-workstation): Stripe webhook failure
|
|
|
|
|
diagnosed — stale endpoint `api.preprod.blobr.dev` from the defunct Blobr
|
|
|
|
|
integration, DNS dead, monthly Stripe digests since April. Fix is a
|
|
|
|
|
founder dashboard action → prepared as OH-2026-005. No live revenue
|
|
|
|
|
impact identified from this endpoint itself.
|
2026-07-16 15:02:48 +02:00
|
|
|
- **AWQ-005** (2026-07-16, agt-rhythm-bridge): one-page website copy drafted
|
|
|
|
|
at `website/one-pager-draft.md` using the ratified transition wording;
|
|
|
|
|
flagship offer described without public pricing. Publishing blockers listed
|
|
|
|
|
in the draft: domain decision (AWQ-003), Impressum details (OH-2026-004),
|
|
|
|
|
offer-publishing decision — all Yellow.
|
|
|
|
|
- **AWQ-008** (2026-07-16): paper-mail intake pipeline designed —
|
|
|
|
|
`integrations/paper-mail-intake.md` + metadata log `mailmeta/mail-log.md`.
|
|
|
|
|
Drop: `~/2binky/mailinbox/` (one-time `mkdir -p ~/2binky/mailinbox/to-duo`
|
|
|
|
|
by founder); weekly Monday triage; scans stay out of git. Operation starts
|
|
|
|
|
with the first scan drop.
|
2026-07-16 10:59:04 +02:00
|
|
|
- **AWQ-004** (2026-07-16, BINKY-WP-0003-T03): cost & run-rate table v1 at
|
|
|
|
|
`finance/CostRunRate.md`. New findings: private-card company costs
|
|
|
|
|
(bubble.io $32/mo + AI subs), open 450 € Binect receivable, desk contract
|
|
|
|
|
runs to 2027-04; desk rent + Qonto plan amounts await the Qonto pull
|
|
|
|
|
(OH-2026-003).
|
2026-07-16 10:56:17 +02:00
|
|
|
- **AWQ-001** (2026-07-16, BINKY-WP-0003-T02): audit template v1 at
|
|
|
|
|
`templates/OK-Audit-Template-v1.md` — customer-ready, company-agnostic;
|
|
|
|
|
flagship-offer dependency cleared. Note: `audit-core` repo is event
|
|
|
|
|
logging, not the right home; template stays here for now.
|
2026-07-16 10:50:29 +02:00
|
|
|
- **AWQ-007** (2026-07-16, BINKY-WP-0003-T01): company-email → OpenBao
|
|
|
|
|
integration prepared — vault path, secrets-engine catalog draft, and
|
|
|
|
|
email-connect wiring in `integrations/company-email-openbao.md`. Remaining
|
|
|
|
|
steps (provider facts, Red-lane credential handover) tracked in that
|
|
|
|
|
document's checklist.
|