glassbox 0.3.2 → 0.3.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -315,6 +315,7 @@ npm link # Symlink for global 'glassbox' command
315
315
  ## See Also
316
316
 
317
317
  - **[Hot Sheet](https://github.com/brianwestphal/hotsheet)** — Lightweight local project management for AI-assisted development. Pairs well with Glassbox for tracking review feedback as actionable tickets.
318
+ - **[Changelog](CHANGELOG.md)** — Full release history
318
319
 
319
320
  ## License
320
321
 
package/dist/cli.js CHANGED
@@ -5265,7 +5265,7 @@ async function main() {
5265
5265
  console.log("AI service test mode enabled \u2014 using mock AI responses");
5266
5266
  }
5267
5267
  if (debug) {
5268
- console.log(`[debug] Build timestamp: ${"2026-03-16T09:50:09.819Z"}`);
5268
+ console.log(`[debug] Build timestamp: ${"2026-03-16T22:20:28.719Z"}`);
5269
5269
  }
5270
5270
  if (projectDir) {
5271
5271
  process.chdir(projectDir);