ca243a2d50
executus CI / test (push) Failing after 24s
Batteries-included agent-harness base, extracted from mort's agent layer. This first cut establishes the module + the zero-coupling core primitives: - lane, dispatchguard, pendingattach, run/progress.go: moved verbatim from mort - config: host config Source seam + env-var default (nil-safe helpers) - deliver: output-egress seam + Discard/Stdout defaults - identity: AdminPolicy + MemberResolver seams (nil-safe) - fanout: programmatic N×M swarm (bounded global + per-key concurrency) - README/CLAUDE.md with the vibe-coded banner; CI with Go gates + the "core stays majordomo+stdlib only" invariant Core builds with stdlib only today; majordomo enters at P1 (model/structured). go build/vet/test -race all green. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
21 lines
196 B
Plaintext
21 lines
196 B
Plaintext
# Binaries
|
|
*.exe
|
|
*.test
|
|
*.out
|
|
/bin/
|
|
/dist/
|
|
|
|
# Go workspace / local overrides
|
|
go.work
|
|
go.work.sum
|
|
|
|
# Env / secrets (never commit)
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Editor / OS
|
|
.idea/
|
|
.vscode/
|
|
.DS_Store
|