@girardmedia/bootspring 2.0.3 → 2.0.5

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/cli/build.js CHANGED
@@ -255,7 +255,7 @@ ${c.cyan}${c.bold}Building: ${nextTask.title}${c.reset}
255
255
  await loop.runLoop(projectRoot, {
256
256
  source: 'build',
257
257
  iterations: 1,
258
- live: args.live,
258
+ live: true, // Always show live output so user can see Claude working
259
259
  verbose: args.verbose || args.v,
260
260
  force: true // Always force to avoid "session already running" issues
261
261
  });
@@ -301,7 +301,7 @@ ${c.dim}Press Ctrl+C to stop at any time${c.reset}
301
301
  await loop.runLoop(projectRoot, {
302
302
  source: 'build',
303
303
  iterations: args.iterations || 50,
304
- live: args.live,
304
+ live: true, // Always show live output so user can see Claude working
305
305
  verbose: args.verbose || args.v,
306
306
  force: true // Always force to avoid "session already running" issues
307
307
  });
package/core/telemetry.js CHANGED
@@ -262,6 +262,7 @@ module.exports = {
262
262
  getTelemetryFile,
263
263
  ensureTelemetryDir,
264
264
  emitEvent,
265
+ track: emitEvent, // Alias for compatibility
265
266
  listEvents,
266
267
  clearEvents,
267
268
  getStatus,
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "contractVersion": "v1",
3
3
  "packageName": "@girardmedia/bootspring",
4
- "packageVersion": "2.0.3",
4
+ "packageVersion": "2.0.5",
5
5
  "tools": [
6
6
  {
7
7
  "name": "bootspring_assist",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@girardmedia/bootspring",
3
- "version": "2.0.3",
3
+ "version": "2.0.5",
4
4
  "description": "Development scaffolding with intelligence - AI-powered context, agents, and workflows for any MCP-compatible assistant",
5
5
  "keywords": [
6
6
  "ai",