All notable changes to the TechBash CLI plugin are documented here. This project follows Semantic Versioning and Keep a Changelog.
0.3.1 — 2026-05-22
scripts/validate.mjs— repo validator that runs in CI and locally..github/workflows/ci.yml— runs validation on every push and PR..github/workflows/release.yml— cuts a GitHub Release onvX.Y.Ztag push.- This
CHANGELOG.md.
- SKILL.md now correctly documents Sessionize
GridSmarttimes as UTC (not ET), with explicitAmerica/New_Yorkconversion guidance. - Agenda and now/next workflows traverse the real
days[].rooms[].sessions[]shape and dedupe plenary sessions. scripts/fetch-zoho.mjsfollows each sponsor's list row with aGET /sponsors/{id}detail call, since the Zoho list endpoint returns a duplicated description for every sponsor.
0.3.0 — 2026-05-22
- Three markdown templates under
skills/techbash/templates/: session note, daily rollup, trip report — all with YAML frontmatter and{{placeholder}}substitution. - New SKILL.md workflows: structured note capture, end-of-day rollup, trip report aggregation with action items and contact-consent reminder.
docs/notes-and-trip-reports.mdend-user guide.
0.2.0 — 2026-05-21
- Zoho Backstage integration via maintainer-run GitHub Action.
Sponsors and tickets refreshed by
.github/workflows/refresh-zoho-data.ymland committed as sanitized JSON snapshots underskills/techbash/data/. scripts/fetch-zoho.mjswith allowlist-only sanitization to prevent PII leakage across schema changes.docs/zoho-setup.mdmaintainer setup walkthrough.
0.1.0 — 2026-05-20
- Initial scaffold: TechBash CLI plugin for GitHub Copilot CLI and Claude Code, backed by the Sessionize catalog for TechBash 2026.
- SKILL.md with session/speaker matching, agenda, now/next workflows.
- Comprehensive end-user docs under
docs/.