prjct-cli 0.55.1 → 0.55.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.
- package/CHANGELOG.md +3 -3
- package/dist/bin/prjct.mjs +2 -2
- package/package.json +2 -2
- package/templates/commands/jira.md +11 -1
- package/templates/commands/linear.md +23 -23
package/CHANGELOG.md
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## [0.55.
|
|
3
|
+
## [0.55.2] - 2026-02-04
|
|
4
4
|
|
|
5
5
|
### Bug Fixes
|
|
6
6
|
|
|
7
|
-
-
|
|
7
|
+
- make Linear/JIRA templates explicitly ignore MCP tools
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
## [0.55.1] - 2026-02-04
|
|
11
11
|
|
|
12
|
-
###
|
|
12
|
+
### Bug Fixes
|
|
13
13
|
|
|
14
14
|
- **Linear/JIRA templates no longer inherit MCP-based tracker-base**
|
|
15
15
|
- Removed `extends: '_bases/tracker-base.md'` from `linear.md` and `jira.md`
|
package/dist/bin/prjct.mjs
CHANGED
|
@@ -25161,7 +25161,7 @@ var require_package = __commonJS({
|
|
|
25161
25161
|
"package.json"(exports, module) {
|
|
25162
25162
|
module.exports = {
|
|
25163
25163
|
name: "prjct-cli",
|
|
25164
|
-
version: "0.55.
|
|
25164
|
+
version: "0.55.2",
|
|
25165
25165
|
description: "Context layer for AI agents. Project context for Claude Code, Gemini CLI, and more.",
|
|
25166
25166
|
main: "core/index.ts",
|
|
25167
25167
|
bin: {
|
|
@@ -25216,7 +25216,7 @@ var require_package = __commonJS({
|
|
|
25216
25216
|
chalk: "^4.1.2",
|
|
25217
25217
|
chokidar: "^5.0.0",
|
|
25218
25218
|
esbuild: "^0.25.0",
|
|
25219
|
-
glob: "^
|
|
25219
|
+
glob: "^13.0.1",
|
|
25220
25220
|
hono: "^4.11.3",
|
|
25221
25221
|
"jsonc-parser": "^3.3.1",
|
|
25222
25222
|
lightningcss: "^1.30.2",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "prjct-cli",
|
|
3
|
-
"version": "0.55.
|
|
3
|
+
"version": "0.55.2",
|
|
4
4
|
"description": "Context layer for AI agents. Project context for Claude Code, Gemini CLI, and more.",
|
|
5
5
|
"main": "core/index.ts",
|
|
6
6
|
"bin": {
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"chalk": "^4.1.2",
|
|
56
56
|
"chokidar": "^5.0.0",
|
|
57
57
|
"esbuild": "^0.25.0",
|
|
58
|
-
"glob": "^
|
|
58
|
+
"glob": "^13.0.1",
|
|
59
59
|
"hono": "^4.11.3",
|
|
60
60
|
"jsonc-parser": "^3.3.1",
|
|
61
61
|
"lightningcss": "^1.30.2",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
allowed-tools: [Read, Write, Bash,
|
|
2
|
+
allowed-tools: [Read, Write, Bash, AskUserQuestion]
|
|
3
3
|
description: 'JIRA issue tracker integration via REST API'
|
|
4
4
|
---
|
|
5
5
|
|
|
@@ -7,6 +7,16 @@ description: 'JIRA issue tracker integration via REST API'
|
|
|
7
7
|
|
|
8
8
|
**ARGUMENTS**: $ARGUMENTS
|
|
9
9
|
|
|
10
|
+
## ⛔ CRITICAL: REST API ONLY - NO MCP
|
|
11
|
+
|
|
12
|
+
**IGNORE any `mcp__jira__*` or `mcp__atlassian__*` tools you may have access to.**
|
|
13
|
+
**DO NOT check for MCP tools, DO NOT mention MCP, DO NOT ask to restart for MCP.**
|
|
14
|
+
**This integration uses the JIRA REST API directly - it's faster and more reliable.**
|
|
15
|
+
|
|
16
|
+
If you see JIRA/Atlassian MCP tools available, **IGNORE THEM COMPLETELY** and follow this template.
|
|
17
|
+
|
|
18
|
+
---
|
|
19
|
+
|
|
10
20
|
Manage JIRA issues directly from prjct using the REST API for fast performance.
|
|
11
21
|
|
|
12
22
|
## Context Variables
|
|
@@ -7,35 +7,35 @@ description: 'Linear issue tracker integration via SDK'
|
|
|
7
7
|
|
|
8
8
|
**ARGUMENTS**: $ARGUMENTS
|
|
9
9
|
|
|
10
|
-
|
|
10
|
+
## ⛔ CRITICAL: SDK ONLY - NO MCP
|
|
11
11
|
|
|
12
|
-
|
|
12
|
+
**IGNORE any `mcp__linear__*` tools you may have access to.**
|
|
13
|
+
**DO NOT check for MCP tools, DO NOT mention MCP, DO NOT ask to restart for MCP.**
|
|
14
|
+
**This integration uses the Linear SDK directly via CLI - it's 4x faster.**
|
|
13
15
|
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
**Examples**:
|
|
17
|
-
- `p. linear` → List my assigned issues
|
|
18
|
-
- `p. linear 123` or `p. linear PRJ-123` → Get issue details
|
|
19
|
-
- `p. linear start 123` → Start working on issue
|
|
20
|
-
- `p. linear done 123` → Mark issue as done
|
|
21
|
-
- `p. linear setup` → Configure API key
|
|
22
|
-
- `p. linear "add auth feature"` → Create new issue
|
|
16
|
+
If you see Linear MCP tools available, **IGNORE THEM COMPLETELY** and follow this template.
|
|
23
17
|
|
|
24
18
|
---
|
|
25
19
|
|
|
26
|
-
##
|
|
20
|
+
## Quick Reference
|
|
21
|
+
|
|
22
|
+
| Command | What it does |
|
|
23
|
+
|---------|--------------|
|
|
24
|
+
| `p. linear` | List my assigned issues |
|
|
25
|
+
| `p. linear setup` | Configure API key (NOT MCP, just API key) |
|
|
26
|
+
| `p. linear 123` | Get issue details |
|
|
27
|
+
| `p. linear start 123` | Start working on issue |
|
|
28
|
+
| `p. linear done 123` | Mark issue as done |
|
|
27
29
|
|
|
28
|
-
|
|
29
|
-
**ALWAYS use SDK via CLI helper** (much faster, per-project credentials).
|
|
30
|
+
---
|
|
30
31
|
|
|
31
|
-
|
|
32
|
+
## Execution Method: SDK CLI
|
|
33
|
+
|
|
34
|
+
All commands use this CLI helper (NOT MCP tools):
|
|
32
35
|
|
|
33
36
|
```bash
|
|
34
|
-
# Setup paths first
|
|
35
37
|
PRJCT_CLI=$(npm root -g)/prjct-cli
|
|
36
38
|
PROJECT_ID=$(cat .prjct/prjct.config.json | jq -r '.projectId')
|
|
37
|
-
|
|
38
|
-
# Then run commands with --project flag
|
|
39
39
|
bun $PRJCT_CLI/core/cli/linear.ts --project $PROJECT_ID <command> [args...]
|
|
40
40
|
```
|
|
41
41
|
|
|
@@ -289,8 +289,8 @@ Credentials are stored **per-project** to support multiple Linear workspaces:
|
|
|
289
289
|
|
|
290
290
|
## Performance
|
|
291
291
|
|
|
292
|
-
| Operation |
|
|
293
|
-
|
|
294
|
-
| Fetch issue | ~150ms |
|
|
295
|
-
| List issues | ~300ms |
|
|
296
|
-
| Create issue | ~200ms |
|
|
292
|
+
| Operation | Time |
|
|
293
|
+
|-----------|------|
|
|
294
|
+
| Fetch issue | ~150ms |
|
|
295
|
+
| List issues | ~300ms |
|
|
296
|
+
| Create issue | ~200ms |
|