chore(dev): add .punt-labs/ethos.yaml + .claude/agents + commit .envrc#14
Merged
claude-puntlabs merged 2 commits intomainfrom Apr 26, 2026
Merged
chore(dev): add .punt-labs/ethos.yaml + .claude/agents + commit .envrc#14claude-puntlabs merged 2 commits intomainfrom
claude-puntlabs merged 2 commits intomainfrom
Conversation
Per CEO directive: each Punt Labs repo gets its own ethos + agent
definitions so it can be developed directly, not just from the monorepo.
- .punt-labs/ethos.yaml — agent: claude, team: engineering (matches
anthropic-sdk-pharo and other Punt Labs Smalltalk repos)
- .claude/agents/{adb,bwk,djb,kwb}.md — Pharo + ops scope (no
rmh/kpz; Postern is Smalltalk + CLI tooling)
- .envrc — was untracked; now committed for parity with
anthropic-sdk-pharo
Also picks up a pre-existing local .gitignore line for .biff.local.
There was a problem hiding this comment.
Pull request overview
Adds Punt Labs repo-local dev-enablement configuration so this repository can be developed directly (outside the monorepo), including ethos metadata, Claude agent definitions, and a committed direnv environment file.
Changes:
- Add
.punt-labs/ethos.yamlto declare agent/team metadata. - Add
.claude/agents/*.mdagent definitions (adb/bwk/djb/kwb) with hooks to runmake checkafter edits. - Commit
.envrcand extend.gitignoreto ignore.biff.local.
Reviewed changes
Copilot reviewed 6 out of 7 changed files in this pull request and generated 6 comments.
Show a summary per file
| File | Description |
|---|---|
.punt-labs/ethos.yaml |
Adds repo-local ethos agent/team configuration. |
.gitignore |
Ignores .biff.local. |
.envrc |
Adds shared Punt Labs direnv setup and telemetry/tmp env vars. |
.claude/agents/adb.md |
Adds infra/platform agent definition + make check hook. |
.claude/agents/bwk.md |
Adds Go-focused agent definition + make check hook. |
.claude/agents/djb.md |
Adds security-focused agent definition. |
.claude/agents/kwb.md |
Adds Smalltalk/TDD-focused agent definition + safety guidance. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
…stency + dedup You-are in kwb
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit f666e3e. Configure here.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Mirror of the dev-enablement work landing in anthropic-sdk-pharo (PR #17 there). Each Punt Labs repo gets its own ethos config + agent definitions so it can be developed directly, not just from the monorepo.
Also picks up a pre-existing local .gitignore line for .biff.local.
Note
Low Risk
Low risk: adds repo-local developer tooling/config files and a
.envrcthat can change local shell environment, but no production/runtime code paths are modified.Overview
Adds Punt Labs repo configuration via
.punt-labs/ethos.yamland a set of Claude agent definitions under.claude/agents/(includingPostToolUsehooks that runmake checkafterWrite|Edit).Commits a shared
.envrcto standardize local dev env vars (disabling telemetry/nonessential traffic and settingTMPDIRto.tmp), and updates.gitignoreto ignore.biff.local.Reviewed by Cursor Bugbot for commit f666e3e. Bugbot is set up for automated code reviews on this repo. Configure here.