Skip to main content

Core Beacon 00

@github/core-beacon-00v1.0.4· MIT· 1mo agoMODELS·DRIVERS·REPORTS
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: sync

Run 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

02Models2
@github/core-beacon-00/sentinelv0.1.0sentinel.ts
fn sync(filter: record)
Sync the resource.
ArgumentTypeDescription
filterrecordKey-value filter expression
fn create(force: boolean, filter?: record, id?: string)
Create the resource.
ArgumentTypeDescription
forcebooleanSkip confirmation and apply immediately
filter?recordKey-value filter expression
id?stringResource identifier
@github/core-beacon-00/anchorv0.1.0anchor.ts
fn get(id: string, filter?: record, force?: boolean)
Get the resource.
ArgumentTypeDescription
idstringResource identifier
filter?recordKey-value filter expression
force?booleanSkip confirmation and apply immediately
fn update(tags: array, limit: number)
Update the resource.
ArgumentTypeDescription
tagsarrayList of tags to apply
limitnumberMaximum results to return
03Drivers1
core-beacon-00-driver
@github/core-beacon-00/driverdriver.ts

Execution driver with bounded concurrency and retries.

04Reports1
core-beacon-00-reportextension
report.ts

Roll-up report grouped by label and breaking-change flag.

auditsummary
05Previous Versions1
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
07Platforms
08Labels