@jentrix/plugin-claude 0.6.2 → 0.6.3
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.
|
@@ -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.6.
|
|
4
|
+
"version": "0.6.3"
|
|
5
5
|
}
|
|
@@ -56,8 +56,9 @@ wizard; a Project is an optional task label and is never part of it).
|
|
|
56
56
|
One call returns the description, the links BOTH ways with their titles,
|
|
57
57
|
the subtasks, the latest artifact of each type with its id, the last five
|
|
58
58
|
comments, and **Related evidence** — what OTHER work in this workspace
|
|
59
|
-
already said about this card (learnings, decisions, findings, reports
|
|
60
|
-
|
|
59
|
+
already said about this card (learnings, decisions, findings, reports;
|
|
60
|
+
at most five, each at 78 % similarity or more — byte for byte the block
|
|
61
|
+
the align output printed). Read it
|
|
61
62
|
before you touch any code: a linked card is usually where the prior
|
|
62
63
|
round's reasoning lives, its artifacts are the context you would otherwise
|
|
63
64
|
reconstruct from scratch, and a related learning is a mistake you do not
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jentrix/plugin-claude",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.3",
|
|
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",
|