1.6.8
Release 1.6.8
Release date: 2026-04-02 (published).
Version string: 1.6.8 published as Git tag + GitHub Release + Docker Hub tag, aligned with VERSIONING.md.
Highlights
- Token-aware ops pack: new wrappers for reproducible session flow with lower cognitive load and lower token overhead:
scripts/auto-mode-session-pack.ps1scripts/progress-snapshot.ps1scripts/external-review-pack.ps1
- Gemini bundle integrity fix:
scripts/export_public_gemini_bundle.py --verifynow validates sequentially and avoids false mismatches caused by marker-like content in docs examples. - Storage urgency support: added Time Machine USB recovery + repurpose runbooks (EN + pt-BR) for P0 backup workflows:
docs/ops/TIME_MACHINE_USB_RECOVERY_AND_REPURPOSE.mddocs/ops/TIME_MACHINE_USB_RECOVERY_AND_REPURPOSE.pt_BR.md
- Ops discipline and roadmap continuity: updated two-week execution plan, next-day checklist, and carryover queues with release gate, external review loops (WRB/Gemini), and anti-chaos rituals.
Changes since 1.6.7
- Expanded ops/runbook surface for token-aware automation and release safety.
- Added concrete founder/profile guidance in private commercial docs (LinkedIn/ATS, public-safe evidence narrative).
- Added or refined CAPEX/OPEX, governance, and decision-maker documentation slices linked to current planning fronts.
Bump type
| From | To | Rule (VERSIONING.md) |
|---|---|---|
| 1.6.7 | 1.6.8 | Build (patch) — same major/minor, +1 build |
How to get 1.6.8
- From source:
uv syncat1.6.8onmain. - Docker:
docker pull fabioleitao/data_boar:1.6.8(and optionally:latest).
Build and push Docker image
From repo root, on main at 1.6.8, after tests pass:
.\scripts\check-all.ps1
.\scripts\docker-lab-build.ps1
docker login
docker tag data_boar:lab fabioleitao/data_boar:1.6.8
docker tag data_boar:lab fabioleitao/data_boar:latest
docker push fabioleitao/data_boar:1.6.8
docker push fabioleitao/data_boar:latestPublish (tag + GitHub Release)
After this version is on main:
git pull origin main
git tag v1.6.8
git push origin v1.6.8
gh release create v1.6.8 --notes-file docs/releases/1.6.8.md --title "1.6.8"After publish: verify
- GitHub: Release v1.6.8 and tag point to the intended commit.
- Docker Hub: Tags
1.6.8andlatestavailable and pullable. - README (EN + pt-BR): “Current release” = 1.6.8.
- Published sync:
docs/ops/today-mode/PUBLISHED_SYNC.md+.pt_BR.mdupdated.
Full Changelog: v1.6.7...v1.6.8