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
4 changes: 4 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ If a task affects the consuming-app contract, also inspect:
- `docs/app/getting-started.md`
- `docs/app/conventions.md`

If you are reading this file through GitHub or MCP to build a consuming app with
`no-js`, switch to `docs/app/ai-agents.md`. This `AGENTS.md` governs work on
the framework repository itself.

## Project Structure
```text
<go-repo-root>/
Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,14 @@ wiring is not enough.
For the exact files, use [Getting Started](docs/app/getting-started.md). For
the strict app contract, use [App Conventions](docs/app/conventions.md).

## AI Agent Usage

If you are an AI agent building an application with `no-js`, start with
[AI Agents For App Development](docs/app/ai-agents.md).

If you are modifying the `no-js` framework repository itself, use
[Framework AI Agents](docs/framework/ai-agents.md).

## Client Assets

CSS, JavaScript, and TypeScript can live beside the route or component that uses
Expand Down Expand Up @@ -95,6 +103,7 @@ the compile/bundle split.
For app developers:

- [App Docs Overview](docs/app/overview.md)
- [AI Agents For App Development](docs/app/ai-agents.md)
- [Getting Started](docs/app/getting-started.md)
- [App Conventions](docs/app/conventions.md)
- [Feature Guides](docs/app/features/overview.md)
Expand Down
Loading