Skip to content

Releases: cgbarlow/skills

v2.6.3 — woolies-shopper phase 2 live item feedback

07 Jun 09:55
568b420

Choose a tag to compare

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)

07 Jun 09:11
2df3f7d

Choose a tag to compare

Marketplace 2.6.2 — patch release.

woolies-shopper 0.3.4 — Fixed

  • Meal-plan phase-1 routes never worked: --json was passed as a trailing flag. It's a global iris flag and must precede the subcommand, so iris aggregation-profile list/get and iris aggregate exited non-zero — surfacing as "No aggregation profile available" even with profiles present. Moved --json to the global position in resolve_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)

07 Jun 08:57
9ccf49b

Choose a tag to compare

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_line now 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=true for all). Fixes the previous "0 items added" on a smart_markdown list.
  • SKU cache moved to the Products attribute notes (the SKU is a product property; Preferred product is a name-only search-hint pointer). Override with SHOP_SKU_ATTR.
  • Diagram input reads data.markdown_source (the --format markdown export only returns metadata); route 2b in shop.sh fixed accordingly.
  • No iris login required. Reads are anonymous; shop.sh defaults IRIS_URL to the iris-api backend and classifies the session by whoami'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 password iris login and 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 headless claude -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 a search hint.

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

10 May 21:25
04a7097

Choose a tag to compare

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 a doview-outcomes-answer response. 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.