[READ-ONLY] Mirror of https://github.com/bombshell-dev/tty. Platform independent 2D layout engine for terminal applications based on Clay
5

Configure Feed

Select the types of activity you want to include in your feed.

๐Ÿ“ add no-advertising clause to AGENTS.md

Charles Lowell (Apr 17, 2026, 7:41 PM -0500) a7b3b13f 16f9c861

+5
+5
AGENTS.md
··· 21 21 - Each test file tests exactly one spec. Do not put tests for one spec into 22 22 another spec's test file. 23 23 24 + ## Commit and PR conventions 25 + 26 + Do not include any agent marketing material (e.g. "Generated with...", 27 + "Co-Authored-By: \<agent>") in commits, pull requests, issues, or comments. 28 + 24 29 ## Rendering invariants 25 30 26 31 - The renderer MUST NOT perform IO. It produces bytes; the caller writes them.