Releases: cgbarlow/skills
v2.6.3 — woolies-shopper phase 2 live item feedback
woolies-shopper 0.3.5 — phase 2 (pure-bash bulk-add) now reports each item as it works instead of running silently:
+ <name> ×<qty> <unit> (woolies:NNN)on each successful cart-add (cache hit)→ deferred: <name> (<reason>)for each line deferred to phase-3 exception resolution (covers all reason codes)
See skills/woolies-shopper/CHANGELOG.md for detail.
v2.6.2 — woolies-shopper 0.3.4 (meal-plan route fix)
Marketplace 2.6.2 — patch release.
woolies-shopper 0.3.4 — Fixed
- Meal-plan phase-1 routes never worked:
--jsonwas passed as a trailing flag. It's a globalirisflag and must precede the subcommand, soiris aggregation-profile list/getandiris aggregateexited non-zero — surfacing as "No aggregation profile available" even with profiles present. Moved--jsonto the global position inresolve_profile_id,warn_if_no_provenance, and the aggregate call.
No other changes. All four test suites pass. See skills/woolies-shopper/CHANGELOG.md for detail.
🤖 Generated with Claude Code
v2.6.1 — woolies-shopper 0.3.3 (smart_markdown + Supabase auth)
Marketplace 2.6.1. First tagged release since v2.6.0; resumes GitHub Releases as the convention.
Headline: woolies-shopper 0.3.3 — reconciles the smart_markdown data-model rewrite with the 0.3.x input-mode orchestrator.
woolies-shopper 0.3.3
- Phase 2 handles the real shopping list.
parse_linenow auto-detects both line formats — smart_markdown- [x?] [qty] {{element:UUID:name}}(the combined meal-plan + recurring list) and the aggregation output- name: qty <!-- iris:element=… -->— so all four phase-1 routes work. Only un-ticked items are processed by default (ADR-239;SHOP_PROCESS_TICKED=truefor all). Fixes the previous "0 items added" on a smart_markdown list. - SKU cache moved to the
Productsattribute notes (the SKU is a product property;Preferred productis a name-only search-hint pointer). Override withSHOP_SKU_ATTR. - Diagram input reads
data.markdown_source(the--format markdownexport only returns metadata); route 2b inshop.shfixed accordingly. - No iris login required. Reads are anonymous;
shop.shdefaultsIRIS_URLto the iris-api backend and classifies the session bywhoami's.username. Auth is optional and only enables the SKU writeback. scripts/iris-auth.sh— Supabase session-JWT helper (password grant + cached refresh token), since this deployment's Supabase mode disables passwordiris loginand the PAT path 500s (cgbarlow/iris#286).scripts/test-writeback.sh— safe live round-trip test of the writeback.- Phase 3 is now interactive (
claude, not headlessclaude -p) so the skill can ask about ambiguous / out-of-stock picks. - New exception reason codes (
no_cached_sku,cached_sku_failed,no_product_attr,element_fetch_failed,no_provenance), each with asearchhint.
Retains the 0.3.0–0.3.2 work it built on: 4-route phase-1 input modes, recipe-matching gate, installer X11 detection + opt-in auto-install, headless phase-1 OCR.
All four test suites pass (test_phase2.sh, test_phase2_listmd.sh, test_system_libs.sh, test_pick.py).
See skills/woolies-shopper/CHANGELOG.md for full per-version detail.
🤖 Generated with Claude Code
v2.3.0 — DoView outcomes-theory plugins
Two new plugins, faithful adaptations of the prompts published at https://www.doviewplanning.org/bookai by Dr Paul Duignan.
New plugins
doview-outcomes-answer— Prompt A v1.1.9. Answers outcomes-theory questions strictly from the DoView Planning Handbook with the required Summary + Full structure, raw-visible URL rules, outcomes-system definition, and image-retrieval seed list.doview-image-retriever— Prompt B v1.1.9 with a Mermaid-first overlay. Retrieves and faithfully reproduces handbook diagrams to accompany adoview-outcomes-answerresponse. Pulls Mermaid blocks from https://github.com/cgbarlow/doview-book as the primary representation, falling back to upstream PNG/image-file URLs for diagrams that don't translate cleanly to Mermaid.
The skills are co-authored in cgbarlow/doview-book (v1.1.0) and mirrored here.
Install
/plugin install doview-outcomes-answer@cgbarlow-skills
/plugin install doview-image-retriever@cgbarlow-skills
Attribution
Source content © Dr Paul W Duignan and DoViewPlanning.Org. DoView® is a registered trademark — see the Trademark Use Policy.