|
44 | 44 | "operatingSystem": "macOS, Linux, Windows", |
45 | 45 | "softwareVersion": "3.3.0", |
46 | 46 | "datePublished": "2026-04-20", |
47 | | - "dateModified": "2026-08-05", |
| 47 | + "dateModified": "2026-08-06", |
48 | 48 | "offers": { |
49 | 49 | "@type": "Offer", |
50 | 50 | "price": "0", |
|
926 | 926 | <span class="dot" aria-hidden="true"></span> |
927 | 927 | <span>MIT</span> |
928 | 928 | <span class="dot" aria-hidden="true"></span> |
929 | | - <span>v3.3.0.1 — Course memory fixed</span> |
| 929 | + <span>v3.3.0.2 — Course memory fixed</span> |
930 | 930 | </p> |
931 | 931 | <h1 id="hero-title">Evidence-based instructional design, transparently cited.</h1> |
932 | 932 | <p class="lede">108 peer-reviewed studies across 11 research domains. Every recommendation tagged with its evidence tier — <span class="tier tier-1">T1</span> meta-analyses and RCTs through <span class="tier tier-5">T5</span> expert opinion. Runs in Claude Code, OpenAI Codex CLI, and (soon) Gemini.</p> |
@@ -1176,11 +1176,12 @@ <h2 id="whatsnew-title">v3.3.0.0 — Course memory that actually remembers.</h2> |
1176 | 1176 | </header> |
1177 | 1177 |
|
1178 | 1178 | <article class="release-card"> |
1179 | | - <p class="release-meta">August 4, 2026 · v3.3.0.0 · patched by v3.3.0.1</p> |
| 1179 | + <p class="release-meta">August 4, 2026 · v3.3.0.0 · patched by v3.3.0.2</p> |
1180 | 1180 | <h3>Welcome-back messages work on stock macOS now.</h3> |
1181 | 1181 | <p>On any Python older than 3.12 — including the 3.9 that macOS ships — the session-memory code inside every skill hit a silent syntax error. No welcome-back summary, no quality-score trend, no suggested next step. Fixed, and now exercised on Python 3.9 in CI so it stays fixed.</p> |
1182 | 1182 | <p>Also in this release: <code>/idstack:pipeline</code> invokes its child skills correctly in Claude Code, skills notice previous runs again ("update the results or start fresh?"), imported courses get a proper next-step suggestion, and a course name with an apostrophe no longer blanks the status dashboard. To update: <code>cd</code> into your idstack clone, then <code>git pull && ./setup</code>.</p> |
1183 | 1183 | <p>Patched in v3.3.0.1 (August 5): skills no longer point you at commands that don't exist. Welcome-back and next-step messages now name the runnable <code>/idstack:<skill></code> form.</p> |
| 1184 | + <p>Patched in v3.3.0.2 (August 6): searching your learnings for a term with an apostrophe — <code>Bloom's</code>, <code>learner's</code> — returned a wrong-typed result instead of the right one. Fixed.</p> |
1184 | 1185 | <p><a href="https://github.com/savvides/idstack/releases" rel="noopener">→ All releases on GitHub</a></p> |
1185 | 1186 | </article> |
1186 | 1187 |
|
|
0 commit comments