prjct-cli 0.64.1 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +261 -1
- package/dist/bin/prjct.mjs +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,270 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## [0.
|
|
3
|
+
## [1.0.0] - 2026-02-05
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
- add input source tagging for context items (PRJ-102) (#106)
|
|
8
|
+
- add timeout management with configurable limits (PRJ-111) (#104)
|
|
9
|
+
- implement graceful degradation for missing dependencies (PRJ-114) (#103)
|
|
10
|
+
- add .prjct-state.md local state file for persistence (PRJ-112) (#102)
|
|
11
|
+
- hierarchical AGENTS.md resolution and template improvements (PRJ-101) (#99)
|
|
12
|
+
- add staleness detection for CLAUDE.md context (PRJ-120) (#97)
|
|
13
|
+
- complete Linear/JIRA workflow integration (#95)
|
|
14
|
+
- monorepo support with nested PRJCT.md inheritance (PRJ-118) (#94)
|
|
15
|
+
- implement output tiers for cleaner CLI output (#88)
|
|
16
|
+
- modular CLAUDE.md for reduced token usage - PRJ-94 (#86)
|
|
17
|
+
- Add showMetrics config option - PRJ-70 (#82)
|
|
18
|
+
- Selective memory retrieval based on task relevance - PRJ-107 (#81)
|
|
19
|
+
- Add session stats to p. stats command - PRJ-89 (#80)
|
|
20
|
+
- Lazy template loading with TTL cache - PRJ-76 (#79)
|
|
21
|
+
- Add confidence scores to all stored preferences - PRJ-104 (#78)
|
|
22
|
+
- Context diff preview before sync applies - PRJ-125 (#77)
|
|
23
|
+
- Unified output system with new methods - PRJ-130 (#76)
|
|
24
|
+
- Error messages with context and recovery hints - PRJ-131 (#75)
|
|
25
|
+
- Read-before-write enforcement for templates - PRJ-108 (#74)
|
|
26
|
+
- Complete and improve help text documentation - PRJ-133 (#73)
|
|
27
|
+
- Workflow hooks via natural language - PRJ-137 (#72)
|
|
28
|
+
- Subtask progress dashboard with domain colors - PRJ-138 (#71)
|
|
29
|
+
- preserve user customizations during sync - PRJ-115 (#70)
|
|
30
|
+
- automated release pipeline - PRJ-147 (#68)
|
|
31
|
+
- add project indexing and analysis services (PRJ-85, PRJ-87) (#66)
|
|
32
|
+
- metrics display in output (PRJ-68, PRJ-69) (#54)
|
|
33
|
+
- add prjct uninstall command (PRJ-146) (#65)
|
|
34
|
+
- add prjct doctor command (PRJ-117) (#62)
|
|
35
|
+
- smart watch mode - auto-sync on file changes (PRJ-123) (#61)
|
|
36
|
+
- add --quiet flag for silent output (PRJ-97) (#60)
|
|
37
|
+
- interactive onboarding wizard (PRJ-124) (#58)
|
|
38
|
+
- smart context filtering tools for AI agents (PRJ-127) (#57)
|
|
39
|
+
- workflow state machine + bidirectional Linear sync (#55)
|
|
40
|
+
- progress indicators for long-running operations (PRJ-129) (#52)
|
|
41
|
+
- agent activity stream for real-time visibility (PRJ-135) (#51)
|
|
42
|
+
- show explicit next steps after each command (PRJ-136) (#50)
|
|
43
|
+
- multi-agent output Phase 3 - Auto-detect + Continue.dev (PRJ-126) (#49)
|
|
44
|
+
- multi-agent output Phase 2 - Copilot + Windsurf (PRJ-126) (#48)
|
|
45
|
+
- multi-agent context output - Phase 1 (PRJ-126) (#47)
|
|
46
|
+
- bidirectional sync Linear ↔ prjct (PRJ-142) (#46)
|
|
47
|
+
- migrate Linear and JIRA from MCP to native SDK (PRJ-141) (#45)
|
|
48
|
+
- enhance skill system with remote installation and lock file (#44)
|
|
49
|
+
- Windsurf IDE support (PRJ-66) (#43)
|
|
50
|
+
- Google Antigravity support via Skills (PRJ-64) (#42)
|
|
51
|
+
- add mandatory plan-before-action rule to all agents
|
|
52
|
+
- Cursor IDE support (PRJ-63) (#40)
|
|
53
|
+
- Cursor IDE support (PRJ-63)
|
|
54
|
+
- dual platform support - Claude + Gemini (PRJ-62) (#39)
|
|
55
|
+
- 100% agentic task routing with subtask fragmentation
|
|
56
|
+
- add agent/skill orchestrator + agentskills.io integration
|
|
57
|
+
- auto-install MCP servers + individual command skills
|
|
58
|
+
- AI-powered ticket enrichment + 4 tracker integrations v0.33.0
|
|
59
|
+
- JIRA MCP integration for corporate SSO v0.32.0
|
|
60
|
+
- JIRA Integration v0.31.0 (#30)
|
|
61
|
+
- PM Expert auto-enrichment + statusline fixes v0.30.2
|
|
62
|
+
- add p. update command for manual sync
|
|
63
|
+
- modular statusline with Linear integration v0.29.0 (#29)
|
|
64
|
+
- redesign build and release flow for npm
|
|
65
|
+
- modular statusline with Linear integration v0.29.0
|
|
66
|
+
- integrate issue tracker and AI enrichment for project management
|
|
67
|
+
- per-project task filtering for status bar v0.28.0
|
|
68
|
+
- Skill integration system v0.27.0 (#24)
|
|
69
|
+
- Claude Code Skill Integration (Agentic) v0.27.0
|
|
70
|
+
- Complete development cycle with workflow integrity v0.26.0
|
|
71
|
+
- Unified /p:task command + auto-sync notification v0.24.0
|
|
72
|
+
- Branch + PR workflow v0.23.0
|
|
73
|
+
- Notion per-project databases + skill registration v0.22.0
|
|
74
|
+
- add optional Notion integration v0.21.0
|
|
75
|
+
- enhance error handling and permissions management
|
|
76
|
+
- UX/UI Design Agent Integration v0.20.0
|
|
77
|
+
- prompt-builder fix + web removal v0.19.0
|
|
78
|
+
- add TestSprite integration for AI-powered testing
|
|
79
|
+
- CLI-API sync bridge + /p:auth command v0.18.0
|
|
80
|
+
- Claude Code sub-agents integration v0.17.0
|
|
81
|
+
- Security, performance, and architecture improvements v0.16.1
|
|
82
|
+
- Dead code cleanup - remove ~6,600 lines v0.16.0
|
|
83
|
+
- Add MCP server configuration for Context7
|
|
84
|
+
- Template optimization - reduce 39 to 27 commands v0.15.0
|
|
85
|
+
- Refactor Project Management with UUID Migration and Enhanced Context Handling
|
|
86
|
+
- Enhance Project Management with Terminal Dock and UI Improvements
|
|
87
|
+
- Actionable Dashboard + Session Recovery v0.14.0
|
|
88
|
+
- Add MomentumWidget + Code workspace + Weekly reports
|
|
89
|
+
- Ship Deep Sync + Cleanup migrations v0.13.0
|
|
90
|
+
- MigrationGate + bug fixes
|
|
91
|
+
- JSON-First Architecture (Zero Data Loss)
|
|
92
|
+
- Implement project stats API and enhance UI components
|
|
93
|
+
- Enhance project management and terminal functionality in web application
|
|
94
|
+
- Revamp web application with Next.js and enhanced features
|
|
95
|
+
- Introduce new server and web components for prjct
|
|
96
|
+
- Release 0.10.14 with 100% agentic delegation and task tool integration
|
|
97
|
+
- Add ⚡ prjct branding with animated spinner
|
|
98
|
+
- 100% agentic agent assignment - JS=orchestrator, Claude=decisions
|
|
99
|
+
- 100% agentic system - eliminate all procedural keyword-based logic
|
|
100
|
+
- Release 0.10.10 with executable templates and context reduction
|
|
101
|
+
- Release 0.10.8 with minimal output system and reduced CLI verbosity
|
|
102
|
+
- Release 0.10.7 with critical improvements and enhanced context handling
|
|
103
|
+
- Enhanced global CLAUDE.md template for better prjct usage
|
|
104
|
+
- Rich project context for Claude
|
|
105
|
+
- Dynamic project context for Claude
|
|
106
|
+
- Intelligent Agent System & Performance Optimization (v0.10.0)
|
|
107
|
+
- add November 22, 2025 release notes for version 0.9.1
|
|
108
|
+
- context optimization and prompt conciseness
|
|
109
|
+
- add legacy installation detector and cleanup system for pre-v0.8.2 curl installations
|
|
110
|
+
- add system timestamp tools and optimize top 7 templates
|
|
111
|
+
- memory-efficient file operations for large JSONL files
|
|
112
|
+
- simplify installation to npm-only with automatic post-install setup
|
|
113
|
+
- v0.8.0 - conversational interface with zero memorization
|
|
114
|
+
- add comprehensive testing documentation
|
|
115
|
+
- add website component tests and configure vitest workspace
|
|
116
|
+
- migrate test suite to Vitest with coverage reporting
|
|
117
|
+
- add isSupported flag to agent detection for Claude and Terminal agents
|
|
118
|
+
- add setup, migrate-all commands and mark roadmap/status/build as implemented
|
|
119
|
+
- redesign footer layout and add AI policy page with updated navigation
|
|
120
|
+
- add Vercel Analytics and Speed Insights tracking to website
|
|
121
|
+
- simplify workflow to 5 essential commands
|
|
122
|
+
- rebrand from project management to developer momentum tool with streamlined templates and workflows
|
|
123
|
+
- add editor uninstallation and smart project data fusion to prjct init
|
|
124
|
+
- add first-time setup flow and auto-initialization for all commands
|
|
125
|
+
- add auto-migration from v0.1.0 projects during post-install hook
|
|
126
|
+
- add auto-install and clean uninstall functionality with editor tracking
|
|
127
|
+
- add GitHub Packages support and track installed editors in config
|
|
128
|
+
- add Windows compatibility feature card to changelog
|
|
129
|
+
- add automatic npm publication and update detection system
|
|
130
|
+
- publish prjct-cli to npm registry
|
|
131
|
+
- remove bun and homebrew installation methods
|
|
132
|
+
- add natural language interface with English and Spanish support
|
|
133
|
+
- add interactive workflow system with capability detection and installation
|
|
134
|
+
- release v0.3.0 with interactive editor selection and codebase analysis
|
|
135
|
+
- add project management workflows for analyzing, tracking, and fixing tasks
|
|
136
|
+
- update CNAME handling and add 404 page for better routing
|
|
137
|
+
- add cleanup and design commands with advanced options
|
|
138
|
+
- initialize project structure with core files and documentation
|
|
4
139
|
|
|
5
140
|
### Bug Fixes
|
|
6
141
|
|
|
7
142
|
- generate IDE context files with correct paths and formats (PRJ-122) (#107)
|
|
143
|
+
- improve sync output with summary-first format (PRJ-100) (#100)
|
|
144
|
+
- correct template paths and agent loading in CLAUDE.md (#93)
|
|
145
|
+
- make lefthook hooks portable (no bun required) (#92)
|
|
146
|
+
- skip lefthook in CI environments (#91)
|
|
147
|
+
- use npm instead of bun in lefthook hooks (#90)
|
|
148
|
+
- add pre-commit hooks to prevent commits with lint errors (#89)
|
|
149
|
+
- remove legacy p.*.md commands on sync
|
|
150
|
+
- ensure test isolation in IndexStorage tests
|
|
151
|
+
- remove MCP integrations, keep only Context7 (#87)
|
|
152
|
+
- make Linear/JIRA templates explicitly ignore MCP tools
|
|
153
|
+
- remove MCP inheritance from Linear/JIRA templates
|
|
154
|
+
- standardize confirmation pattern across all commands (#85)
|
|
155
|
+
- LLM debe manejar los prompts, no el CLI - PRJ-149 (#84)
|
|
156
|
+
- Claude over-plans simple commands like p. sync - PRJ-148 (#83)
|
|
157
|
+
- implement silent memory application - PRJ-103 (#69)
|
|
158
|
+
- ignore tar warning in release workflow - PRJ-147
|
|
159
|
+
- remove --provenance (requires public repo) - PRJ-147
|
|
160
|
+
- use Production environment for npm secrets - PRJ-147
|
|
161
|
+
- use semver-sorted tags for version detection - PRJ-147
|
|
162
|
+
- npm auth configuration for CI publish - PRJ-147
|
|
163
|
+
- add Bun setup for test runner in CI - PRJ-147
|
|
164
|
+
- use npm instead of bun for CI tests - PRJ-147
|
|
165
|
+
- remove IDE files from repo - PRJ-144, PRJ-145
|
|
166
|
+
- add --help handler in CLI entry point for CI compatibility
|
|
167
|
+
- update tests for CI compatibility
|
|
168
|
+
- CI workflow - remove unsupported bun reporter flag and fix verification
|
|
169
|
+
- enforce workflow steps in templates (PRJ-143) (#56)
|
|
170
|
+
- add $PRJCT_CLI prefix to relative paths in templates (PRJ-143)
|
|
171
|
+
- use stderr for Linear connection log to not break JSON output
|
|
172
|
+
- show Cursor in same format as other providers in --version
|
|
173
|
+
- Cursor command syntax (PRJ-65) (#41)
|
|
174
|
+
- reduce permission prompts from 50+ to 1 (#38)
|
|
175
|
+
- cleanup legacy files and fix TS error (#37)
|
|
176
|
+
- chore: release v0.35.2
|
|
177
|
+
- connect CLI workflow to CommandExecutor
|
|
178
|
+
- execute orchestration in TypeScript, not just paths (#36)
|
|
179
|
+
- execute orchestration in TypeScript, not just paths
|
|
180
|
+
- remove unsafe 'as unknown' casts (PRJ-54)
|
|
181
|
+
- complete error differentiation (Phase 3) (#35)
|
|
182
|
+
- enable enrichment by default in statusline config
|
|
183
|
+
- self-healing setup in bin/prjct v0.30.1
|
|
184
|
+
- distribution system overhaul - remove fallback, always read from npm root v0.30.0
|
|
185
|
+
- setup.ts auto-execute when run directly
|
|
186
|
+
- remove duplicate statusline version check
|
|
187
|
+
- dynamic path resolution for compiled dist/
|
|
188
|
+
- ALWAYS run postinstall setup, remove global detection
|
|
189
|
+
- detect /opt/homebrew for M1/M2 Macs in postinstall
|
|
190
|
+
- handle bun test warnings in release script
|
|
191
|
+
- include assets/ in npm package + add linear to router
|
|
192
|
+
- add cliVersion to project.json on postinstall
|
|
193
|
+
- resolve symlinks in bin/prjct for npm install
|
|
194
|
+
- agents only write to global storage v0.18.2
|
|
195
|
+
- agents only in global storage + auto-migrate legacy v0.18.1
|
|
196
|
+
- serve.js use start instead of start:prod
|
|
197
|
+
- Remove migration gate from production
|
|
198
|
+
- Restore sidebar collapse + fix server OOM crash
|
|
199
|
+
- Prevent terminal session loss on navigation
|
|
200
|
+
- Terminal responsive & performance issues
|
|
201
|
+
- Server runs in production mode, port 9472
|
|
202
|
+
- Export commands as singleton for direct invocation
|
|
203
|
+
- Update global CLAUDE.md on sync, analyze, and init
|
|
204
|
+
- Add glob dependency and update to modern API
|
|
205
|
+
- critical memory leaks - LRU cache, HTTP cleanup, session expiration
|
|
206
|
+
- ensure command templates always update by removing mtime checks and forcing overwrites
|
|
207
|
+
- resolve critical installation bugs and add auto-update functionality with visual feedback
|
|
208
|
+
- resolve TypeScript errors in website tests
|
|
209
|
+
- remove unused variables to pass lint
|
|
210
|
+
- update vercel build and install commands to use npm prefix syntax
|
|
211
|
+
- remove unused Globe import from Privacy.tsx
|
|
212
|
+
- resolve TypeScript errors in website build
|
|
213
|
+
- remove vercel.json, configure Root Directory in Vercel UI
|
|
214
|
+
- set rootDirectory to website for Vercel
|
|
215
|
+
- use npm --prefix for Vercel build command
|
|
216
|
+
- correct Vercel install command path
|
|
217
|
+
- configure Vercel deployment output directory
|
|
218
|
+
- restore Catppuccin-inspired ASCII art and fix undefined editor names in prjct start command
|
|
219
|
+
- update Badge import path to use correct casing
|
|
220
|
+
- return success exit code for help command
|
|
221
|
+
- remove install script tests from workflow
|
|
222
|
+
- add TERM environment variable to workflow steps
|
|
223
|
+
- add missing WorkflowsGuide.tsx to repository
|
|
224
|
+
- deploy install.sh and setup.sh to website
|
|
225
|
+
- replace inquirer with prompts for better CommonJS compatibility in interactive editor selection
|
|
226
|
+
- resolve installation path errors in setup scripts and add verification tests
|
|
227
|
+
- update init command to use global architecture and fix installer version display
|
|
228
|
+
- update install command URL to use www.prjct.app
|
|
229
|
+
- build(deps-dev): bump vite from 4.5.14 to 7.1.7 in /docs (#1)
|
|
230
|
+
|
|
231
|
+
### Performance
|
|
232
|
+
|
|
233
|
+
- parallelize agent/skill loading with Promise.all (PRJ-110) (#101)
|
|
234
|
+
- parallelize sync operations for 30-50% speedup (PRJ-116) (#59)
|
|
235
|
+
|
|
236
|
+
### Refactoring
|
|
237
|
+
|
|
238
|
+
- migrate from ESLint + Prettier to Biome
|
|
239
|
+
- consolidate and optimize CI workflows
|
|
240
|
+
- extract StackDetector from sync-service (PRJ-86) (#64)
|
|
241
|
+
- extract ContextFileGenerator from sync-service (PRJ-88) (#63)
|
|
242
|
+
- differentiate error types in catch blocks - Phase 2 (PRJ-60) (#34)
|
|
243
|
+
- differentiate error types in catch blocks (PRJ-51) (#33)
|
|
244
|
+
- simplify logger level detection logic (#32)
|
|
245
|
+
- consolidate hardcoded paths to use pathManager singleton (#31)
|
|
246
|
+
- type consolidation in core/types/ v0.20.1
|
|
247
|
+
- centralize types in core/types/ following DRY principles
|
|
248
|
+
- restructure command and agent modules for improved organization
|
|
249
|
+
- consolidate command and storage modules for improved structure
|
|
250
|
+
- migrate testing setup to Bun and enhance documentation
|
|
251
|
+
- Update project structure and enhance component functionality
|
|
252
|
+
- update command registry structure and remove unused imports
|
|
253
|
+
- remove open source references and GitHub links
|
|
254
|
+
- move Changelog link from header to footer
|
|
255
|
+
- use centralized helper utilities in commands
|
|
256
|
+
- migrate from GitHub Pages to Vercel deployment
|
|
257
|
+
- remove redundant title from changelog technical details section
|
|
258
|
+
- extract reusable components from Changelog.tsx
|
|
259
|
+
- sync install.sh from scripts directory to website/public and docs
|
|
260
|
+
- remove unnecessary comments from prjct.sh script
|
|
261
|
+
- remove unnecessary comments from command line parsing logic
|
|
262
|
+
- remove comments and unnecessary whitespace across core modules
|
|
263
|
+
- move author data and system fields from local to global config
|
|
264
|
+
- migrate legacy project files to new global structure with auto-migration
|
|
265
|
+
- rename landing directory to website and update deploy workflow paths
|
|
266
|
+
- update build paths from docs to lp directory in deploy workflow
|
|
267
|
+
- improve GitHub Pages deployment workflow with better file handling and directory structure
|
|
8
268
|
|
|
9
269
|
|
|
10
270
|
## [0.64.1] - 2026-02-05
|
package/dist/bin/prjct.mjs
CHANGED
|
@@ -26859,7 +26859,7 @@ var require_package = __commonJS({
|
|
|
26859
26859
|
"package.json"(exports, module) {
|
|
26860
26860
|
module.exports = {
|
|
26861
26861
|
name: "prjct-cli",
|
|
26862
|
-
version: "0.
|
|
26862
|
+
version: "1.0.0",
|
|
26863
26863
|
description: "Context layer for AI agents. Project context for Claude Code, Gemini CLI, and more.",
|
|
26864
26864
|
main: "core/index.ts",
|
|
26865
26865
|
bin: {
|