docs: webhook delivery resolved, status bumped to v0.6.6
Confirmed via prod check:
- processed_webhook_events: 4 rows, latest evt_1TY98u0AcRNJbwd4vkSfLZZI
at 2026-05-17 18:10:25 UTC (checkout.session.completed).
- transactions: 1 row, status=completed (the 2026-05-17 $5 purchase
matching testaccount123 buyer_id from the original incident).
- 0 pending transactions.
- No webhook activity in the last 3 days simply because there has been
no checkout activity (pre-launch).
Whatever happened in the Stripe Dashboard between 2026-05-16 and
2026-05-17 cleared the delivery issue. No code change involved.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2 files changed,
+3 insertions,
-3 deletions
| 3551 |
3551 |
|
|
| 3552 |
3552 |
|
[[package]]
|
| 3553 |
3553 |
|
name = "makenotwork"
|
| 3554 |
|
- |
version = "0.6.5"
|
|
3554 |
+ |
version = "0.6.6"
|
| 3555 |
3555 |
|
dependencies = [
|
| 3556 |
3556 |
|
"anyhow",
|
| 3557 |
3557 |
|
"argon2",
|
| 2 |
2 |
|
|
| 3 |
3 |
|
## Status
|
| 4 |
4 |
|
|
| 5 |
|
- |
v0.6.5 deployed 2026-05-20. Audit grade A (Run 26 was 2026-05-09). ~88K LOC, 1,504 lib tests, 0 warnings. Migration 116 applied (founder pricing). Sprints 1-9 + Library View Split + Founder Pricing engineering + UX consolidation pass complete (see `todo_done.md`). Content seeded: AF 0.4.0 + GO 0.3.1 on discover page.
|
|
5 |
+ |
v0.6.6 deployed 2026-05-20 (CSS dedup phases 2-5, no migrations; CSS-only refactor). Audit grade A (Run 26 was 2026-05-09). ~88K LOC, 1,504 lib tests, 0 warnings. Migration 116 applied (founder pricing) in 0.6.5. Sprints 1-9 + Library View Split + Founder Pricing engineering + UX consolidation pass + CSS dedup phases 2-5 complete (see `todo_done.md`). Content seeded: AF 0.4.0 + GO 0.3.1 on discover page.
|
| 6 |
6 |
|
|
| 7 |
7 |
|
Human tasks in `human_todo.md`. Completed items in `todo_done.md`.
|
| 8 |
8 |
|
|
| 9 |
|
- |
**๐จ Active launch blocker (human-side):** Stripe webhook delivery silent since 2026-05-12 โ no events landing at `POST /stripe/webhook`, so checkout-success transactions are stuck `pending` and items don't appear in libraries. Investigation queued in `_meta/human_todo.md` ยง Stripe Dashboard Knockout Session, Step 1. Independent of any code change (unaffected by 0.6.5 deploy); needs Dashboard login to fix.
|
|
9 |
+ |
**Stripe webhook delivery: RESOLVED 2026-05-17.** `evt_1TY98u0AcRNJbwd4vkSfLZZI` landed at 18:10:25 UTC, transaction completed, 0 pending in DB. Whatever was fixed in the Stripe Dashboard between 2026-05-16 and 2026-05-17 cleared it. No code change involved.
|
| 10 |
10 |
|
|
| 11 |
11 |
|
**Next code work (LLM-doable):** Phase 1 of the UX audit sweep against the consolidated state (see `## UX audit sweep` below). Run `/ux-audit` skill scoped to `pages/index.html`, `use_cases.html`, `pricing.html`, `creators.html`, `fan_plus.html`, `changelog.html`, `policy.html`. The Phase 0 charter + remediation pre-plan are both complete โ surface audits can now run.
|
| 12 |
12 |
|
|