# AGENTS.md

an easy-to-use dynamic service discovery, configuration and service management platform for building AI cloud native applications.

## Setup

```
# TODO: the install command. No lockfile was found, so this could not be inferred.
```

## Commands

```
make help
make clean
make test             # run the test suite, must pass before any commit
make build-frontend
make build-maven
make check-maven
```

## Layout

- `console/` 746 source files
- `api/`     723 source files
- `core/`    622 source files
- `ai/`      586 source files
- `naming/`  442 source files
- `config/`  396 source files

## Conventions

- Tests live alongside the code they cover, following `.github/workflows/pr-e2e-test.yml`.
- CI defines what passing means. See `.github/workflows/anti-spam.yml`, and keep it green.
- TODO: add the two or three conventions a newcomer always gets wrong here.

## Gotchas

- `console/src/main/resources/static/console-ui/assets/ts.worker-BH9nVgjN.js` is 6846KB. It will not fit comfortably in context, so read it in parts.
- No lockfile is committed, so an install here may not match what CI produced.

---

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.
