Skip to content

Commit d0b5772

Browse files
committed
feat: update AGENTS.md
1 parent 1862eaf commit d0b5772

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

AGENTS.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# llumen AGENTS
1+
## Project Overview
22

3-
llumen is a LLM chat web-application featuring three modes: normal chat, search and deep research.
3+
Privacy-focused LLM chat web-application optimized for minimal hardware (Raspberry Pi, old laptops).
44

55
## Architecture
66

@@ -61,3 +61,4 @@ Please never change git config by running `git config --global user.name` or `gi
6161
- If very complex logic changed, check `.github/workflows/check.yml` and try pass all CI tests.
6262
- If dependency changed, regenerate third-party licenses by `pnpm run generate-licenses` in frontend and `cargo xtask gen-license` in backend.
6363
- `pnpm build`, `cargo build` and `cargo test --release` is usually unnecessary.
64+
- DO NOT run `pnpm dev` or `cargo xtask run`, those are intended for user to run!

0 commit comments

Comments
 (0)