@jentrix/plugin-codex 0.3.1 → 0.3.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jentrix/plugin-codex",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "The official Jentrix plugin for Codex: connected-session skills and trusted lifecycle hooks, materialized by the Jentrix CLI (jentrix plugin install codex).",
5
5
  "keywords": [
6
6
  "jentrix",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jentrix",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "Connect Codex tasks to Jentrix with trusted lifecycle hooks, exact-rollout telemetry recovery, typed artifacts, and operator-confirmed alignment.",
5
5
  "author": {
6
6
  "name": "Jentrix",
@@ -66,13 +66,18 @@ wizard; a Project is an optional task label and is never part of it).
66
66
  ```
67
67
 
68
68
  One call returns the description, the links BOTH ways with their titles,
69
- the subtasks, the latest artifact of each type with its id, and the last
70
- five comments. Read it before you touch any code: a linked card is usually
71
- where the prior round's reasoning lives, and its artifacts are the context
72
- you would otherwise reconstruct from scratch. If it prints
73
- `no links · no artifacts · no comments`, the card has nothing to give and
74
- you stop looking that single line is the answer, not an invitation to run
75
- `task get`, `task search` and `comment list` to confirm it.
69
+ the subtasks, the latest artifact of each type with its id, the last five
70
+ comments, and **Related evidence** what OTHER work in this workspace
71
+ already said about this card (learnings, decisions, findings, reports
72
+ ranked by similarity; the align output printed the same block). Read it
73
+ before you touch any code: a linked card is usually where the prior
74
+ round's reasoning lives, its artifacts are the context you would otherwise
75
+ reconstruct from scratch, and a related learning is a mistake you do not
76
+ have to make twice — `jentrix artifact get --artifact-id <id>` reads one in
77
+ full. If it prints `no links · no artifacts · no comments · no related
78
+ evidence`, the card has nothing to give and you stop looking — that single
79
+ line is the answer, not an invitation to run `task get`, `task search` and
80
+ `comment list` to confirm it.
76
81
 
77
82
  Notes for you (the assistant):
78
83