@autonome-research/thread-phase-cli 3.2.1 → 3.3.0

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/init.js +1 -1
  2. package/package.json +3 -3
package/dist/init.js CHANGED
@@ -64,7 +64,7 @@ Example:
64
64
  poll-deployment.ts ← imports the same helper
65
65
  \`\`\`
66
66
 
67
- See EXTENDING.md for the full convention.
67
+ See https://github.com/autonome-research/thread-phase/blob/master/EXTENDING.md for the full convention.
68
68
  `;
69
69
  export async function cmdInit(args, io) {
70
70
  const name = args.find((a) => !a.startsWith('--'));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@autonome-research/thread-phase-cli",
3
- "version": "3.2.1",
3
+ "version": "3.3.0",
4
4
  "description": "CLI and auto-loader for thread-phase — discovers extensions under .thread-phase/ and runs registered pipelines. Installing this gets the full runtime (core + adapters).",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -24,8 +24,8 @@
24
24
  "typecheck": "tsc --noEmit"
25
25
  },
26
26
  "dependencies": {
27
- "@autonome-research/thread-phase": "^3.2.1",
28
- "@autonome-research/thread-phase-agents": "^3.2.1",
27
+ "@autonome-research/thread-phase": "^3.3.0",
28
+ "@autonome-research/thread-phase-agents": "^3.3.0",
29
29
  "tsx": "^4.19.0"
30
30
  },
31
31
  "devDependencies": {