Imported from jungju/homi (
AGENTS.md). Install upstream withnpx skills add jungju/homi. Copyright stays with the author.
AGENTS.md for homi
Project Shape
Homi is a static browser app.
/is the public Homi introduction page./faceis the logged-in always-on face page./face/manageis the logged-in face/data management page./engines/{engineId}is the logged-in schedule or dictation editor.- Ohmesh is the only persistence backend.
Operations
After finishing a development change:
- Run the relevant validation commands.
- Stage only intended files.
- Commit with
scripts/agent-commit.sh.
Do not push or deploy unless explicitly requested.
Preferred commit format:
TYPE=feat SUMMARY="update face route" scripts/agent-commit.sh
Validation Commands
pnpm run checkpnpm run build