prjct-cli 0.35.1 → 0.35.3
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/CHANGELOG.md +15 -0
- package/core/commands/workflow.ts +25 -9
- package/dist/bin/prjct.mjs +22 -8
- package/package.json +1 -1
- package/templates/_bases/tracker-base.md +309 -0
- package/templates/agentic/orchestrator.md +211 -269
- package/templates/commands/github.md +9 -0
- package/templates/commands/history.md +296 -83
- package/templates/commands/jira.md +9 -0
- package/templates/commands/linear.md +9 -0
- package/templates/commands/monday.md +9 -0
- package/templates/commands/p.md +198 -63
- package/templates/commands/resume.md +68 -4
- package/templates/commands/sync.md +103 -0
- package/packages/shared/node_modules/@types/bun/LICENSE +0 -21
- package/packages/shared/node_modules/@types/bun/README.md +0 -20
- package/packages/shared/node_modules/@types/bun/index.d.ts +0 -1
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/CLAUDE.md +0 -105
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/README.md +0 -33
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/bun.d.ts +0 -7032
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/bun.ns.d.ts +0 -5
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/bundle.d.ts +0 -74
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/deprecated.d.ts +0 -184
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/devserver.d.ts +0 -187
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/README.md +0 -28
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/bundler/bytecode.mdx +0 -465
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/bundler/css.mdx +0 -1024
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/bundler/esbuild.mdx +0 -298
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/bundler/executables.mdx +0 -1277
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/bundler/fullstack.mdx +0 -1086
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/bundler/hot-reloading.mdx +0 -229
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/bundler/html-static.mdx +0 -488
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/bundler/index.mdx +0 -1604
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/bundler/loaders.mdx +0 -451
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/bundler/macros.mdx +0 -328
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/bundler/minifier.mdx +0 -1286
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/bundler/plugins.mdx +0 -425
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/feedback.mdx +0 -75
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/binary/arraybuffer-to-array.mdx +0 -29
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/binary/arraybuffer-to-blob.mdx +0 -26
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/binary/arraybuffer-to-buffer.mdx +0 -27
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/binary/arraybuffer-to-string.mdx +0 -17
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/binary/arraybuffer-to-typedarray.mdx +0 -41
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/binary/blob-to-arraybuffer.mdx +0 -16
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/binary/blob-to-dataview.mdx +0 -16
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/binary/blob-to-stream.mdx +0 -16
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/binary/blob-to-string.mdx +0 -17
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/binary/blob-to-typedarray.mdx +0 -16
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/binary/buffer-to-arraybuffer.mdx +0 -16
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/binary/buffer-to-blob.mdx +0 -16
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/binary/buffer-to-readablestream.mdx +0 -43
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/binary/buffer-to-string.mdx +0 -27
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/binary/buffer-to-typedarray.mdx +0 -16
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/binary/dataview-to-string.mdx +0 -17
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/binary/typedarray-to-arraybuffer.mdx +0 -27
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/binary/typedarray-to-blob.mdx +0 -18
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/binary/typedarray-to-buffer.mdx +0 -16
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/binary/typedarray-to-dataview.mdx +0 -16
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/binary/typedarray-to-readablestream.mdx +0 -43
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/binary/typedarray-to-string.mdx +0 -18
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/deployment/aws-lambda.mdx +0 -204
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/deployment/digital-ocean.mdx +0 -161
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/deployment/google-cloud-run.mdx +0 -194
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/deployment/railway.mdx +0 -145
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/deployment/render.mdx +0 -82
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/deployment/vercel.mdx +0 -97
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/ecosystem/astro.mdx +0 -82
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/ecosystem/discordjs.mdx +0 -80
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/ecosystem/docker.mdx +0 -151
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/ecosystem/drizzle.mdx +0 -195
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/ecosystem/elysia.mdx +0 -31
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/ecosystem/express.mdx +0 -43
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/ecosystem/gel.mdx +0 -261
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/ecosystem/hono.mdx +0 -47
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/ecosystem/mongoose.mdx +0 -92
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/ecosystem/neon-drizzle.mdx +0 -234
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/ecosystem/neon-serverless-postgres.mdx +0 -60
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/ecosystem/nextjs.mdx +0 -103
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/ecosystem/nuxt.mdx +0 -96
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/ecosystem/pm2.mdx +0 -55
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/ecosystem/prisma-postgres.mdx +0 -169
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/ecosystem/prisma.mdx +0 -164
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/ecosystem/qwik.mdx +0 -114
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/ecosystem/react.mdx +0 -52
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/ecosystem/remix.mdx +0 -97
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/ecosystem/sentry.mdx +0 -54
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/ecosystem/solidstart.mdx +0 -62
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/ecosystem/ssr-react.mdx +0 -49
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/ecosystem/stric.mdx +0 -54
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/ecosystem/sveltekit.mdx +0 -138
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/ecosystem/systemd.mdx +0 -114
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/ecosystem/tanstack-start.mdx +0 -791
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/ecosystem/upstash.mdx +0 -87
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/ecosystem/vite.mdx +0 -77
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/html-rewriter/extract-links.mdx +0 -71
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/html-rewriter/extract-social-meta.mdx +0 -97
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/http/cluster.mdx +0 -69
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/http/fetch-unix.mdx +0 -35
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/http/fetch.mdx +0 -26
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/http/file-uploads.mdx +0 -97
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/http/hot.mdx +0 -28
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/http/proxy.mdx +0 -50
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/http/server.mdx +0 -48
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/http/simple.mdx +0 -20
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/http/stream-file.mdx +0 -50
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/http/stream-iterator.mdx +0 -49
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/http/stream-node-streams-in-bun.mdx +0 -22
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/http/tls.mdx +0 -32
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/index.mdx +0 -10
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/install/add-dev.mdx +0 -28
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/install/add-git.mdx +0 -40
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/install/add-optional.mdx +0 -27
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/install/add-peer.mdx +0 -45
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/install/add-tarball.mdx +0 -35
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/install/add.mdx +0 -44
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/install/azure-artifacts.mdx +0 -76
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/install/cicd.mdx +0 -43
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/install/custom-registry.mdx +0 -32
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/install/from-npm-install-to-bun-install.mdx +0 -230
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/install/git-diff-bun-lockfile.mdx +0 -48
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/install/jfrog-artifactory.mdx +0 -28
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/install/npm-alias.mdx +0 -25
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/install/registry-scope.mdx +0 -40
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/install/trusted.mdx +0 -52
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/install/workspaces.mdx +0 -70
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/install/yarnlock.mdx +0 -51
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/process/argv.mdx +0 -66
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/process/ctrl-c.mdx +0 -18
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/process/ipc.mdx +0 -69
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/process/nanoseconds.mdx +0 -15
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/process/os-signals.mdx +0 -31
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/process/spawn-stderr.mdx +0 -34
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/process/spawn-stdout.mdx +0 -28
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/process/spawn.mdx +0 -43
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/process/stdin.mdx +0 -62
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/read-file/arraybuffer.mdx +0 -30
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/read-file/buffer.mdx +0 -21
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/read-file/exists.mdx +0 -18
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/read-file/json.mdx +0 -19
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/read-file/mime.mdx +0 -22
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/read-file/stream.mdx +0 -28
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/read-file/string.mdx +0 -24
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/read-file/uint8array.mdx +0 -23
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/read-file/watch.mdx +0 -66
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/runtime/build-time-constants.mdx +0 -295
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/runtime/cicd.mdx +0 -45
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/runtime/codesign-macos-executable.mdx +0 -61
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/runtime/define-constant.mdx +0 -149
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/runtime/delete-directory.mdx +0 -39
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/runtime/delete-file.mdx +0 -21
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/runtime/heap-snapshot.mdx +0 -28
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/runtime/import-html.mdx +0 -15
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/runtime/import-json.mdx +0 -46
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/runtime/import-toml.mdx +0 -32
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/runtime/import-yaml.mdx +0 -104
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/runtime/read-env.mdx +0 -37
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/runtime/set-env.mdx +0 -51
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/runtime/shell.mdx +0 -42
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/runtime/timezone.mdx +0 -38
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/runtime/tsconfig-paths.mdx +0 -31
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/runtime/typescript.mdx +0 -51
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/runtime/vscode-debugger.mdx +0 -47
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/runtime/web-debugger.mdx +0 -103
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/streams/node-readable-to-arraybuffer.mdx +0 -13
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/streams/node-readable-to-blob.mdx +0 -13
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/streams/node-readable-to-json.mdx +0 -14
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/streams/node-readable-to-string.mdx +0 -14
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/streams/node-readable-to-uint8array.mdx +0 -13
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/streams/to-array.mdx +0 -16
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/streams/to-arraybuffer.mdx +0 -16
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/streams/to-blob.mdx +0 -16
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/streams/to-buffer.mdx +0 -17
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/streams/to-json.mdx +0 -16
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/streams/to-string.mdx +0 -16
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/streams/to-typedarray.mdx +0 -24
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/test/bail.mdx +0 -24
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/test/concurrent-test-glob.mdx +0 -146
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/test/coverage-threshold.mdx +0 -67
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/test/coverage.mdx +0 -49
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/test/happy-dom.mdx +0 -73
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/test/migrate-from-jest.mdx +0 -125
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/test/mock-clock.mdx +0 -50
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/test/mock-functions.mdx +0 -70
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/test/rerun-each.mdx +0 -16
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/test/run-tests.mdx +0 -116
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/test/skip-tests.mdx +0 -43
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/test/snapshot.mdx +0 -102
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/test/spy-on.mdx +0 -49
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/test/svelte-test.mdx +0 -113
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/test/testing-library.mdx +0 -93
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/test/timeout.mdx +0 -17
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/test/todo-tests.mdx +0 -74
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/test/update-snapshots.mdx +0 -49
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/test/watch-mode.mdx +0 -24
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/util/base64.mdx +0 -17
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/util/deep-equals.mdx +0 -41
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/util/deflate.mdx +0 -20
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/util/detect-bun.mdx +0 -28
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/util/entrypoint.mdx +0 -19
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/util/escape-html.mdx +0 -24
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/util/file-url-to-path.mdx +0 -16
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/util/gzip.mdx +0 -20
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/util/hash-a-password.mdx +0 -56
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/util/import-meta-dir.mdx +0 -15
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/util/import-meta-file.mdx +0 -15
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/util/import-meta-path.mdx +0 -15
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/util/javascript-uuid.mdx +0 -25
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/util/main.mdx +0 -43
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/util/path-to-file-url.mdx +0 -16
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/util/sleep.mdx +0 -24
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/util/upgrade.mdx +0 -93
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/util/version.mdx +0 -23
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/util/which-path-to-executable-bin.mdx +0 -17
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/websocket/compression.mdx +0 -33
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/websocket/context.mdx +0 -79
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/websocket/pubsub.mdx +0 -43
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/websocket/simple.mdx +0 -38
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/write-file/append.mdx +0 -54
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/write-file/basic.mdx +0 -46
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/write-file/blob.mdx +0 -30
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/write-file/cat.mdx +0 -19
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/write-file/file-cp.mdx +0 -18
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/write-file/filesink.mdx +0 -54
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/write-file/response.mdx +0 -19
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/write-file/stdout.mdx +0 -23
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/write-file/stream.mdx +0 -19
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/guides/write-file/unlink.mdx +0 -18
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/index.mdx +0 -133
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/installation.mdx +0 -365
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/pm/bunx.mdx +0 -91
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/pm/catalogs.mdx +0 -292
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/pm/cli/add.mdx +0 -179
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/pm/cli/audit.mdx +0 -60
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/pm/cli/info.mdx +0 -70
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/pm/cli/install.mdx +0 -606
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/pm/cli/link.mdx +0 -61
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/pm/cli/outdated.mdx +0 -197
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/pm/cli/patch.mdx +0 -69
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/pm/cli/pm.mdx +0 -323
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/pm/cli/publish.mdx +0 -131
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/pm/cli/remove.mdx +0 -16
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/pm/cli/update.mdx +0 -140
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/pm/cli/why.mdx +0 -84
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/pm/filter.mdx +0 -102
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/pm/global-cache.mdx +0 -72
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/pm/isolated-installs.mdx +0 -220
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/pm/lifecycle.mdx +0 -64
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/pm/lockfile.mdx +0 -64
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/pm/npmrc.mdx +0 -111
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/pm/overrides.mdx +0 -83
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/pm/scopes-registries.mdx +0 -35
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/pm/security-scanner-api.mdx +0 -95
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/pm/workspaces.mdx +0 -115
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/project/benchmarking.mdx +0 -241
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/project/bindgen.mdx +0 -223
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/project/building-windows.mdx +0 -133
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/project/contributing.mdx +0 -388
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/project/feedback.mdx +0 -20
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/project/license.mdx +0 -78
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/project/roadmap.mdx +0 -8
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/quickstart.mdx +0 -251
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/runtime/auto-install.mdx +0 -97
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/runtime/binary-data.mdx +0 -846
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/runtime/bun-apis.mdx +0 -59
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/runtime/bunfig.mdx +0 -723
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/runtime/c-compiler.mdx +0 -204
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/runtime/child-process.mdx +0 -659
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/runtime/color.mdx +0 -267
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/runtime/console.mdx +0 -67
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/runtime/cookies.mdx +0 -454
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/runtime/debugger.mdx +0 -335
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/runtime/environment-variables.mdx +0 -231
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/runtime/ffi.mdx +0 -565
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/runtime/file-io.mdx +0 -306
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/runtime/file-system-router.mdx +0 -118
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/runtime/file-types.mdx +0 -435
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/runtime/glob.mdx +0 -181
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/runtime/globals.mdx +0 -72
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/runtime/hashing.mdx +0 -315
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/runtime/html-rewriter.mdx +0 -333
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/runtime/http/cookies.mdx +0 -79
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/runtime/http/error-handling.mdx +0 -40
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/runtime/http/metrics.mdx +0 -36
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/runtime/http/routing.mdx +0 -289
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/runtime/http/server.mdx +0 -645
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/runtime/http/tls.mdx +0 -101
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/runtime/http/websockets.mdx +0 -414
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/runtime/index.mdx +0 -223
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/runtime/jsx.mdx +0 -115
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/runtime/module-resolution.mdx +0 -374
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/runtime/networking/dns.mdx +0 -111
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/runtime/networking/fetch.mdx +0 -484
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/runtime/networking/tcp.mdx +0 -239
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/runtime/networking/udp.mdx +0 -129
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/runtime/node-api.mdx +0 -19
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/runtime/nodejs-compat.mdx +0 -468
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/runtime/plugins.mdx +0 -419
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/runtime/redis.mdx +0 -583
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/runtime/s3.mdx +0 -863
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/runtime/secrets.mdx +0 -340
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/runtime/semver.mdx +0 -57
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/runtime/shell.mdx +0 -637
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/runtime/sql.mdx +0 -1404
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/runtime/sqlite.mdx +0 -721
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/runtime/streams.mdx +0 -232
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/runtime/templating/create.mdx +0 -269
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/runtime/templating/init.mdx +0 -58
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/runtime/transpiler.mdx +0 -288
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/runtime/typescript.mdx +0 -58
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/runtime/utils.mdx +0 -922
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/runtime/watch-mode.mdx +0 -161
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/runtime/web-apis.mdx +0 -29
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/runtime/workers.mdx +0 -314
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/runtime/yaml.mdx +0 -469
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/snippets/cli/add.mdx +0 -166
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/snippets/cli/build.mdx +0 -196
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/snippets/cli/bunx.mdx +0 -49
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/snippets/cli/feedback.mdx +0 -17
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/snippets/cli/init.mdx +0 -84
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/snippets/cli/install.mdx +0 -173
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/snippets/cli/link.mdx +0 -163
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/snippets/cli/outdated.mdx +0 -140
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/snippets/cli/patch.mdx +0 -171
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/snippets/cli/publish.mdx +0 -198
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/snippets/cli/remove.mdx +0 -146
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/snippets/cli/run.mdx +0 -293
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/snippets/cli/test.mdx +0 -100
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/snippets/cli/update.mdx +0 -144
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/test/code-coverage.mdx +0 -409
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/test/configuration.mdx +0 -514
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/test/dates-times.mdx +0 -129
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/test/discovery.mdx +0 -90
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/test/dom.mdx +0 -226
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/test/index.mdx +0 -380
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/test/lifecycle.mdx +0 -366
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/test/mocks.mdx +0 -637
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/test/reporters.mdx +0 -126
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/test/runtime-behavior.mdx +0 -342
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/test/snapshots.mdx +0 -434
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/test/writing-tests.mdx +0 -672
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/docs/typescript.mdx +0 -54
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/extensions.d.ts +0 -35
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/fetch.d.ts +0 -79
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/ffi.d.ts +0 -1154
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/globals.d.ts +0 -2067
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/html-rewriter.d.ts +0 -186
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/index.d.ts +0 -32
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/jsc.d.ts +0 -233
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/overrides.d.ts +0 -376
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/package.json +0 -37
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/redis.d.ts +0 -3352
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/s3.d.ts +0 -1299
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/security.d.ts +0 -101
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/serve.d.ts +0 -1296
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/shell.d.ts +0 -380
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/sql.d.ts +0 -887
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/sqlite.d.ts +0 -1321
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/test-globals.d.ts +0 -22
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/test.d.ts +0 -2391
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/vendor/expect-type/branding.d.ts +0 -283
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/vendor/expect-type/index.d.ts +0 -1207
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/vendor/expect-type/messages.d.ts +0 -395
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/vendor/expect-type/overloads.d.ts +0 -669
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/vendor/expect-type/utils.d.ts +0 -431
- package/packages/shared/node_modules/@types/bun/node_modules/bun-types/wasm.d.ts +0 -193
- package/packages/shared/node_modules/@types/bun/package.json +0 -53
- package/templates/commands/redo.md +0 -144
- package/templates/commands/undo.md +0 -154
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.35.2] - 2026-01-17
|
|
4
|
+
|
|
5
|
+
### Fix: CLI Workflow Now Uses CommandExecutor
|
|
6
|
+
|
|
7
|
+
The `workflow.ts` was calling `templateExecutor` directly, bypassing the orchestrator.
|
|
8
|
+
Now properly routes through `commandExecutor.execute()` which triggers:
|
|
9
|
+
- Domain detection
|
|
10
|
+
- Agent loading
|
|
11
|
+
- Skill loading
|
|
12
|
+
- Task fragmentation
|
|
13
|
+
|
|
14
|
+
**Files Changed:**
|
|
15
|
+
- `core/commands/workflow.ts` - Uses `commandExecutor.execute()` instead of `templateExecutor`
|
|
16
|
+
|
|
3
17
|
## [0.35.1] - 2026-01-17
|
|
4
18
|
|
|
5
19
|
### Fix: Orchestrator Now Actually Executes
|
|
@@ -34,6 +48,7 @@ ALL COMPLETE (100%)
|
|
|
34
48
|
- `core/agentic/command-executor.ts` - Calls orchestrator
|
|
35
49
|
- `core/agentic/prompt-builder.ts` - Injects orchestrator context
|
|
36
50
|
- `core/types/agentic.ts` - Added orchestrator types
|
|
51
|
+
- `core/commands/workflow.ts` - **Connects CLI to CommandExecutor** (was bypassing orchestrator)
|
|
37
52
|
|
|
38
53
|
## [0.34.0] - 2026-01-15
|
|
39
54
|
|
|
@@ -19,6 +19,7 @@ import {
|
|
|
19
19
|
} from './base'
|
|
20
20
|
import { stateStorage, queueStorage } from '../storage'
|
|
21
21
|
import { templateExecutor } from '../agentic/template-executor'
|
|
22
|
+
import commandExecutor from '../agentic/command-executor'
|
|
22
23
|
|
|
23
24
|
export class WorkflowCommands extends PrjctCommandsBase {
|
|
24
25
|
/**
|
|
@@ -36,12 +37,13 @@ export class WorkflowCommands extends PrjctCommandsBase {
|
|
|
36
37
|
}
|
|
37
38
|
|
|
38
39
|
if (task) {
|
|
39
|
-
// AGENTIC:
|
|
40
|
-
const
|
|
41
|
-
const agenticInfo = templateExecutor.buildAgenticPrompt(execContext)
|
|
40
|
+
// AGENTIC: Use CommandExecutor for full orchestration support
|
|
41
|
+
const result = await commandExecutor.execute('task', { task }, projectPath)
|
|
42
42
|
|
|
43
|
-
|
|
44
|
-
|
|
43
|
+
if (!result.success) {
|
|
44
|
+
out.fail(result.error || 'Failed to execute task')
|
|
45
|
+
return { success: false, error: result.error }
|
|
46
|
+
}
|
|
45
47
|
|
|
46
48
|
// Write-through: JSON → MD → Event
|
|
47
49
|
await stateStorage.startTask(projectId, {
|
|
@@ -50,28 +52,42 @@ export class WorkflowCommands extends PrjctCommandsBase {
|
|
|
50
52
|
sessionId: generateUUID()
|
|
51
53
|
})
|
|
52
54
|
|
|
53
|
-
//
|
|
55
|
+
// Log orchestrator results if available
|
|
56
|
+
if (result.orchestratorContext) {
|
|
57
|
+
const oc = result.orchestratorContext
|
|
58
|
+
const agentsList = oc.agents.map((a: { name: string }) => a.name).join(', ') || 'none'
|
|
59
|
+
const domainsList = oc.detectedDomains.join(', ')
|
|
60
|
+
console.log(`🎯 Orchestrator: ${domainsList} → [${agentsList}]`)
|
|
61
|
+
|
|
62
|
+
if (oc.requiresFragmentation && oc.subtasks) {
|
|
63
|
+
console.log(` → ${oc.subtasks.length} subtasks created`)
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
// Get available agents for backward compatibility
|
|
68
|
+
const availableAgents = await templateExecutor.getAvailableAgents(projectPath)
|
|
54
69
|
const agentsList = availableAgents.length > 0
|
|
55
70
|
? availableAgents.join(', ')
|
|
56
71
|
: 'none (run p. sync)'
|
|
57
72
|
|
|
58
|
-
console.log(`🤖 Agentic mode: Claude will read templates and decide`)
|
|
59
73
|
out.done(`${task} [specialists: ${agentsList}]`)
|
|
60
74
|
|
|
61
75
|
await this.logToMemory(projectPath, 'task_started', {
|
|
62
76
|
task,
|
|
63
77
|
agenticMode: true,
|
|
64
78
|
availableAgents,
|
|
79
|
+
orchestratorContext: result.orchestratorContext,
|
|
65
80
|
timestamp: dateHelper.getTimestamp(),
|
|
66
81
|
})
|
|
67
82
|
|
|
68
83
|
return {
|
|
84
|
+
// Include full CommandExecutor result first (orchestratorContext, prompt, etc.)
|
|
85
|
+
...result,
|
|
86
|
+
// Then override with our specific values
|
|
69
87
|
success: true,
|
|
70
88
|
task,
|
|
71
89
|
agenticMode: true,
|
|
72
90
|
availableAgents,
|
|
73
|
-
execContext,
|
|
74
|
-
agenticPrompt: agenticInfo.prompt,
|
|
75
91
|
}
|
|
76
92
|
} else {
|
|
77
93
|
// Read from storage (JSON is source of truth)
|
package/dist/bin/prjct.mjs
CHANGED
|
@@ -11471,6 +11471,7 @@ var init_workflow = __esm({
|
|
|
11471
11471
|
init_base();
|
|
11472
11472
|
init_storage2();
|
|
11473
11473
|
init_template_executor();
|
|
11474
|
+
init_command_executor();
|
|
11474
11475
|
WorkflowCommands = class extends PrjctCommandsBase {
|
|
11475
11476
|
static {
|
|
11476
11477
|
__name(this, "WorkflowCommands");
|
|
@@ -11488,30 +11489,43 @@ var init_workflow = __esm({
|
|
|
11488
11489
|
return { success: false, error: "No project ID found" };
|
|
11489
11490
|
}
|
|
11490
11491
|
if (task) {
|
|
11491
|
-
const
|
|
11492
|
-
|
|
11493
|
-
|
|
11492
|
+
const result = await command_executor_default.execute("task", { task }, projectPath);
|
|
11493
|
+
if (!result.success) {
|
|
11494
|
+
output_default.fail(result.error || "Failed to execute task");
|
|
11495
|
+
return { success: false, error: result.error };
|
|
11496
|
+
}
|
|
11494
11497
|
await stateStorage.startTask(projectId, {
|
|
11495
11498
|
id: generateUUID(),
|
|
11496
11499
|
description: task,
|
|
11497
11500
|
sessionId: generateUUID()
|
|
11498
11501
|
});
|
|
11502
|
+
if (result.orchestratorContext) {
|
|
11503
|
+
const oc = result.orchestratorContext;
|
|
11504
|
+
const agentsList2 = oc.agents.map((a) => a.name).join(", ") || "none";
|
|
11505
|
+
const domainsList = oc.detectedDomains.join(", ");
|
|
11506
|
+
console.log(`\u{1F3AF} Orchestrator: ${domainsList} \u2192 [${agentsList2}]`);
|
|
11507
|
+
if (oc.requiresFragmentation && oc.subtasks) {
|
|
11508
|
+
console.log(` \u2192 ${oc.subtasks.length} subtasks created`);
|
|
11509
|
+
}
|
|
11510
|
+
}
|
|
11511
|
+
const availableAgents = await templateExecutor.getAvailableAgents(projectPath);
|
|
11499
11512
|
const agentsList = availableAgents.length > 0 ? availableAgents.join(", ") : "none (run p. sync)";
|
|
11500
|
-
console.log(`\u{1F916} Agentic mode: Claude will read templates and decide`);
|
|
11501
11513
|
output_default.done(`${task} [specialists: ${agentsList}]`);
|
|
11502
11514
|
await this.logToMemory(projectPath, "task_started", {
|
|
11503
11515
|
task,
|
|
11504
11516
|
agenticMode: true,
|
|
11505
11517
|
availableAgents,
|
|
11518
|
+
orchestratorContext: result.orchestratorContext,
|
|
11506
11519
|
timestamp: date_helper_default.getTimestamp()
|
|
11507
11520
|
});
|
|
11508
11521
|
return {
|
|
11522
|
+
// Include full CommandExecutor result first (orchestratorContext, prompt, etc.)
|
|
11523
|
+
...result,
|
|
11524
|
+
// Then override with our specific values
|
|
11509
11525
|
success: true,
|
|
11510
11526
|
task,
|
|
11511
11527
|
agenticMode: true,
|
|
11512
|
-
availableAgents
|
|
11513
|
-
execContext,
|
|
11514
|
-
agenticPrompt: agenticInfo.prompt
|
|
11528
|
+
availableAgents
|
|
11515
11529
|
};
|
|
11516
11530
|
} else {
|
|
11517
11531
|
const currentTask = await stateStorage.getCurrentTask(projectId);
|
|
@@ -13846,7 +13860,7 @@ var require_package = __commonJS({
|
|
|
13846
13860
|
"package.json"(exports, module) {
|
|
13847
13861
|
module.exports = {
|
|
13848
13862
|
name: "prjct-cli",
|
|
13849
|
-
version: "0.35.
|
|
13863
|
+
version: "0.35.2",
|
|
13850
13864
|
description: "Built for Claude - Ship fast, track progress, stay focused. Developer momentum tool for indie hackers.",
|
|
13851
13865
|
main: "core/index.ts",
|
|
13852
13866
|
bin: {
|
package/package.json
CHANGED
|
@@ -0,0 +1,309 @@
|
|
|
1
|
+
---
|
|
2
|
+
allowed-tools: [Read, Write, Bash, AskUserQuestion]
|
|
3
|
+
description: 'Base template for issue tracker integrations'
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Issue Tracker Base Template
|
|
7
|
+
|
|
8
|
+
**This is a BASE TEMPLATE. Do not execute directly.**
|
|
9
|
+
|
|
10
|
+
All issue tracker integrations (Linear, JIRA, GitHub Issues, Monday.com) inherit from this base.
|
|
11
|
+
|
|
12
|
+
---
|
|
13
|
+
|
|
14
|
+
## Common Context Variables
|
|
15
|
+
|
|
16
|
+
- `{projectId}`: From `.prjct/prjct.config.json`
|
|
17
|
+
- `{globalPath}`: `~/.prjct-cli/projects/{projectId}`
|
|
18
|
+
- `{args}`: User-provided arguments (subcommand)
|
|
19
|
+
- `{tracker}`: The tracker name (linear, jira, github, monday)
|
|
20
|
+
- `{mcpPrefix}`: MCP tool prefix (e.g., `mcp__linear__`, `mcp__atlassian__jira_`)
|
|
21
|
+
|
|
22
|
+
---
|
|
23
|
+
|
|
24
|
+
## Standard Subcommands
|
|
25
|
+
|
|
26
|
+
All trackers MUST support these subcommands:
|
|
27
|
+
|
|
28
|
+
| Command | Description |
|
|
29
|
+
|---------|-------------|
|
|
30
|
+
| `p. {tracker}` | Show status + your assigned issues |
|
|
31
|
+
| `p. {tracker} setup` | Configure integration (REQUIRED FIRST) |
|
|
32
|
+
| `p. {tracker} start <ID>` | Start working on issue |
|
|
33
|
+
| `p. {tracker} comment <ID> <text>` | Add comment to issue |
|
|
34
|
+
|
|
35
|
+
---
|
|
36
|
+
|
|
37
|
+
## Step 1: Validate Project (COMMON)
|
|
38
|
+
|
|
39
|
+
```
|
|
40
|
+
READ: .prjct/prjct.config.json
|
|
41
|
+
EXTRACT: projectId
|
|
42
|
+
SET: globalPath = ~/.prjct-cli/projects/{projectId}
|
|
43
|
+
|
|
44
|
+
IF file not found:
|
|
45
|
+
OUTPUT: "No prjct project. Run `p. init` first."
|
|
46
|
+
STOP
|
|
47
|
+
```
|
|
48
|
+
|
|
49
|
+
---
|
|
50
|
+
|
|
51
|
+
## Step 2: Check Authentication (TRACKER-SPECIFIC)
|
|
52
|
+
|
|
53
|
+
**Override this section per tracker.**
|
|
54
|
+
|
|
55
|
+
Common patterns:
|
|
56
|
+
- **MCP OAuth** (Linear, JIRA): First use opens browser
|
|
57
|
+
- **API Token** (GitHub): Requires env var
|
|
58
|
+
- **Both supported** (JIRA): OAuth preferred, token fallback
|
|
59
|
+
|
|
60
|
+
```
|
|
61
|
+
# Check for existing config
|
|
62
|
+
READ: {globalPath}/project.json → integrations.{tracker}
|
|
63
|
+
|
|
64
|
+
IF config exists AND config.enabled:
|
|
65
|
+
# Use existing credentials
|
|
66
|
+
SET: authMode = config.authMode
|
|
67
|
+
ELSE:
|
|
68
|
+
# Need setup
|
|
69
|
+
OUTPUT: "{TRACKER} not configured. Run `p. {tracker} setup` first."
|
|
70
|
+
STOP
|
|
71
|
+
```
|
|
72
|
+
|
|
73
|
+
---
|
|
74
|
+
|
|
75
|
+
## Step 3: Install MCP Server (COMMON)
|
|
76
|
+
|
|
77
|
+
```
|
|
78
|
+
READ: ~/.claude/settings.json (create {} if not exists)
|
|
79
|
+
CHECK: Does mcpServers.{mcpServerName} exist?
|
|
80
|
+
|
|
81
|
+
IF not exists:
|
|
82
|
+
MERGE MCP config:
|
|
83
|
+
{
|
|
84
|
+
"mcpServers": {
|
|
85
|
+
"{mcpServerName}": {mcpConfig}
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
WRITE: ~/.claude/settings.json
|
|
90
|
+
|
|
91
|
+
OUTPUT: "✅ Installed {TRACKER} MCP server"
|
|
92
|
+
OUTPUT: ""
|
|
93
|
+
OUTPUT: "⚠️ Restart Claude Code to activate the MCP server."
|
|
94
|
+
OUTPUT: "Then run `p. {tracker} setup` again to complete configuration."
|
|
95
|
+
STOP
|
|
96
|
+
```
|
|
97
|
+
|
|
98
|
+
---
|
|
99
|
+
|
|
100
|
+
## Step 4: Check MCP Tools Available (COMMON)
|
|
101
|
+
|
|
102
|
+
```
|
|
103
|
+
CHECK: Are {mcpPrefix}* tools available?
|
|
104
|
+
|
|
105
|
+
IF not available:
|
|
106
|
+
OUTPUT: "{TRACKER} MCP is installed but not yet active."
|
|
107
|
+
OUTPUT: "Restart Claude Code, then run `p. {tracker} setup` again."
|
|
108
|
+
STOP
|
|
109
|
+
```
|
|
110
|
+
|
|
111
|
+
---
|
|
112
|
+
|
|
113
|
+
## Subcommand: setup (COMMON FLOW)
|
|
114
|
+
|
|
115
|
+
### Flow
|
|
116
|
+
|
|
117
|
+
1. **Install MCP + Verify tools available**
|
|
118
|
+
- Execute Step 3 (auto-install if needed)
|
|
119
|
+
- Execute Step 4 (verify tools active)
|
|
120
|
+
- IF not available: Prompt restart and STOP
|
|
121
|
+
|
|
122
|
+
2. **Test connection (TRACKER-SPECIFIC)**
|
|
123
|
+
- Call list/get endpoint to verify auth
|
|
124
|
+
- MCP OAuth may open browser on first call
|
|
125
|
+
|
|
126
|
+
3. **Get user info (TRACKER-SPECIFIC)**
|
|
127
|
+
- Get current user
|
|
128
|
+
- List available projects/teams
|
|
129
|
+
|
|
130
|
+
4. **Ask user to select project/team**
|
|
131
|
+
```
|
|
132
|
+
ASK: "Select your default {project|team|board}"
|
|
133
|
+
OPTIONS: List from step 3
|
|
134
|
+
```
|
|
135
|
+
|
|
136
|
+
5. **Save config to project.json**
|
|
137
|
+
```json
|
|
138
|
+
{
|
|
139
|
+
"integrations": {
|
|
140
|
+
"{tracker}": {
|
|
141
|
+
"enabled": true,
|
|
142
|
+
"authMode": "{mcp|token}",
|
|
143
|
+
"{projectKey}": "{selected}",
|
|
144
|
+
"setupAt": "{timestamp}"
|
|
145
|
+
}
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
```
|
|
149
|
+
|
|
150
|
+
### Output
|
|
151
|
+
|
|
152
|
+
```
|
|
153
|
+
✅ {TRACKER} configured
|
|
154
|
+
|
|
155
|
+
{Connected as: {user} (if available)}
|
|
156
|
+
{Project|Team}: {name}
|
|
157
|
+
Auth: {authMode}
|
|
158
|
+
|
|
159
|
+
Next: `p. {tracker}` to see your issues
|
|
160
|
+
```
|
|
161
|
+
|
|
162
|
+
---
|
|
163
|
+
|
|
164
|
+
## Subcommand: status (default, no args) - COMMON FLOW
|
|
165
|
+
|
|
166
|
+
```
|
|
167
|
+
1. Validate auth (Step 2)
|
|
168
|
+
2. Call list issues API with assignee filter
|
|
169
|
+
3. Format and display
|
|
170
|
+
|
|
171
|
+
OUTPUT:
|
|
172
|
+
{TRACKER}: Connected ✓
|
|
173
|
+
{Project|Team}: {name}
|
|
174
|
+
|
|
175
|
+
Your issues ({count}):
|
|
176
|
+
• {ID-1} {title} ({status})
|
|
177
|
+
• {ID-2} {title} ({status})
|
|
178
|
+
...
|
|
179
|
+
|
|
180
|
+
Next: `p. {tracker} start {ID}` to begin work
|
|
181
|
+
```
|
|
182
|
+
|
|
183
|
+
---
|
|
184
|
+
|
|
185
|
+
## Subcommand: start <ID> - COMMON FLOW
|
|
186
|
+
|
|
187
|
+
```
|
|
188
|
+
1. Get issue by ID
|
|
189
|
+
USE: {mcpPrefix}get_issue or equivalent
|
|
190
|
+
|
|
191
|
+
2. Update status to "In Progress"
|
|
192
|
+
USE: {mcpPrefix}update_issue or transition
|
|
193
|
+
|
|
194
|
+
3. Create prjct task from issue
|
|
195
|
+
- Extract title, description
|
|
196
|
+
- Create task with linked issueId
|
|
197
|
+
|
|
198
|
+
4. Create git branch
|
|
199
|
+
SET: branchName = {type}/{ID}-{slug}
|
|
200
|
+
BASH: git checkout -b {branchName}
|
|
201
|
+
|
|
202
|
+
OUTPUT:
|
|
203
|
+
Started: {ID} - {title}
|
|
204
|
+
|
|
205
|
+
Branch: {branchName}
|
|
206
|
+
{TRACKER}: In Progress ✓
|
|
207
|
+
|
|
208
|
+
Next: Work on the task, then `p. done`
|
|
209
|
+
```
|
|
210
|
+
|
|
211
|
+
---
|
|
212
|
+
|
|
213
|
+
## Subcommand: comment <ID> <text> - COMMON FLOW
|
|
214
|
+
|
|
215
|
+
```
|
|
216
|
+
1. Get issue ID (may need to lookup)
|
|
217
|
+
2. Add comment via MCP
|
|
218
|
+
|
|
219
|
+
OUTPUT:
|
|
220
|
+
Comment added to {ID}
|
|
221
|
+
```
|
|
222
|
+
|
|
223
|
+
---
|
|
224
|
+
|
|
225
|
+
## Config Storage (COMMON)
|
|
226
|
+
|
|
227
|
+
| What | Where |
|
|
228
|
+
|------|-------|
|
|
229
|
+
| Auth | Varies: Env var, MCP OAuth, or keychain |
|
|
230
|
+
| Config | `{globalPath}/project.json` → `integrations.{tracker}` |
|
|
231
|
+
| Issue cache | `{globalPath}/storage/issues.json` (optional) |
|
|
232
|
+
|
|
233
|
+
---
|
|
234
|
+
|
|
235
|
+
## Error Handling (COMMON)
|
|
236
|
+
|
|
237
|
+
| Error | Action |
|
|
238
|
+
|-------|--------|
|
|
239
|
+
| No project | "Run `p. init` first" |
|
|
240
|
+
| Auth not configured | "Run `p. {tracker} setup` first" |
|
|
241
|
+
| MCP tools not found | "Restart Claude Code after setup" |
|
|
242
|
+
| Auth failed | Re-authenticate message |
|
|
243
|
+
| Issue not found | "Issue {ID} not found in {TRACKER}" |
|
|
244
|
+
| Rate limited | "Rate limited. Try again later" |
|
|
245
|
+
|
|
246
|
+
---
|
|
247
|
+
|
|
248
|
+
## Output Format (COMMON)
|
|
249
|
+
|
|
250
|
+
```
|
|
251
|
+
{action}: {result}
|
|
252
|
+
|
|
253
|
+
{details}
|
|
254
|
+
|
|
255
|
+
Next: {suggested action}
|
|
256
|
+
```
|
|
257
|
+
|
|
258
|
+
---
|
|
259
|
+
|
|
260
|
+
## MCP Tool Mapping
|
|
261
|
+
|
|
262
|
+
| Operation | Pattern |
|
|
263
|
+
|-----------|---------|
|
|
264
|
+
| List issues | `{mcpPrefix}list_issues` |
|
|
265
|
+
| Get issue | `{mcpPrefix}get_issue` |
|
|
266
|
+
| Update issue | `{mcpPrefix}update_issue` |
|
|
267
|
+
| Create issue | `{mcpPrefix}create_issue` |
|
|
268
|
+
| Add comment | `{mcpPrefix}create_comment` |
|
|
269
|
+
|
|
270
|
+
---
|
|
271
|
+
|
|
272
|
+
## Tracker-Specific Overrides
|
|
273
|
+
|
|
274
|
+
When implementing a tracker:
|
|
275
|
+
|
|
276
|
+
1. **INHERIT** all common flows from this base
|
|
277
|
+
2. **OVERRIDE** authentication check with tracker-specific logic
|
|
278
|
+
3. **IMPLEMENT** MCP tool calls with correct tool names
|
|
279
|
+
4. **ADD** tracker-specific subcommands if needed
|
|
280
|
+
|
|
281
|
+
---
|
|
282
|
+
|
|
283
|
+
## Example Implementation Pattern
|
|
284
|
+
|
|
285
|
+
```markdown
|
|
286
|
+
# p. {tracker} - {Tracker Name} Integration
|
|
287
|
+
|
|
288
|
+
**EXTENDS**: `_bases/tracker-base.md`
|
|
289
|
+
|
|
290
|
+
## Tracker-Specific Config
|
|
291
|
+
|
|
292
|
+
- `{mcpServerName}`: "{mcp server identifier}"
|
|
293
|
+
- `{mcpPrefix}`: "{tool prefix}"
|
|
294
|
+
- `{projectKey}`: "{what they call it - team, project, repo}"
|
|
295
|
+
|
|
296
|
+
## Authentication Override
|
|
297
|
+
|
|
298
|
+
{Tracker-specific auth flow}
|
|
299
|
+
|
|
300
|
+
## MCP Tool Reference
|
|
301
|
+
|
|
302
|
+
| Operation | MCP Tool |
|
|
303
|
+
|-----------|----------|
|
|
304
|
+
{Tracker-specific tool mappings}
|
|
305
|
+
|
|
306
|
+
## Additional Subcommands (if any)
|
|
307
|
+
|
|
308
|
+
{Tracker-specific commands}
|
|
309
|
+
```
|