verkyyi/Tokenman
Scoped docs-maintainer harness for Claude inside GitHub Actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GitHub token used for PR and issue creation | yes | — |
| read_paths | Newline-delimited glob patterns Claude may inspect | yes | — |
| write_paths | Newline-delimited glob patterns Claude may modify | yes | — |
| job_type | Fixed job type for this run | no | docs_maintainer |
| on_high_confidence | Route to use for valid in-scope changes | no | pull_request |
| on_low_confidence | Route to use when Tokenman blocks a direct PR | no | issue |
| base_branch | Base branch for pull requests; defaults to the triggering ref | no | — |
| anthropic_api_key | Optional explicit Anthropic API key; otherwise use env ANTHROPIC_API_KEY | no | — |
| claude_code_oauth_token | Optional explicit Claude Code OAuth token; otherwise use env CLAUDE_CODE_OAUTH_TOKEN | no | — |
| claude_args | Extra Claude CLI arguments appended after Tokenman defaults | no | "" |
Outputs
| name | description |
|---|---|
| outcome | Final routed outcome |
| status | Internal runner status |
| run_id | Tokenman run id |
| pr_number | PR number when a pull request is opened |
| issue_number | Issue number when an issue is opened |