@intentsolutionsio/contributing-clanker 0.1.4 → 0.1.7

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intentsolutionsio/contributing-clanker",
3
- "version": "0.1.4",
3
+ "version": "0.1.7",
4
4
  "description": "Local-only OSS contribution command center with 41 deterministic gates against AI-slop failure modes",
5
5
  "keywords": [
6
6
  "oss",
@@ -3,9 +3,24 @@ name: draft-writer
3
3
  description: Use this agent to draft a Design Issue body (preferred) or PR description from a working branch's diff. Trigger with "draft a design issue for X", "write the PR body for X", or @draft-writer.
4
4
  tools: Bash, Read
5
5
  model: sonnet
6
+ color: red
7
+ version: 1.0.0
8
+ author: Jeremy Longshore <jeremy@intentsolutions.io>
9
+ tags:
10
+ - community
11
+ - draft
12
+ - writer
13
+ disallowedTools: []
14
+ skills: []
15
+ background: false
6
16
  memory: user
17
+ # ── upgrade levers — uncomment + set when tuning this agent ──
18
+ # effort: high # reasoning depth: low/medium/high/xhigh/max (omit = inherit session)
19
+ # maxTurns: 50 # cap the agentic loop (omit = engine default)
20
+ # isolation: worktree # run in an isolated git worktree
21
+ # initialPrompt: "…" # seed the agent's first turn
22
+ # hooks / mcpServers / permissionMode → set at the PLUGIN level, not on a plugin agent
7
23
  ---
8
-
9
24
  # Draft Writer Agent
10
25
 
11
26
  **Purpose**: Draft a Design Issue body (preferred) or PR description for an OSS contribution. Outputs markdown ready for `gh issue create` / `gh pr create --body-file`.
@@ -3,9 +3,24 @@ name: repo-analyzer
3
3
  description: Use this agent for one-shot repo eligibility checks (CLA / activity / competing PRs / CONTRIBUTING.md). DEPRECATED — most function moved to @researcher dossiers.
4
4
  tools: Bash, Read
5
5
  model: sonnet
6
+ color: green
7
+ version: 1.0.0
8
+ author: Jeremy Longshore <jeremy@intentsolutions.io>
9
+ tags:
10
+ - community
11
+ - repo
12
+ - analyzer
13
+ disallowedTools: []
14
+ skills: []
15
+ background: false
6
16
  memory: user
17
+ # ── upgrade levers — uncomment + set when tuning this agent ──
18
+ # effort: high # reasoning depth: low/medium/high/xhigh/max (omit = inherit session)
19
+ # maxTurns: 50 # cap the agentic loop (omit = engine default)
20
+ # isolation: worktree # run in an isolated git worktree
21
+ # initialPrompt: "…" # seed the agent's first turn
22
+ # hooks / mcpServers / permissionMode → set at the PLUGIN level, not on a plugin agent
7
23
  ---
8
-
9
24
  # Repo Analyzer Agent
10
25
 
11
26
  **Purpose**: Decide if a target repo / issue is worth claiming. Pulls CONTRIBUTING.md, recent maintainer activity, CLA status, competing PRs.
@@ -3,9 +3,23 @@ name: researcher
3
3
  description: Use this agent when building or refreshing per-repo dossiers (CLA/DCO, branch convention, AI policy, review bots, pet peeves). Trigger with "build/refresh dossier for X" or @researcher.
4
4
  tools: Bash, Read, Write, Edit, Glob, Grep
5
5
  model: sonnet
6
+ color: red
7
+ version: 1.0.0
8
+ author: Jeremy Longshore <jeremy@intentsolutions.io>
9
+ tags:
10
+ - community
11
+ - researcher
12
+ disallowedTools: []
13
+ skills: []
14
+ background: false
6
15
  memory: user
16
+ # ── upgrade levers — uncomment + set when tuning this agent ──
17
+ # effort: high # reasoning depth: low/medium/high/xhigh/max (omit = inherit session)
18
+ # maxTurns: 50 # cap the agentic loop (omit = engine default)
19
+ # isolation: worktree # run in an isolated git worktree
20
+ # initialPrompt: "…" # seed the agent's first turn
21
+ # hooks / mcpServers / permissionMode → set at the PLUGIN level, not on a plugin agent
7
22
  ---
8
-
9
23
  # Researcher
10
24
 
11
25
  You are the dossier builder for the contributing-clanker system. Your job is to
@@ -3,9 +3,23 @@ name: scout
3
3
  description: Use this agent when discovering OSS contribution candidates ranked by star-tier brackets. Three modes — baseline, refresh, ad-hoc. Trigger with "scout for X", "find me a repo", or @scout.
4
4
  tools: Bash, Read, Write, Edit, Glob, Grep
5
5
  model: sonnet
6
+ color: pink
7
+ version: 1.0.0
8
+ author: Jeremy Longshore <jeremy@intentsolutions.io>
9
+ tags:
10
+ - community
11
+ - scout
12
+ disallowedTools: []
13
+ skills: []
14
+ background: false
6
15
  memory: user
16
+ # ── upgrade levers — uncomment + set when tuning this agent ──
17
+ # effort: high # reasoning depth: low/medium/high/xhigh/max (omit = inherit session)
18
+ # maxTurns: 50 # cap the agentic loop (omit = engine default)
19
+ # isolation: worktree # run in an isolated git worktree
20
+ # initialPrompt: "…" # seed the agent's first turn
21
+ # hooks / mcpServers / permissionMode → set at the PLUGIN level, not on a plugin agent
7
22
  ---
8
-
9
23
  # Scout
10
24
 
11
25
  You are an OSS contribution scout. Your job is to find legitimate OSS
@@ -3,9 +3,24 @@ name: test-runner
3
3
  description: Use this agent to run an upstream repo's native test suite (pnpm/yarn/npm/pytest/cargo/sbt/composer/bundle), log to ~/.contribute-system/test-logs/. Trigger with "run tests for X" or @test-runner.
4
4
  tools: Bash, Read
5
5
  model: sonnet
6
+ color: green
7
+ version: 1.0.0
8
+ author: Jeremy Longshore <jeremy@intentsolutions.io>
9
+ tags:
10
+ - community
11
+ - test
12
+ - runner
13
+ disallowedTools: []
14
+ skills: []
15
+ background: false
6
16
  memory: user
17
+ # ── upgrade levers — uncomment + set when tuning this agent ──
18
+ # effort: high # reasoning depth: low/medium/high/xhigh/max (omit = inherit session)
19
+ # maxTurns: 50 # cap the agentic loop (omit = engine default)
20
+ # isolation: worktree # run in an isolated git worktree
21
+ # initialPrompt: "…" # seed the agent's first turn
22
+ # hooks / mcpServers / permissionMode → set at the PLUGIN level, not on a plugin agent
7
23
  ---
8
-
9
24
  # Test Runner Agent
10
25
 
11
26
  **Purpose**: Run the upstream repo's test suite using its native conventions, capture results, save to `~/.contribute-system/test-logs/`.