You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/community.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ This is the complete reference. For the common cases, see Start Here above.
37
37
| Style grammar | Yes |`templates/style/`| Directive-only visual language; no runnable skeletons | Selected by report/style routing | Style-template tests and no copied runtime skeletons |
38
38
| Structured knowledge | Candidate only |`knowledge-base/{official,community}/...`|`knowledge.md`, interim `schema.json`, fixtures, namespace uniqueness | Docs-only until registry spec, compiler, and binding tests exist | Namespace check, schema/fixture review, migration note |
39
39
| Examples and operating models | Yes |`case-studies/`| Named example, scope, evidence boundary, non-runtime status | Reference material only unless separately bound | Link/path check; no runtime-policy claims |
40
-
| Host shell and packaging | Thin, or generated only after a split trigger |`.claude-plugin/`, `.qoder-plugin/`, `.cursor-plugin/`, `.codex-plugin/`, `.github/plugin/`, `qwen-extension.json`, future lifecycle shells | Install/discovery metadata and pointers to canonical owners | Public npm package includes all six current metadata roots; the Qoder runtime bundle includes only `.qoder-plugin/`, and generated host artifacts stay source-local |`scripts/npm-package/` verification, or split adapter note plus target builder |
40
+
| Host shell and packaging | Thin, or generated only after a split trigger |`.claude-plugin/`, `.qoder-plugin/`, `.cursor-plugin/`, `.codex-plugin/`, `.github/plugin/`, `qwen-extension.json`, the `pi` manifest in `package.json`, future lifecycle shells | Install/discovery metadata and pointers to canonical owners | Public npm package includes all six current metadata roots; the Qoder runtime bundle includes only `.qoder-plugin/`, and generated host artifacts stay source-local |`scripts/npm-package/` verification, or split adapter note plus target builder |
Copy file name to clipboardExpand all lines: docs/glossary.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ for extension surfaces, read [community.md](community.md).
60
60
|`core-change-watch`| Project, history, core-path, and current-diff evidence collection. |[scripts/core-change-watch](../scripts/core-change-watch)|
61
61
| Blast radius | The symbol-graph reach of a change, computed with tree-sitter (JS/TS, Go, Python) as a git hook. |[hooks/git-scripts/blast-radius](../hooks/git-scripts/blast-radius)|
62
62
|`dependency-governance`| Update-automation, audit, and stale-dependency signals. |[scripts/dependency-governance](../scripts/dependency-governance)|
63
-
|`session-analysis`| Normalizes Qoder, Codex, Claude, Cursor, Qwen, or Copilot agent session behavior into evidence. |[scripts/session-analysis](../scripts/session-analysis)|
63
+
|`session-analysis`| Normalizes Qoder, Codex, Claude, Cursor, Qwen, Copilot, or Pi agent session behavior into evidence. |[scripts/session-analysis](../scripts/session-analysis)|
@@ -79,7 +79,7 @@ for extension surfaces, read [community.md](community.md).
79
79
|---|---|---|
80
80
| Skill | A repeatable agent workflow defined by `SKILL.md` frontmatter plus a concise workflow. |[community.md](community.md); report use: [report contract](../skills/better-harness/SKILL.md#report-output)|
81
81
| Host adapter | Per-host discovery and evidence-shape glue (e.g. Qoder, Codex); keeps the engine host-neutral. |[adapters/README.md](adapters/README.md)|
82
-
| Host shell | Thin host metadata (`.claude-plugin/`, `.qoder-plugin/`, `.cursor-plugin/`, `.codex-plugin/`, `.github/plugin/`, `qwen-extension.json`, or a future lifecycle shell) that exposes canonical behavior without owning product logic; the public npm package ships all six current metadata roots, while the Qoder runtime bundle includes only `.qoder-plugin/`. |[ARCHITECTURE.md](ARCHITECTURE.md)|
82
+
| Host shell | Thin host metadata (`.claude-plugin/`, `.qoder-plugin/`, `.cursor-plugin/`, `.codex-plugin/`, `.github/plugin/`, `qwen-extension.json`, the `pi` manifest in `package.json`, or a future lifecycle shell) that exposes canonical behavior without owning product logic; the public npm package ships all six current metadata roots, while the Qoder runtime bundle includes only `.qoder-plugin/`. |[ARCHITECTURE.md](ARCHITECTURE.md)|
83
83
| Canonical owner | The single directory that owns a behavior's product judgment; host shells and mirrors point back to it. |[ARCHITECTURE.md](ARCHITECTURE.md)|
0 commit comments