prjct-cli 0.35.2 → 0.35.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/core/commands/analysis.ts +58 -32
- package/core/commands/command-data.ts +11 -50
- package/core/commands/commands.ts +18 -21
- package/core/commands/context.ts +238 -0
- package/core/commands/register.ts +7 -5
- package/core/commands/setup.ts +1 -17
- package/core/commands/workflow.ts +3 -2
- package/core/index.ts +2 -4
- package/core/services/index.ts +2 -0
- package/core/services/sync-service.ts +1080 -0
- package/core/types/commands.ts +0 -12
- package/core/types/index.ts +0 -1
- package/dist/bin/prjct.mjs +1219 -310
- package/package.json +2 -8
- package/templates/_bases/tracker-base.md +309 -0
- package/templates/agentic/agent-routing.md +22 -88
- package/templates/agentic/agents/uxui.md +42 -197
- package/templates/agentic/context-filtering.md +14 -56
- package/templates/agentic/orchestrator.md +31 -365
- package/templates/agentic/skill-integration.md +37 -289
- package/templates/agentic/subagent-generation.md +31 -104
- package/templates/agentic/task-fragmentation.md +39 -273
- package/templates/agents/AGENTS.md +32 -188
- package/templates/commands/bug.md +22 -520
- package/templates/commands/dash.md +26 -161
- package/templates/commands/done.md +19 -250
- package/templates/commands/enrich.md +21 -732
- package/templates/commands/github.md +9 -0
- package/templates/commands/history.md +296 -83
- package/templates/commands/idea.md +18 -160
- package/templates/commands/init.md +20 -209
- package/templates/commands/jira.md +9 -0
- package/templates/commands/linear.md +9 -0
- package/templates/commands/merge.md +21 -185
- package/templates/commands/monday.md +9 -0
- package/templates/commands/next.md +21 -103
- package/templates/commands/p.md +198 -63
- package/templates/commands/pause.md +21 -272
- package/templates/commands/resume.md +19 -348
- package/templates/commands/setup.md +0 -1
- package/templates/commands/ship.md +30 -627
- package/templates/commands/sync.md +11 -1345
- package/templates/commands/task.md +17 -439
- package/templates/commands/test.md +30 -259
- package/CLAUDE.md +0 -211
- 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/packages/shared/package.json +0 -29
- package/packages/shared/src/index.ts +0 -10
- package/packages/shared/src/schemas.ts +0 -124
- package/packages/shared/src/types.ts +0 -187
- package/packages/shared/src/unified.ts +0 -174
- package/packages/shared/src/utils.ts +0 -148
- package/packages/shared/tsconfig.json +0 -18
- package/templates/commands/redo.md +0 -144
- package/templates/commands/undo.md +0 -154
|
@@ -1,178 +1,43 @@
|
|
|
1
1
|
---
|
|
2
|
-
allowed-tools: [Read
|
|
3
|
-
description: 'Unified dashboard - project status, progress, and roadmap'
|
|
4
|
-
timestamp-rule: 'ALWAYS use GetTimestamp() and GetDate() tools for timestamps'
|
|
5
|
-
architecture: 'Write-Through (JSON → MD → Events)'
|
|
6
|
-
storage-layer: true
|
|
7
|
-
source-of-truth: 'storage/*.json'
|
|
8
|
-
claude-context: 'context/*.md'
|
|
2
|
+
allowed-tools: [Read]
|
|
9
3
|
---
|
|
10
4
|
|
|
11
|
-
#
|
|
5
|
+
# p. dash
|
|
12
6
|
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
Reads from **Storage (JSON)** as source of truth.
|
|
16
|
-
|
|
17
|
-
**Source of Truth**:
|
|
18
|
-
- `storage/state.json` - Current/paused tasks
|
|
19
|
-
- `storage/queue.json` - Task queue
|
|
20
|
-
- `storage/ideas.json` - Ideas list
|
|
21
|
-
- `storage/shipped.json` - Shipped features
|
|
22
|
-
|
|
23
|
-
## Usage
|
|
24
|
-
|
|
25
|
-
```
|
|
26
|
-
/p:dash # Full dashboard (default view)
|
|
27
|
-
/p:dash week # Weekly progress focus
|
|
28
|
-
/p:dash month # Monthly progress focus
|
|
29
|
-
/p:dash roadmap # Roadmap and planning focus
|
|
30
|
-
/p:dash compact # Minimal status only
|
|
7
|
+
```bash
|
|
8
|
+
prjct context dash
|
|
31
9
|
```
|
|
32
10
|
|
|
33
|
-
|
|
34
|
-
- `{
|
|
35
|
-
- `{globalPath}
|
|
36
|
-
- `{
|
|
37
|
-
- `{
|
|
38
|
-
- `{ideasPath}`: `{globalPath}/storage/ideas.json`
|
|
39
|
-
- `{shippedPath}`: `{globalPath}/storage/shipped.json`
|
|
40
|
-
|
|
41
|
-
## Flow
|
|
42
|
-
|
|
43
|
-
1. **Read all storage files**:
|
|
44
|
-
- `storage/state.json` → Active and paused tasks
|
|
45
|
-
- `storage/queue.json` → Priority queue
|
|
46
|
-
- `storage/shipped.json` → Recent ships
|
|
47
|
-
- `storage/ideas.json` → Recent ideas
|
|
48
|
-
|
|
49
|
-
2. **Calculate metrics**:
|
|
50
|
-
- Current task and elapsed time
|
|
51
|
-
- Tasks completed today/week/month
|
|
52
|
-
- Paused tasks count
|
|
53
|
-
- Queue depth
|
|
54
|
-
- Days since last ship
|
|
55
|
-
- Velocity (tasks/week)
|
|
56
|
-
|
|
57
|
-
3. **Generate view based on param**:
|
|
58
|
-
- Default → Balanced overview
|
|
59
|
-
- Week/Month → Progress focused
|
|
60
|
-
- Roadmap → Planning focused
|
|
61
|
-
- Compact → Just essentials
|
|
62
|
-
|
|
63
|
-
## Response Formats
|
|
64
|
-
|
|
65
|
-
### Default Dashboard
|
|
11
|
+
READ all storage files:
|
|
12
|
+
- `{globalPath}/storage/state.json` → current/paused task
|
|
13
|
+
- `{globalPath}/storage/queue.json` → queue
|
|
14
|
+
- `{globalPath}/storage/shipped.json` → ships
|
|
15
|
+
- `{globalPath}/storage/ideas.json` → ideas
|
|
66
16
|
|
|
17
|
+
**Output (default)**:
|
|
67
18
|
```
|
|
68
|
-
|
|
69
|
-
│ 📊 PROJECT DASHBOARD │
|
|
70
|
-
├─────────────────────────────────────────┤
|
|
71
|
-
│ 🎯 Current Focus │
|
|
72
|
-
│ {active_task} │
|
|
73
|
-
│ Started: {time_ago} | Session: {id} │
|
|
74
|
-
├─────────────────────────────────────────┤
|
|
75
|
-
│ ⏸️ Paused: {paused_task or "None"} │
|
|
76
|
-
├─────────────────────────────────────────┤
|
|
77
|
-
│ 📋 Queue ({queue_count}) │
|
|
78
|
-
│ • {next_task_1} │
|
|
79
|
-
│ • {next_task_2} │
|
|
80
|
-
│ • {next_task_3} │
|
|
81
|
-
├─────────────────────────────────────────┤
|
|
82
|
-
│ 🚀 Recent Ships │
|
|
83
|
-
│ • {ship_1} - {date} │
|
|
84
|
-
│ • {ship_2} - {date} │
|
|
85
|
-
├─────────────────────────────────────────┤
|
|
86
|
-
│ 💡 Ideas ({ideas_count}) │
|
|
87
|
-
└─────────────────────────────────────────┘
|
|
19
|
+
📊 DASHBOARD
|
|
88
20
|
|
|
89
|
-
|
|
90
|
-
|
|
21
|
+
🎯 Current: {task} ({elapsed})
|
|
22
|
+
⏸️ Paused: {paused_task or "None"}
|
|
91
23
|
|
|
92
|
-
|
|
24
|
+
📋 Queue ({count})
|
|
25
|
+
• {task_1}
|
|
26
|
+
• {task_2}
|
|
93
27
|
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
📋 Queue: {queue_count} | ⏸️ Paused: {paused ? "Yes" : "No"}
|
|
97
|
-
🚀 Last ship: {days}d ago
|
|
98
|
-
💡 Ideas: {ideas_count}
|
|
28
|
+
🚀 Recent: {last_ship} ({days}d ago)
|
|
29
|
+
💡 Ideas: {count}
|
|
99
30
|
|
|
100
|
-
|
|
31
|
+
Next:
|
|
32
|
+
- Finish → `p. done`
|
|
33
|
+
- Ship → `p. ship`
|
|
34
|
+
- Queue → `p. next`
|
|
101
35
|
```
|
|
102
36
|
|
|
103
|
-
|
|
104
|
-
|
|
37
|
+
**Compact** (`p. dash compact`):
|
|
105
38
|
```
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
## Completed Tasks ({count})
|
|
109
|
-
✅ {task_1} - {duration}
|
|
110
|
-
✅ {task_2} - {duration}
|
|
111
|
-
|
|
112
|
-
## Features Shipped ({count})
|
|
113
|
-
🚀 {feature_1} - {date}
|
|
114
|
-
|
|
115
|
-
## Metrics
|
|
116
|
-
**Velocity**: {tasks_per_day} tasks/day
|
|
117
|
-
**Focus Time**: {total_hours} hours
|
|
39
|
+
🎯 {task} | 📋 {queue} | 🚀 {days}d ago
|
|
118
40
|
```
|
|
119
41
|
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
| Data | Storage File | Field |
|
|
123
|
-
|------|--------------|-------|
|
|
124
|
-
| Current Task | `storage/state.json` | `currentTask` |
|
|
125
|
-
| Paused Task | `storage/state.json` | `pausedTask` |
|
|
126
|
-
| Queue Tasks | `storage/queue.json` | `tasks[]` |
|
|
127
|
-
| Ideas | `storage/ideas.json` | `ideas[]` |
|
|
128
|
-
| Shipped | `storage/shipped.json` | `shipped[]` |
|
|
129
|
-
|
|
130
|
-
## Error Handling
|
|
131
|
-
|
|
132
|
-
| Error | Response |
|
|
133
|
-
|-------|----------|
|
|
134
|
-
| No project | "No prjct project. Run /p:init first." |
|
|
135
|
-
| No storage files | Show empty dashboard |
|
|
136
|
-
| Parse error | Skip that section |
|
|
137
|
-
|
|
138
|
-
## Natural Language Support
|
|
139
|
-
|
|
140
|
-
Detect intent:
|
|
141
|
-
- "p. dashboard" → Full dashboard
|
|
142
|
-
- "p. dash" → Full dashboard
|
|
143
|
-
- "p. status" → Compact view (absorbed /p:status)
|
|
144
|
-
- "p. progress" → Weekly view (absorbed /p:progress)
|
|
145
|
-
- "p. recap" → Full dashboard (absorbed /p:recap)
|
|
146
|
-
- "p. how am I doing" → Default view
|
|
147
|
-
- "p. weekly" → Weekly progress
|
|
148
|
-
|
|
149
|
-
## Absorbed Commands
|
|
150
|
-
|
|
151
|
-
This command consolidates:
|
|
152
|
-
- `/p:status` → Use `/p:dash compact`
|
|
153
|
-
- `/p:progress` → Use `/p:dash week` or `/p:dash month`
|
|
154
|
-
- `/p:recap` → Use `/p:dash` (default)
|
|
155
|
-
- `/p:roadmap` → Use `/p:next roadmap`
|
|
156
|
-
|
|
157
|
-
## KPI Metrics (from /p:status)
|
|
158
|
-
|
|
159
|
-
Calculate and display:
|
|
160
|
-
```
|
|
161
|
-
Sprint: [████░] {%}
|
|
162
|
-
Tasks: {done}/{total}
|
|
163
|
-
Ship: {days} ago
|
|
164
|
-
Focus: {task}
|
|
165
|
-
```
|
|
166
|
-
|
|
167
|
-
## Progress Metrics (from /p:progress)
|
|
168
|
-
|
|
169
|
-
For week/month views:
|
|
170
|
-
```
|
|
171
|
-
📈 {period} | 🚀 {N} shipped | ⚡ {velocity}/day | Trend: {↗%}
|
|
172
|
-
```
|
|
173
|
-
|
|
174
|
-
### Velocity Calculation
|
|
175
|
-
```
|
|
176
|
-
velocity = shipped_count / days_in_period
|
|
177
|
-
trend = (current_velocity - previous_velocity) / previous_velocity * 100
|
|
178
|
-
```
|
|
42
|
+
**Week/Month** (`p. dash week`):
|
|
43
|
+
Show completed tasks, velocity, focus time
|
|
@@ -1,266 +1,35 @@
|
|
|
1
1
|
---
|
|
2
2
|
allowed-tools: [Read, Write, Bash, AskUserQuestion]
|
|
3
|
-
description: 'Complete subtask or mark implement phase done'
|
|
4
3
|
---
|
|
5
4
|
|
|
6
|
-
#
|
|
5
|
+
# p. done
|
|
7
6
|
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
**Note**: In workflow mode, p. done advances subtasks within the implement phase. To complete the full workflow:
|
|
11
|
-
```
|
|
12
|
-
p. task → (implement) → p. done (subtasks) → p. test → p. review → p. merge → p. ship → p. verify
|
|
13
|
-
```
|
|
14
|
-
|
|
15
|
-
## Usage
|
|
16
|
-
```
|
|
17
|
-
/p:done
|
|
18
|
-
```
|
|
19
|
-
|
|
20
|
-
## Flow
|
|
21
|
-
|
|
22
|
-
### Step 1: Validate
|
|
23
|
-
READ: `.prjct/prjct.config.json` → extract `projectId`
|
|
24
|
-
IF missing: "No prjct project. Run /p:init first." → STOP
|
|
25
|
-
|
|
26
|
-
SET: `{globalPath}` = `~/.prjct-cli/projects/{projectId}`
|
|
27
|
-
|
|
28
|
-
READ: `{globalPath}/storage/state.json`
|
|
29
|
-
IF no `currentTask` OR status != "active":
|
|
30
|
-
OUTPUT: "No active task. Use p. task to start one."
|
|
31
|
-
STOP
|
|
32
|
-
|
|
33
|
-
EXTRACT: `{task}` = currentTask.description
|
|
34
|
-
EXTRACT: `{startedAt}` = currentTask.startedAt
|
|
35
|
-
EXTRACT: `{sessionId}` = currentTask.sessionId
|
|
36
|
-
EXTRACT: `{estimate}` = currentTask.estimate (optional)
|
|
37
|
-
|
|
38
|
-
### Step 1.5: Handle Subtask Completion (AGENTIC)
|
|
39
|
-
|
|
40
|
-
IF currentTask.subtasks exists AND currentTask.subtasks.length > 0:
|
|
41
|
-
SET: {currentIndex} = currentTask.currentSubtaskIndex
|
|
42
|
-
SET: {currentSubtask} = currentTask.subtasks[{currentIndex}]
|
|
43
|
-
SET: {totalSubtasks} = currentTask.subtasks.length
|
|
44
|
-
SET: {nextIndex} = {currentIndex} + 1
|
|
45
|
-
SET: {hasMoreSubtasks} = {nextIndex} < {totalSubtasks}
|
|
46
|
-
|
|
47
|
-
IF {hasMoreSubtasks}:
|
|
48
|
-
SET: {nextSubtask} = currentTask.subtasks[{nextIndex}]
|
|
49
|
-
SET: {completedCount} = subtasks where status == "completed" + 1
|
|
50
|
-
SET: {remainingCount} = {totalSubtasks} - {completedCount}
|
|
51
|
-
|
|
52
|
-
USE AskUserQuestion:
|
|
53
|
-
```
|
|
54
|
-
question: "Subtask '{currentSubtask.description}' done. What's next?"
|
|
55
|
-
header: "Subtask Complete"
|
|
56
|
-
options:
|
|
57
|
-
- label: "Next: {nextSubtask.description}"
|
|
58
|
-
description: "{remainingCount} subtasks remaining"
|
|
59
|
-
- label: "Complete entire feature"
|
|
60
|
-
description: "Finish '{currentTask.parentDescription}' now"
|
|
61
|
-
- label: "More work needed"
|
|
62
|
-
description: "Continue on this subtask"
|
|
63
|
-
```
|
|
64
|
-
|
|
65
|
-
IF choice starts with "Next:":
|
|
66
|
-
SET: {now} = GetTimestamp()
|
|
67
|
-
# Mark current subtask complete
|
|
68
|
-
SET: currentTask.subtasks[{currentIndex}].status = "completed"
|
|
69
|
-
SET: currentTask.subtasks[{currentIndex}].completedAt = "{now}"
|
|
70
|
-
# Start next subtask
|
|
71
|
-
SET: currentTask.subtasks[{nextIndex}].status = "active"
|
|
72
|
-
SET: currentTask.currentSubtaskIndex = {nextIndex}
|
|
73
|
-
SET: currentTask.description = "{nextSubtask.description}"
|
|
74
|
-
|
|
75
|
-
WRITE: `{globalPath}/storage/state.json`
|
|
76
|
-
|
|
77
|
-
APPEND to `{globalPath}/memory/events.jsonl`:
|
|
78
|
-
{"timestamp":"{now}","action":"subtask_completed","subtaskId":"{currentSubtask.id}","nextSubtaskId":"{nextSubtask.id}"}
|
|
79
|
-
|
|
80
|
-
OUTPUT:
|
|
81
|
-
```
|
|
82
|
-
✅ {currentSubtask.description}
|
|
83
|
-
|
|
84
|
-
Now: {nextSubtask.description}
|
|
85
|
-
Progress: {completedCount}/{totalSubtasks} subtasks
|
|
86
|
-
|
|
87
|
-
p. done when finished
|
|
88
|
-
```
|
|
89
|
-
STOP
|
|
90
|
-
|
|
91
|
-
IF choice == "Complete entire feature":
|
|
92
|
-
# Mark all remaining as skipped, continue to normal done flow
|
|
93
|
-
FOR each subtask in currentTask.subtasks:
|
|
94
|
-
IF subtask.status == "pending":
|
|
95
|
-
SET: subtask.status = "skipped"
|
|
96
|
-
SET: currentTask.subtasks[{currentIndex}].status = "completed"
|
|
97
|
-
OUTPUT: "Completing feature: {currentTask.parentDescription}"
|
|
98
|
-
# Continue to Step 2
|
|
99
|
-
|
|
100
|
-
IF choice == "More work needed":
|
|
101
|
-
OUTPUT: "Continuing: {currentSubtask.description}"
|
|
102
|
-
STOP
|
|
103
|
-
|
|
104
|
-
ELSE:
|
|
105
|
-
# Last subtask - mark complete and continue to normal done flow
|
|
106
|
-
SET: {now} = GetTimestamp()
|
|
107
|
-
SET: currentTask.subtasks[{currentIndex}].status = "completed"
|
|
108
|
-
SET: currentTask.subtasks[{currentIndex}].completedAt = "{now}"
|
|
109
|
-
OUTPUT: "Final subtask done. Completing feature..."
|
|
110
|
-
# Continue to Step 2
|
|
111
|
-
|
|
112
|
-
### Step 2: Calculate Metrics
|
|
113
|
-
GET timestamp: `bun -e "console.log(new Date().toISOString())" 2>/dev/null || node -e "console.log(new Date().toISOString())"`
|
|
114
|
-
SET: `{now}` = result
|
|
115
|
-
|
|
116
|
-
CALCULATE: `{duration}` = time between startedAt and now
|
|
117
|
-
FORMAT: as "Xh Ym" or "Xm"
|
|
118
|
-
|
|
119
|
-
IF estimate exists:
|
|
120
|
-
CALCULATE: `{accuracy}` = 100 - |((actual - estimate) / estimate) * 100|
|
|
121
|
-
CAP at 0-100%
|
|
122
|
-
|
|
123
|
-
BASH: `git rev-list --count --since="{startedAt}" HEAD 2>/dev/null || echo "0"`
|
|
124
|
-
SET: `{commits}` = result
|
|
125
|
-
|
|
126
|
-
BASH: `git diff --stat HEAD~{commits} 2>/dev/null || git diff --stat`
|
|
127
|
-
EXTRACT: `{filesChanged}`, `{linesAdded}`, `{linesRemoved}`
|
|
128
|
-
|
|
129
|
-
### Step 3: Update Storage
|
|
130
|
-
Update `{globalPath}/storage/state.json`:
|
|
131
|
-
- Move currentTask to previousTask with status: "completed"
|
|
132
|
-
- Set currentTask = null
|
|
133
|
-
- Set lastUpdated = {now}
|
|
134
|
-
- Add completedAt, duration, accuracy, metrics
|
|
135
|
-
|
|
136
|
-
WRITE: `{globalPath}/storage/state.json`
|
|
137
|
-
|
|
138
|
-
### Step 4: Generate Context
|
|
139
|
-
WRITE: `{globalPath}/context/now.md`:
|
|
140
|
-
```markdown
|
|
141
|
-
# NOW
|
|
142
|
-
|
|
143
|
-
_No active task_
|
|
144
|
-
|
|
145
|
-
Use `/p:now <task>` to start working.
|
|
146
|
-
```
|
|
147
|
-
|
|
148
|
-
### Step 5: Log Events
|
|
149
|
-
APPEND to `{globalPath}/sync/pending.json`:
|
|
150
|
-
```json
|
|
151
|
-
{"type":"task.completed","data":{...},"timestamp":"{now}"}
|
|
152
|
-
```
|
|
153
|
-
|
|
154
|
-
APPEND to `{globalPath}/memory/events.jsonl`:
|
|
155
|
-
```json
|
|
156
|
-
{"timestamp":"{now}","action":"task_completed","task":"{task}","duration":{seconds}}
|
|
157
|
-
```
|
|
158
|
-
|
|
159
|
-
APPEND to `{globalPath}/progress/sessions/{YYYY-MM}/{date}.jsonl`:
|
|
160
|
-
```json
|
|
161
|
-
{"ts":"{now}","type":"task_complete","task":"{task}","duration":"{duration}"}
|
|
7
|
+
```bash
|
|
8
|
+
prjct context done
|
|
162
9
|
```
|
|
163
10
|
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
IF currentTask.type == "bug" AND state.interruptedTask exists:
|
|
167
|
-
USE AskUserQuestion:
|
|
168
|
-
```
|
|
169
|
-
question: "Bug fixed! Resume '{state.interruptedTask.description}'?"
|
|
170
|
-
header: "Bug Complete"
|
|
171
|
-
options:
|
|
172
|
-
- label: "Resume previous task"
|
|
173
|
-
description: "Return to '{state.interruptedTask.description}'"
|
|
174
|
-
- label: "Pick from queue"
|
|
175
|
-
description: "See what else is waiting"
|
|
176
|
-
- label: "Done for now"
|
|
177
|
-
description: "No active task"
|
|
178
|
-
```
|
|
179
|
-
|
|
180
|
-
IF choice == "Resume previous task":
|
|
181
|
-
SET: {now} = GetTimestamp()
|
|
182
|
-
SET: currentTask = state.interruptedTask
|
|
183
|
-
SET: currentTask.status = "active"
|
|
184
|
-
SET: currentTask.resumedAt = "{now}"
|
|
185
|
-
SET: state.interruptedTask = null
|
|
186
|
-
|
|
187
|
-
WRITE: `{globalPath}/storage/state.json`
|
|
188
|
-
|
|
189
|
-
APPEND to `{globalPath}/memory/events.jsonl`:
|
|
190
|
-
{"timestamp":"{now}","action":"task_resumed_from_interrupt","taskId":"{currentTask.id}"}
|
|
191
|
-
|
|
192
|
-
OUTPUT:
|
|
193
|
-
```
|
|
194
|
-
✅ Bug fixed ({duration})
|
|
195
|
-
|
|
196
|
-
Resumed: {currentTask.description}
|
|
197
|
-
|
|
198
|
-
p. done when finished
|
|
199
|
-
```
|
|
200
|
-
STOP
|
|
11
|
+
IF no `currentTask` → "No active task. Use p. task"
|
|
201
12
|
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
13
|
+
IF has subtasks AND more remaining:
|
|
14
|
+
Ask: "Next subtask?" | "Complete all?" | "Continue current?"
|
|
15
|
+
IF next → update `currentSubtaskIndex++`, output progress, STOP
|
|
16
|
+
IF continue → STOP
|
|
206
17
|
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
18
|
+
Mark complete:
|
|
19
|
+
- `currentTask.status = "completed"`
|
|
20
|
+
- `currentTask.completedAt = {now}`
|
|
21
|
+
- Move to `previousTask`, set `currentTask = null`
|
|
210
22
|
|
|
211
|
-
|
|
212
|
-
{FOR each in topTasks: "- {task.description}"}
|
|
23
|
+
WRITE `{globalPath}/storage/state.json`
|
|
213
24
|
|
|
214
|
-
|
|
215
|
-
```
|
|
216
|
-
STOP
|
|
217
|
-
|
|
218
|
-
IF choice == "Done for now":
|
|
219
|
-
OUTPUT:
|
|
220
|
-
```
|
|
221
|
-
✅ Bug fixed ({duration})
|
|
222
|
-
|
|
223
|
-
'{state.interruptedTask.description}' saved for later.
|
|
224
|
-
|
|
225
|
-
p. resume to return | p. task for new work
|
|
226
|
-
```
|
|
227
|
-
STOP
|
|
228
|
-
|
|
229
|
-
### Step 6: Output with Queue Suggestion
|
|
230
|
-
|
|
231
|
-
READ: `{globalPath}/storage/queue.json`
|
|
232
|
-
SET: {queueCount} = queue.tasks.length
|
|
233
|
-
SET: {topTask} = queue.tasks[0] if exists
|
|
234
|
-
|
|
235
|
-
WITH estimate:
|
|
25
|
+
**Output**:
|
|
236
26
|
```
|
|
237
27
|
✅ {task} ({duration})
|
|
238
28
|
|
|
239
|
-
|
|
240
|
-
Files: {filesChanged} | +{linesAdded}/-{linesRemoved} | Commits: {commits}
|
|
241
|
-
{IF queueCount > 0: "Queue: {queueCount} tasks | Next: {topTask.description}"}
|
|
242
|
-
|
|
243
|
-
p. task | p. ship | p. next
|
|
244
|
-
```
|
|
29
|
+
Files: {count} | Commits: {count}
|
|
245
30
|
|
|
246
|
-
|
|
31
|
+
Next:
|
|
32
|
+
- More work? → `p. task "description"`
|
|
33
|
+
- Ready to ship? → `p. ship`
|
|
34
|
+
- See queue → `p. next`
|
|
247
35
|
```
|
|
248
|
-
✅ {task} ({duration})
|
|
249
|
-
|
|
250
|
-
Files: {filesChanged} | +{linesAdded}/-{linesRemoved} | Commits: {commits}
|
|
251
|
-
{IF queueCount > 0: "Queue: {queueCount} tasks | Next: {topTask.description}"}
|
|
252
|
-
|
|
253
|
-
p. task | p. ship | p. next
|
|
254
|
-
```
|
|
255
|
-
|
|
256
|
-
## Error Handling
|
|
257
|
-
|
|
258
|
-
| Error | Response | Action |
|
|
259
|
-
|-------|----------|--------|
|
|
260
|
-
| No project | "No prjct project" | STOP |
|
|
261
|
-
| No active task | "No active task" | STOP |
|
|
262
|
-
| Git fails | Use zeros for metrics | CONTINUE |
|
|
263
|
-
|
|
264
|
-
## References
|
|
265
|
-
- Architecture: `~/.prjct-cli/docs/architecture.md`
|
|
266
|
-
- Validation: `~/.prjct-cli/docs/validation.md`
|