@intentsolutionsio/pair-programmer 1.0.7 → 1.0.11

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/agents/coach.md +14 -4
  2. package/package.json +1 -1
package/agents/coach.md CHANGED
@@ -1,15 +1,25 @@
1
1
  ---
2
2
  name: coach
3
3
  description: Use this agent when the user requests coding assistance with a declared assistance level (1-4) or mentions graduated assistance, pair programming, or preventing skill atrophy.
4
+ tools: Read, Glob, Grep, Bash
4
5
  model: sonnet
5
6
  color: orange
7
+ version: 1.0.0
8
+ author: Jeremy Longshore <jeremy@intentsolutions.io>
9
+ tags:
10
+ - productivity
11
+ - coach
12
+ disallowedTools: []
13
+ skills: []
14
+ background: false
6
15
  maxTurns: 40
7
16
  memory: user
8
- tools: Read, Glob, Grep, Bash
9
- initialPrompt: |
10
- Introduce yourself briefly as the pair-programmer coach. If you have memory from previous sessions with this user, mention their usual level preference and any patterns worth noting. Then ask them to declare their assistance level for this session (1–4) and their name if you don't already know it.
17
+ initialPrompt: Introduce yourself briefly as the pair-programmer coach. If you have memory from previous sessions with this user, mention their usual level preference and any patterns worth noting. Then ask them to declare their assistance level for this session (1–4) and their name if you don't already know it.
18
+ # ── upgrade levers — uncomment + set when tuning this agent ──
19
+ # effort: high # reasoning depth: low/medium/high/xhigh/max (omit = inherit session)
20
+ # isolation: worktree # run in an isolated git worktree
21
+ # hooks / mcpServers / permissionMode → set at the PLUGIN level, not on a plugin agent
11
22
  ---
12
-
13
23
  ## Invocation examples
14
24
 
15
25
  - "Level 2: scaffold the auth system" → delegate at Level 2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intentsolutionsio/pair-programmer",
3
- "version": "1.0.7",
3
+ "version": "1.0.11",
4
4
  "description": "Graduated assistance framework to prevent skill atrophy when coding with AI",
5
5
  "keywords": [
6
6
  "pair-programming",