@ryan_nookpi/pi-extension-cc-system-prompt 0.2.1 → 0.2.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.
Files changed (2) hide show
  1. package/README.md +7 -15
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,10 +1,10 @@
1
1
  # @ryan_nookpi/pi-extension-cc-system-prompt
2
2
 
3
- Use your **Claude Code subscription** (Max, Team, Enterprise) with pi.
3
+ For pi users who want to use the **Claude Code system prompt** inside pi.
4
4
 
5
- Claude Code's API uses a dedicated system prompt to identify itself. This extension swaps pi's system prompt with that Claude Code-style prompt when you select a Claude model, so the API recognizes requests as coming from Claude Code and routes them through your subscription plan.
5
+ When you select a Claude model, this extension swaps pi's default system prompt with a Claude Code-style system prompt, so pi behaves with the Claude Code prompt instead of pi's default one.
6
6
 
7
- Pi's original system prompt is preserved by injecting it once as a persistent `<system-reminder>` message.
7
+ Pi's original system prompt is preserved by injecting it once as a persistent `<system-reminder>` message, so pi's tool and skill guidance stays available.
8
8
 
9
9
  ## Install
10
10
 
@@ -12,20 +12,12 @@ Pi's original system prompt is preserved by injecting it once as a persistent `<
12
12
  pi install npm:@ryan_nookpi/pi-extension-cc-system-prompt
13
13
  ```
14
14
 
15
- ## Great for
16
-
17
- - experimenting with Claude Code-flavored prompt behavior inside pi
18
- - keeping pi's original guidance available as a reminder
19
- - using a vendored, reviewable prompt source instead of a remote dependency
20
-
21
15
  ## Behavior
22
16
 
23
- - Applies only when the selected model ID starts with `claude-`
24
- - Replaces pi's system prompt with a curated Claude Code prompt assembled from vendored prompt fragments
25
- - Injects pi's original system prompt once as a persistent reminder message
17
+ - Applies only when the selected model ID starts with `claude-`.
18
+ - Replaces pi's system prompt with a Claude Code system prompt assembled from vendored prompt fragments.
19
+ - Injects pi's original system prompt once as a persistent reminder message.
26
20
 
27
21
  ## Notes
28
22
 
29
- - No additional API charges requests are billed against your existing Claude Code subscription.
30
- - This relies on undocumented Anthropic internal behavior and may break at any time without notice.
31
- - Vendored prompt fragments come from `Piebald-AI/claude-code-system-prompts`.
23
+ - Vendored prompt fragments come from [`Piebald-AI/claude-code-system-prompts`](https://github.com/Piebald-AI/claude-code-system-prompts).
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ryan_nookpi/pi-extension-cc-system-prompt",
3
- "version": "0.2.1",
4
- "description": "Claude Code system prompt extension for pi.",
3
+ "version": "0.2.3",
4
+ "description": "Pi extension that swaps pi's system prompt with a vendored Claude Code system prompt.",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",