01README
AI-assisted analysis of counters, gauges, and distributions. Returns rubric-scored JSON suitable for downstream judging.
Quick start
Add @github/core-beacon-00 to your repo's extensions list, then reference its model in your swamp.yaml:
extensions:
- @github/core-beacon-00
workflows:
- name: core-beacon-00-run
jobs:
- name: main
steps:
- name: sync
model: github/core-beacon-00
method: syncRun with swamp workflow run core-beacon-00-run. The first invocation prints what it would change; pass --apply to commit.
What's inside
- Typed models — Zod-validated arguments, structured outputs, and a manifest the agent can reason about.
- Drivers — bounded concurrency, structured retries, and CloudWatch / OpenTelemetry-friendly tags.
- Reports — markdown roll-ups grouped by label and breaking-change flag.
Configuration
Configure via ~/.swamp/config.yaml or environment variables. The full method reference and rubric format live in the package's manual/ directory.
Labels: metrics notifications discord
02Models
@github/core-beacon-00/sentinelv0.1.0sentinel.ts
fn sync(filter: record)
Sync the resource.
| Argument | Type | Description |
|---|---|---|
| filter | record | Key-value filter expression |
fn create(force: boolean, filter?: record, id?: string)
Create the resource.
| Argument | Type | Description |
|---|---|---|
| force | boolean | Skip confirmation and apply immediately |
| filter? | record | Key-value filter expression |
| id? | string | Resource identifier |
@github/core-beacon-00/anchorv0.1.0anchor.ts
fn get(id: string, filter?: record, force?: boolean)
Get the resource.
| Argument | Type | Description |
|---|---|---|
| id | string | Resource identifier |
| filter? | record | Key-value filter expression |
| force? | boolean | Skip confirmation and apply immediately |
fn update(tags: array, limit: number)
Update the resource.
| Argument | Type | Description |
|---|---|---|
| tags | array | List of tags to apply |
| limit | number | Maximum results to return |
03Drivers
core-beacon-00-driver
@github/core-beacon-00/driverdriver.ts
Execution driver with bounded concurrency and retries.
04Reports
core-beacon-00-reportextension
report.ts
Roll-up report grouped by label and breaking-change flag.
auditsummary
05Previous Versions
1.4.0Feb 1, 2026
06Stats
D
58 / 100
Downloads
8
Archive size
153.0 KB
- Has README or module doc0/2missing
- README has a code example0/1missing
- README is substantive0/1missing
- Most symbols documented1/1earned
- No slow types0/1missing
- Has description1/1earned
- At least one platform tag (or universal)1/1earned
- Two or more platform tags (or universal)1/1earned
- License declared1/1earned
- Verified public repository2/2earned
Repository
https://github.com/github/core-beacon-0007Platforms
08Labels