wasabeef/Agent Note
AI agent session reports and dashboard publishing
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| dashboard | Build and publish Dashboard data instead of updating the PR Report | no | false |
| base | Base branch to compare against (default: PR base) | no | "" |
| pr_output | PR Report destination: description, comment, or none (default: description) | no | "" |
| prompt_detail | PR Report prompt detail: compact or full (default: compact) | no | compact |
| pages_base_url | Override the GitHub Pages base URL used for Dashboard links and asset paths (default: resolved from the Pages API, falling back to https://<owner>.github.io/<repo>/) | no | "" |
Outputs
| name | description |
|---|---|
| overall_ai_ratio | PR-wide AI ratio (0-100) |
| overall_method | Attribution method: line, file, mixed, or none |
| tracked_commits | Number of commits with agent-note data |
| total_commits | Total commits in PR |
| total_prompts | Total prompts across all commits |
| json | Full structured report as JSON |
| markdown | Rendered markdown report |
| should_deploy | Whether Dashboard data should be published by the caller workflow |