Skip to content
Merged
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: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ yarn-error.log*
next-env.d.ts

# AI agents and related files
CLAUDE.md
.cursor/
.agent

Expand Down
8 changes: 8 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# E2B Dashboard

A web application for managing and monitoring E2B services — sandboxes, API keys, and usage analytics. Built with Next.js, React, and TypeScript.

## Comments

- Omit verbose or redundant comments. Prefer self-documenting names over narration.
- Comment only the non-obvious **why**, never the **what** the code already says.
1 change: 1 addition & 0 deletions CLAUDE.md
Loading