@jentrix/plugin-codex 0.2.8 → 0.2.9
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 +5 -5
- package/plugins/jentrix/.codex-plugin/plugin.json +12 -4
- package/plugins/jentrix/skills/jentrix-align/SKILL.md +7 -2
- package/plugins/jentrix/skills/jentrix-checkpoint/SKILL.md +1 -1
- package/plugins/jentrix/skills/jentrix-connect/SKILL.md +1 -1
- package/plugins/jentrix/skills/jentrix-end/SKILL.md +13 -7
- package/plugins/jentrix/skills/jentrix-plan/SKILL.md +8 -4
- package/plugins/jentrix/skills/jentrix-review/SKILL.md +1 -1
- package/plugins/jentrix/skills/jentrix-status/SKILL.md +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jentrix/plugin-codex",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.9",
|
|
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",
|
|
@@ -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/codex"
|
|
20
20
|
},
|
|
21
21
|
"license": "MIT",
|
|
22
22
|
"author": "Jentrix",
|
|
@@ -1,15 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jentrix",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.9",
|
|
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",
|
|
7
7
|
"url": "https://github.com/jentrix-au"
|
|
8
8
|
},
|
|
9
9
|
"homepage": "https://tm.jentrix.ai/docs",
|
|
10
|
-
"repository": "https://github.com/jentrix-au/
|
|
10
|
+
"repository": "https://github.com/jentrix-au/jentrix",
|
|
11
11
|
"license": "MIT",
|
|
12
|
-
"keywords": [
|
|
12
|
+
"keywords": [
|
|
13
|
+
"jentrix",
|
|
14
|
+
"sessions",
|
|
15
|
+
"task-management",
|
|
16
|
+
"agents"
|
|
17
|
+
],
|
|
13
18
|
"skills": "./skills/",
|
|
14
19
|
"interface": {
|
|
15
20
|
"displayName": "Jentrix",
|
|
@@ -17,7 +22,10 @@
|
|
|
17
22
|
"longDescription": "Align a Codex task to a Jentrix project and task, preserve typed artifacts and checkpoints, capture supported lifecycle evidence through trusted hooks, and recover provider-reported usage from the exact task rollout when hooks are unavailable.",
|
|
18
23
|
"developerName": "Jentrix",
|
|
19
24
|
"category": "Productivity",
|
|
20
|
-
"capabilities": [
|
|
25
|
+
"capabilities": [
|
|
26
|
+
"Interactive",
|
|
27
|
+
"Write"
|
|
28
|
+
],
|
|
21
29
|
"defaultPrompt": [
|
|
22
30
|
"Connect this Codex task to my Jentrix project.",
|
|
23
31
|
"Align this work and create a confirmed task plan."
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: jentrix-align
|
|
3
3
|
description: Align the current Codex task to a Jentrix work item (task + accountable owner) with a server-confirmed snapshot.
|
|
4
4
|
---
|
|
5
|
-
<!-- Source of truth:
|
|
5
|
+
<!-- Source of truth: plugins/codex in jentrix-au/jentrix. Shipped verbatim in the npm package. -->
|
|
6
6
|
|
|
7
7
|
# Align this Codex task
|
|
8
8
|
|
|
@@ -24,7 +24,12 @@ wizard is retired, and a Project is an optional task label, never part of it.
|
|
|
24
24
|
line rather than summarizing it away.
|
|
25
25
|
4. `FOLDER_NOT_ALIGNED` means the checkout has no workspace binding: run
|
|
26
26
|
`jentrix folder align`, then retry. Never invent a workspace or task id.
|
|
27
|
-
5.
|
|
27
|
+
5. Move the aligned task to the board's working column when you start work on
|
|
28
|
+
it: read the real columns (`jentrix column list --board <boardId> --json`) and
|
|
29
|
+
move with `jentrix task move --task <taskId> --to-column-id <columnId>`.
|
|
30
|
+
`$jentrix-end` moves it to In review when the work is genuinely finished — the
|
|
31
|
+
terminal move is the operator's Accept, never yours.
|
|
32
|
+
6. Settings ride a same-task re-align without fragmenting attribution:
|
|
28
33
|
`--owner`, `--agent`, `--agent-emoji`, `--budget|--no-budget`,
|
|
29
34
|
`--capture|--no-capture`, `--skeleton|--no-skeleton`. Pass only what the
|
|
30
35
|
operator asked for. Project labels are separate:
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: jentrix-checkpoint
|
|
3
3
|
description: Distill verified session state into a typed Jentrix checkpoint that survives compaction or handoff.
|
|
4
4
|
---
|
|
5
|
-
<!-- Source of truth:
|
|
5
|
+
<!-- Source of truth: plugins/codex in jentrix-au/jentrix. Shipped verbatim in the npm package. -->
|
|
6
6
|
|
|
7
7
|
# Write a checkpoint
|
|
8
8
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: jentrix-connect
|
|
3
3
|
description: Connect the current Codex task to Jentrix (session anchor + capture in the folder's workspace).
|
|
4
4
|
---
|
|
5
|
-
<!-- Source of truth:
|
|
5
|
+
<!-- Source of truth: plugins/codex in jentrix-au/jentrix. Shipped verbatim in the npm package. -->
|
|
6
6
|
|
|
7
7
|
# Connect this Codex task
|
|
8
8
|
|
|
@@ -2,15 +2,18 @@
|
|
|
2
2
|
name: jentrix-end
|
|
3
3
|
description: End a connected Jentrix session after preserving approved outputs, parking completed work in review, and reporting capture honestly.
|
|
4
4
|
---
|
|
5
|
-
<!-- Source of truth:
|
|
5
|
+
<!-- Source of truth: plugins/codex in jentrix-au/jentrix. Shipped verbatim in the npm package. -->
|
|
6
6
|
|
|
7
7
|
# End the connected session
|
|
8
8
|
|
|
9
9
|
1. For an aligned session, offer to push a concise final `report`, any unrecorded
|
|
10
|
-
`decision --basis <artifact-id|url>` or `learning
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
10
|
+
`decision --basis <artifact-id|url>` or `learning`. Run the **gap sweep**: every
|
|
11
|
+
promised-but-undone item becomes a `jentrix push gap` (title states the claim),
|
|
12
|
+
and anything found broken becomes `jentrix push issue`. Never invent content or
|
|
13
|
+
record material the operator declined. Do NOT push a diff by hand: when HEAD
|
|
14
|
+
moved, `jentrix session end` generates the real `git log --patch` for the
|
|
15
|
+
session's range itself and pushes it as the attested DIFF (evidence check E1) —
|
|
16
|
+
a model-authored diff would be a second, unattested copy.
|
|
14
17
|
2. **Batched mint confirmations**: list this session's gap/issue/findings artifacts
|
|
15
18
|
not yet minted and ask the operator once which should become cards; for each
|
|
16
19
|
accepted one run `jentrix artifact mint-issue --artifact <id> --from-task <id>`
|
|
@@ -18,8 +21,11 @@ description: End a connected Jentrix session after preserving approved outputs,
|
|
|
18
21
|
(`mint-<artifactId>`); a declined mint leaves the artifact untouched.
|
|
19
22
|
3. If work is genuinely complete, read the board's real columns and move the task to
|
|
20
23
|
**In review**. Never self-accept it into Done.
|
|
21
|
-
4. Run `jentrix session end
|
|
22
|
-
|
|
24
|
+
4. Run `jentrix session end` and relay all output, including the exact telemetry
|
|
25
|
+
line and any capture gap. With no id it closes THIS task's aligned session (the
|
|
26
|
+
same resolution `jentrix session status` shows); pass an id only when the
|
|
27
|
+
operator names a different session. When several sessions are bound to the
|
|
28
|
+
checkout the CLI refuses and lists them — ask the operator which one, never pick.
|
|
23
29
|
5. Report provider-reported Codex token receipts when the hook supplied a rollout
|
|
24
30
|
path. If none were observed, keep token fields null; never report estimates.
|
|
25
31
|
6. A final-response artifact exists only when a prior `Stop` hook observed assistant
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: jentrix-plan
|
|
3
3
|
description: Turn the opening request into an operator-approved goal and small Jentrix task set, then store the prompt and goal as typed artifacts.
|
|
4
4
|
---
|
|
5
|
-
<!-- Source of truth:
|
|
5
|
+
<!-- Source of truth: plugins/codex in jentrix-au/jentrix. Shipped verbatim in the npm package. -->
|
|
6
6
|
|
|
7
7
|
# Plan confirmed work
|
|
8
8
|
|
|
@@ -13,9 +13,13 @@ description: Turn the opening request into an operator-approved goal and small J
|
|
|
13
13
|
is already one unit of work, create no extra tasks.
|
|
14
14
|
4. Ask the operator to approve or replace the goal and every title. Their wording is
|
|
15
15
|
authoritative; never silently clean it up.
|
|
16
|
-
5. Create only approved tasks with stable idempotency keys
|
|
17
|
-
aligned task
|
|
18
|
-
|
|
16
|
+
5. Create only approved tasks with stable idempotency keys and record the goal on
|
|
17
|
+
the aligned task. Then push the typed inputs — the provenance the RUN_SUMMARY's
|
|
18
|
+
Intent cites: the opening prompt VERBATIM with
|
|
19
|
+
`jentrix push prompt --title "Opening prompt"` (never a paraphrase), the
|
|
20
|
+
approved goal with `jentrix push goal --title "Goal"`, and, when a PRD exists
|
|
21
|
+
for this work, `jentrix push prd --title "<PRD title>"` with the PRD body on
|
|
22
|
+
stdin.
|
|
19
23
|
6. Report created ids/keys and move only the task being started into the board's
|
|
20
24
|
actual working column.
|
|
21
25
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: jentrix-review
|
|
3
3
|
description: Review a Jentrix session's typed artifacts by category, verify the readiness contract, and post the verdict as a comment on the aligned task.
|
|
4
4
|
---
|
|
5
|
-
<!-- Source of truth:
|
|
5
|
+
<!-- Source of truth: plugins/codex in jentrix-au/jentrix. Shipped verbatim in the npm package. -->
|
|
6
6
|
|
|
7
7
|
# Review a session's record
|
|
8
8
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: jentrix-status
|
|
3
3
|
description: Show the connected Jentrix session, alignment, capture health, and honest telemetry availability for this Codex task.
|
|
4
4
|
---
|
|
5
|
-
<!-- Source of truth:
|
|
5
|
+
<!-- Source of truth: plugins/codex in jentrix-au/jentrix. Shipped verbatim in the npm package. -->
|
|
6
6
|
|
|
7
7
|
# Show session status
|
|
8
8
|
|