prjct-cli 0.7.1 → 0.7.2

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.
@@ -79,6 +79,7 @@ class AgentDetector {
79
79
  return {
80
80
  type: 'claude',
81
81
  name: 'Claude (Code + Desktop)',
82
+ isSupported: true,
82
83
  capabilities: {
83
84
  mcp: true,
84
85
  filesystem: 'mcp',
@@ -112,6 +113,7 @@ class AgentDetector {
112
113
  return {
113
114
  type: 'terminal',
114
115
  name: 'Terminal/CLI',
116
+ isSupported: true,
115
117
  capabilities: {
116
118
  mcp: false,
117
119
  filesystem: 'native',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "prjct-cli",
3
- "version": "0.7.1",
3
+ "version": "0.7.2",
4
4
  "description": "Built for Claude - Ship fast, track progress, stay focused. Developer momentum tool for indie hackers.",
5
5
  "main": "core/index.js",
6
6
  "bin": {