@hobocode/thought-layer 0.2.0 → 0.2.1

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.
Files changed (2) hide show
  1. package/dist/tl.js +1 -0
  2. package/package.json +1 -1
package/dist/tl.js CHANGED
@@ -432,6 +432,7 @@ function buildOp(args, flags) {
432
432
  }
433
433
  function main() {
434
434
  const { args, flags } = parseArgs(process.argv.slice(2));
435
+ if (args[0] === "tl" || args[0] === "thought-layer") args.shift();
435
436
  if (flags["help"] || args.length === 0) {
436
437
  console.log(HELP);
437
438
  process.exit(0);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hobocode/thought-layer",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "The Thought Layer: rigor for building. Validate an idea, grill it into a buildable spec, then build and deploy it, inside the agent you already use. BYOK, no telemetry.",
5
5
  "license": "MIT",
6
6
  "author": "Hobocode LLC <jerm@hobocode.net>",