@jentrix/plugin-claude 0.5.5 → 0.5.6
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/.claude-plugin/plugin.json +1 -1
- package/commands/jentrix-align.md +1 -1
- package/commands/jentrix-checkpoint.md +1 -1
- package/commands/jentrix-connect.md +1 -1
- package/commands/jentrix-end.md +1 -1
- package/commands/jentrix-plan.md +1 -1
- package/commands/jentrix-review.md +1 -1
- package/commands/jentrix-status.md +1 -1
- package/package.json +5 -5
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jentrix",
|
|
3
3
|
"description": "Connect this Claude Code session to a Jentrix project: /jentrix-connect binds the current session (trusted lifecycle hooks supply the session id), /jentrix-align anchors it to a task with an accountable owner, /jentrix-plan, /jentrix-checkpoint, /jentrix-review, /jentrix-status and /jentrix-end wrap the same session operations. Business logic lives in the Jentrix CLI — removing this plugin leaves `jentrix session connect` as the universal fallback.",
|
|
4
|
-
"version": "0.5.
|
|
4
|
+
"version": "0.5.6"
|
|
5
5
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
description: Align this session to a Jentrix work item (task + accountable owner) with a server-confirmed snapshot
|
|
3
3
|
allowed-tools: Bash(jentrix session:*), Bash(jentrix folder:*), Bash(jentrix task:*), Bash(jentrix column:*), Bash(jentrix tool:*)
|
|
4
4
|
---
|
|
5
|
-
<!-- Source of truth:
|
|
5
|
+
<!-- Source of truth: plugins/claude in jentrix-au/jentrix. Shipped verbatim in the npm package. -->
|
|
6
6
|
|
|
7
7
|
Anchor THIS session's next work and telemetry to a task with an accountable
|
|
8
8
|
owner (client-runtime v2 — alignment is a narrow flag-driven command, not a
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
description: Write a distilled state-of-play for this session and push it as a typed Jentrix artifact
|
|
3
3
|
allowed-tools: Bash(jentrix push:*), Bash(jentrix session:*), Bash(jentrix task:*), Bash(jentrix column:*)
|
|
4
4
|
---
|
|
5
|
-
<!-- Source of truth:
|
|
5
|
+
<!-- Source of truth: plugins/claude in jentrix-au/jentrix. Shipped verbatim in the npm package. -->
|
|
6
6
|
|
|
7
7
|
Write down what this session currently knows, and push it.
|
|
8
8
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
description: Connect this Claude Code session to Jentrix (session anchor + capture in the folder's workspace)
|
|
3
3
|
allowed-tools: Bash(jentrix session:*), Bash(jentrix folder:*)
|
|
4
4
|
---
|
|
5
|
-
<!-- Source of truth:
|
|
5
|
+
<!-- Source of truth: plugins/claude in jentrix-au/jentrix. Shipped verbatim in the npm package. -->
|
|
6
6
|
|
|
7
7
|
Run this exact command with the Bash tool and relay its output to the user:
|
|
8
8
|
|
package/commands/jentrix-end.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
description: End the connected Jentrix session (pushes the final artifacts, verifies capture, stores the RUN_SUMMARY)
|
|
3
3
|
allowed-tools: Bash(jentrix session:*), Bash(jentrix push:*), Bash(jentrix artifact:*), Bash(jentrix column:*), Bash(jentrix task:*), Bash(jentrix tool:*)
|
|
4
4
|
---
|
|
5
|
-
<!-- Source of truth:
|
|
5
|
+
<!-- Source of truth: plugins/claude in jentrix-au/jentrix. Shipped verbatim in the npm package. -->
|
|
6
6
|
|
|
7
7
|
End the connected Jentrix session honestly. For an ALIGNED session (the MVP
|
|
8
8
|
pipeline), the typed artifacts ARE the record — push them before closing:
|
package/commands/jentrix-plan.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
description: Turn the opening prompt into a goal and a small set of Jentrix tasks, confirmed by the operator before anything is created
|
|
3
3
|
allowed-tools: Bash(jentrix task:*), Bash(jentrix column:*), Bash(jentrix board:*), Bash(jentrix session:*), Bash(jentrix push:*)
|
|
4
4
|
---
|
|
5
|
-
<!-- Source of truth:
|
|
5
|
+
<!-- Source of truth: plugins/claude in jentrix-au/jentrix. Shipped verbatim in the npm package. -->
|
|
6
6
|
|
|
7
7
|
Decompose the work the operator just asked for into a goal and a short task
|
|
8
8
|
list, **confirm both before creating anything**, then create them.
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
description: Review a Jentrix session's typed artifacts by category (input → plan → decision → output → issue → gap → learning → record), check the readiness contract, and post the verdict as a task comment
|
|
3
3
|
allowed-tools: Bash(jentrix tool:*), Bash(jentrix artifact:*), Bash(jentrix session:*), Bash(jentrix comment:*)
|
|
4
4
|
---
|
|
5
|
-
<!-- Source of truth:
|
|
5
|
+
<!-- Source of truth: plugins/claude in jentrix-au/jentrix. Shipped verbatim in the npm package. -->
|
|
6
6
|
|
|
7
7
|
Run the category walk over one session's record (docs: Reviewing a session).
|
|
8
8
|
Read-only until the final comment; never modify the tree, the board, or the
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
description: Show the connected Jentrix session for this work (capture health included)
|
|
3
3
|
allowed-tools: Bash(jentrix session:*)
|
|
4
4
|
---
|
|
5
|
-
<!-- Source of truth:
|
|
5
|
+
<!-- Source of truth: plugins/claude in jentrix-au/jentrix. Shipped verbatim in the npm package. -->
|
|
6
6
|
|
|
7
7
|
Run `jentrix session status` with the Bash tool (append the session id if the
|
|
8
8
|
user gave one) and relay the output verbatim, including any capture-pending
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jentrix/plugin-claude",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.6",
|
|
4
4
|
"description": "The official Jentrix plugin for Claude Code: connected-session commands and trusted lifecycle hooks, materialized by the Jentrix CLI (jentrix plugin install claude).",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"jentrix",
|
|
@@ -9,14 +9,14 @@
|
|
|
9
9
|
"sessions",
|
|
10
10
|
"agents"
|
|
11
11
|
],
|
|
12
|
-
"homepage": "https://
|
|
12
|
+
"homepage": "https://github.com/jentrix-au/jentrix",
|
|
13
13
|
"bugs": {
|
|
14
|
-
"url": "https://github.com/jentrix-au/
|
|
14
|
+
"url": "https://github.com/jentrix-au/jentrix/issues"
|
|
15
15
|
},
|
|
16
16
|
"repository": {
|
|
17
17
|
"type": "git",
|
|
18
|
-
"url": "git+https://github.com/jentrix-au/
|
|
19
|
-
"directory": "
|
|
18
|
+
"url": "git+https://github.com/jentrix-au/jentrix.git",
|
|
19
|
+
"directory": "plugins/claude"
|
|
20
20
|
},
|
|
21
21
|
"license": "MIT",
|
|
22
22
|
"author": "Jentrix",
|