Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/CONFIGURATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ Each repo can carry two distinct, complementary files:
canonical file for "how should an agent work in this repo." Run `/init` to
scaffold one. `CLAUDE.md` and `.claude/instructions.md` are read as
compatibility fallbacks.

For a pre-built personality that enforces lazy, minimal-code discipline,
copy [Ponytail's `AGENTS.md`](https://github.com/DietrichGebert/ponytail/blob/main/AGENTS.md)
as your project instructions. It cuts 80–94% of generated code in benchmarks
by forcing the agent to try stdlib, native features, and one-liners before
writing anything. No install, no plugin — just the instruction file.
Comment on lines +17 to +21

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The phrasing can be polished to sound more professional and grammatically complete. Specifically:

  • Use "a lazy, minimal-code discipline" instead of "lazy, minimal-code discipline".
  • Use "the standard library" instead of "stdlib" for better clarity and formality.
  • Use "No installation or plugins are required" instead of "No install, no plugin" to avoid colloquialisms ("install" as a noun).
Suggested change
For a pre-built personality that enforces lazy, minimal-code discipline,
copy [Ponytail's `AGENTS.md`](https://github.com/DietrichGebert/ponytail/blob/main/AGENTS.md)
as your project instructions. It cuts 80–94% of generated code in benchmarks
by forcing the agent to try stdlib, native features, and one-liners before
writing anything. No install, no plugin — just the instruction file.
For a pre-built personality that enforces a lazy, minimal-code discipline,
copy [Ponytail's AGENTS.md](https://github.com/DietrichGebert/ponytail/blob/main/AGENTS.md)
as your project instructions. It cuts 80–94% of generated code in benchmarks
by forcing the agent to try the standard library, native features, and one-liners before
writing anything. No installation or plugins are required — just the instruction file.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

- **`.codewhale/constitution.json`** — CodeWhale-specific **repo authority /
prioritization policy**: when local sources conflict, which should CodeWhale
trust first, and what to verify before claiming a task is done. `.codewhale/`
Expand Down
Loading