01README
Compose diffs and reviewer signals reports from a single YAML source. Includes diff-vs-previous and breaking-change detection.
Quick start
Add @gcp/swift-pilot-64 to your repo's extensions list, then reference its model in your swamp.yaml:
extensions:
- @gcp/swift-pilot-64
workflows:
- name: swift-pilot-64-run
jobs:
- name: main
steps:
- name: run
model: gcp/swift-pilot-64
method: runRun with swamp workflow run swift-pilot-64-run. The first invocation prints what it would change; pass --apply to commit.
What's inside
- Composable workflows — wire methods into multi-step DAGs with retry, idempotency, and per-step logs.
- 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: code-review github diff
02Workflows
swift pulseswift-pulse
Composed workflow with retry and idempotency.
mainPrimary execution path.
1.preparecore/state.load— Validate inputs and pull current state.
2.applycore/state.apply— Apply the desired state.
03Reports
swift-pilot-64-reportextension
report.ts
Roll-up report grouped by label and breaking-change flag.
auditsummary
04Stats
D
58 / 100
Downloads
30
Archive size
152.0 KB
- Has README or module doc2/2earned
- 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 repository0/2missing
Repository
https://github.com/gcp/swift-pilot-6405Platforms
06Labels