Skip to content

Releases: ThinkUpfront/Upfront

v0.1.2

30 Mar 13:22

Choose a tag to compare

Changelog

  • 14ebb83 fix(plugin): Add name to SKILL.md frontmatter, fix marketplace source to './' — matches working plugin pattern
  • 897fd3f fix: Update book URL to leanpub.com/thedeliverygap

v0.2.1

30 Mar 05:02

Choose a tag to compare

Changelog

  • 8d0ed6d feat(skills): Add /vision, /increment, and reviewability gates
  • 7bb2036 fix: goreleaser writes formula to Formula/ directory in tap
  • 7ee8721 fix: use TAP_GITHUB_TOKEN for GoReleaser homebrew formula push

v0.1.0

29 Mar 16:03

Choose a tag to compare

Changelog

  • 5accab4 Add /explore command, update /feature /plan /build with guardrails and architecture
  • b35c7d4 Add /feature, /plan, /build commands with concurrency analysis and architectural deep-dive
  • c6ee552 Add /ideate, /note, /pause, /resume commands; /feature ideation check
  • ae4bf1e Add /quick command, staleness check for ARCHITECTURE.md, crash recovery for /build
  • 44d7cf5 Add /refine command for spec iteration with challenge
  • 0c7f6f3 Add /ship, /debug, /retro commands; add sloppy-joe to pre-flight audit
  • 06bb2ba Add /teach command and TODO.md with toolkit audit items
  • 1bc341d Add Anthropic RCT and METR study to research section
  • 3ca0958 Add acknowledgments to README
  • e3cf1c9 Add audit binary and team pipeline docs to README
  • ee1b7d1 Add hero image to README
  • 7d308ce Add human-writes mode to /build and /plan
  • c56fdd2 Add human-writes mode to /build and /plan
  • d4b51d6 Add red team adversarial review and learning capture to /build
  • bd09d49 Add strategy phase to /plan with forced approach variation
  • d033626 Add substack link to installers
  • 79c3d92 Fix all code review issues: 5 MUST FIX, 8 SHOULD FIX
  • ddaa848 Fix book URL to leanpub.com/thedeliverygap
  • c061712 Fix remaining review issues: constitution→architecture, specs/ dir creation
  • a6448aa Initialize upfront repo with specs, plan, and project scaffolding
  • d1b775e Link 'Always Think Upfront' to thinkupfront.dev
  • 3c8052a QoL: spec-seeded test stubs, auto-proceed, progress bar, /up router
  • a0f7bf8 Redesign site with editorial light theme and custom landing page
  • 39806d0 Rewrite README: problem statement, command reference, research backing
  • e4b9ebe Switch license from Apache 2.0 to AGPL-3.0 with commercial option
  • 3bec16a feat(upfront): 1/6 Event data model with trace-compatible format
  • a64a55e feat(upfront): 2/6 Hook stdin parser and thinking record extractor
  • b0c7f1f feat(upfront): 3/6 Local JSONL queue with concurrent write safety
  • 7f9dd63 feat(upfront): 4/6 Remote HTTP sender with config loading
  • b84d527 feat(upfront): 5/6 CLI entrypoint with hook/flush/log/purge/status
  • 5477ef4 feat(upfront): 6/6 Install script, README, and sample data
  • b1e7557 feat(upfront): Distribution — brew, curl|bash, PowerShell, GoReleaser
  • 21013bb feat(upfront): Restructure as Claude Code plugin
  • 4344e75 fix(upfront): Address code review findings across codebase
  • a884ed9 fix(upfront): Defer-based flush lock cleanup, surface .drain read errors
  • f82b5ff fix(upfront): Detect stdin truncation, add NackFlush, batch purge writes
  • d918339 fix(upfront): Harden queue flush and purge against edge cases
  • 4c1c981 fix(upfront): License, installer fixes, test coverage for version/help/NackFlush
  • 335de3f fix(upfront): Make Purge atomic with rename-first pattern
  • b7780ad fix: pass node-version to withastro/action (it ignores setup-node)
  • 3179621 fix: spam-protect footer email, switch to comms@thinkupfront.dev
  • 5ec8c98 fix: trigger deploy on workflow file changes too
  • 122254a fix: use Newsreader serif for Starlight site title to match landing page
  • 9d123ae fix: use Node 22 in deploy workflow (Astro 5 requires >= 22.12.0)