# AGENTS.md

🚀🚀🚀A faster, better and more stable Redis desktop manager [GUI client], compatible with Linux, Windows, Mac.

## Setup

```
npm ci
```

## Commands

```
npm run dev            # run locally
npm run start          # run the app
npm run build          # produce a build
npm run lint           # lint
npm run electron
npm run lint:init
npm run asar
npm run pack:prepare
```

## Layout

- `src/`    81 source files
- `build/`  7 source files
- `pack/`   5 source files
- `config/` 3 source files

## Conventions

- There are no tests yet. An agent has no way to check its own work here.
- CI defines what passing means. See `.github/workflows/build_appx.yaml`, and keep it green.
- TODO: add the two or three conventions a newcomer always gets wrong here.

## Gotchas

- Generated output is committed (`build/`). Search will return the compiled copy, so edit the source, not that.

---

Drafted by agentreadme.com from what is in this repository. Everything marked TODO
needs a human. Check it in as AGENTS.md at the root.
