@justestif/pk 0.1.0 → 0.1.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/README.md +3 -1
- package/package.json +1 -1
- package/skill/SKILL.md +1 -1
package/README.md
CHANGED
|
@@ -15,7 +15,8 @@ Requires [Bun](https://bun.sh).
|
|
|
15
15
|
```bash
|
|
16
16
|
cd your-project
|
|
17
17
|
pk init # Claude Code (default)
|
|
18
|
-
pk init --harness pi # Pi
|
|
18
|
+
pk init --harness pi # Pi
|
|
19
|
+
pk init --harness omp # Oh My Pi
|
|
19
20
|
pk init --harness opencode # OpenCode
|
|
20
21
|
pk init --harness cursor # Cursor
|
|
21
22
|
pk init --harness codex # Codex CLI
|
|
@@ -29,6 +30,7 @@ recent decisions, active notes) automatically into every session.
|
|
|
29
30
|
|---|---|---|
|
|
30
31
|
| `claude` | `UserPromptSubmit` hook | `.claude/hooks/pk-*.ts` + `settings.json` |
|
|
31
32
|
| `pi` | `before_agent_start` extension | `.pi/extensions/pk.ts` |
|
|
33
|
+
| `omp` | `before_agent_start` hook | `.omp/extensions/pk.ts` |
|
|
32
34
|
| `opencode` | `experimental.chat.system.transform` | `.opencode/plugins/pk.ts` |
|
|
33
35
|
| `cursor` | Agent rule | `.cursor/rules/pk.mdc` |
|
|
34
36
|
| `codex` | `AGENTS.md` block | `AGENTS.md` |
|
package/package.json
CHANGED
package/skill/SKILL.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: pk
|
|
3
|
-
description: "Load when maintaining project knowledge, capturing decisions or questions, looking up what the project knows, organizing notes, running knowledge intake, or initializing a project knowledge base. Keywords: pk, project knowledge, decision log, note, source, question log, knowledge base, intake."
|
|
3
|
+
description: "Load when maintaining project knowledge, capturing decisions or questions, looking up what the project knows, organizing notes, running knowledge intake, or initializing a project knowledge base. Keywords: pk, project knowledge, decision log, note, source, question log, knowledge base, intake. Auto-trigger when: agent has read 3+ source files during investigation, produced a proposal or recommendation, or encountered unresolved ambiguity — regardless of user keywords."
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# pk
|