prjct-cli 0.35.4 → 0.36.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,48 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.36.1] - 2026-01-23
4
+
5
+ ### Docs: Minimal README
6
+
7
+ Rewrote README from 645 lines to 100 lines. Clean, minimal, multi-platform focused.
8
+
9
+ ---
10
+
11
+ ## [0.36.0] - 2026-01-23
12
+
13
+ ### Feature: Dual Platform Support - Claude + Gemini (PRJ-62)
14
+
15
+ prjct now works with **both Claude Code and Gemini CLI** simultaneously. Use prjct with whichever AI coding agent you prefer.
16
+
17
+ **New Branding:**
18
+ - Tagline: "Context layer for AI agents"
19
+ - Works with Claude Code, Gemini CLI, and more
20
+
21
+ **Dual Provider Support:**
22
+ - Auto-detect installed providers (Claude, Gemini, or both)
23
+ - `prjct start` - Interactive setup for provider configuration
24
+ - Install routers to both `~/.claude/commands/p.md` and `~/.gemini/commands/p.toml`
25
+ - Shared storage format for cross-agent compatibility
26
+
27
+ **New Files:**
28
+ - `templates/global/GEMINI.md` - Gemini CLI global instructions
29
+ - `templates/commands/p.toml` - Gemini CLI router
30
+ - `templates/global/STORAGE-SPEC.md` - Canonical storage specification
31
+ - `core/infrastructure/ai-provider.ts` - Multi-provider detection
32
+ - `core/cli/start.ts` - Beautiful interactive setup UI
33
+
34
+ **Improved CLI:**
35
+ - `prjct --version` - Shows provider status with versions
36
+ - `prjct --help` - Actually useful help with quick start guide
37
+ - `prjct start` - Gorgeous ASCII art welcome screen
38
+
39
+ **Storage Compatibility:**
40
+ - Cross-agent JSON formatting rules
41
+ - Identical storage output from Claude and Gemini
42
+ - Ready for future remote sync to prjct.app
43
+
44
+ ---
45
+
3
46
  ## [0.35.2] - 2026-01-17
4
47
 
5
48
  ### Fix: CLI Workflow Now Uses CommandExecutor