[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.

Merge pull request #24 from thefrontside/chore/add-license

📄 Add MIT license

authored by

Charles Lowell and committed by
GitHub
(Apr 17, 2026, 7:45 PM -0500) 9470772d cef9c8b7

+25
+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.
+20
LICENSE
··· 1 + MIT License 2 + 3 + Copyright 2025-2026 The Frontside Software, Inc 4 + 5 + Permission is hereby granted, free of charge, to any person obtaining a copy of 6 + this software and associated documentation files (the "Software"), to deal in 7 + the Software without restriction, including without limitation the rights to 8 + use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of 9 + the Software, and to permit persons to whom the Software is furnished to do so, 10 + subject to the following conditions: 11 + 12 + The above copyright notice and this permission notice shall be included in all 13 + copies or substantial portions of the Software. 14 + 15 + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS 17 + FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR 18 + COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 19 + AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 20 + WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.