Skip to content
Open
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# AGENTS.md

Instructions for AI coding agents (Claude Code, GitHub Copilot, Cursor, Codex) working on TermUI.
This documentation provides configuration guidelines to ensure external assistance models align with our workspace layout rules.

Read this file fully before writing code. Read the issue fully before writing code. If the issue links a reference file, read that file first and copy its structure.

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,8 @@ examples/

## Development
> **Note:** This project uses [Bun](https://bun.sh) as its package manager. Install Bun first: https://bun.sh/docs/installation
> **Note:** If you encounter execution policy or permission errors during setup, open your terminal as an Administrator (Windows) or use `sudo` before running commands (Mac/Linux).


```bash
bun install
Expand Down
Loading