Remove public emoji UI and unify booking accent

This commit is contained in:
2026-07-11 12:43:42 +02:00
parent 70c0918ce6
commit ab41dd927e
8 changed files with 90 additions and 13 deletions
+10
View File
@@ -2,6 +2,16 @@
A compact field guide for anyone (human or AI) making changes to this stack. Skim this first.
## 0. Operating mode for agents
When working in this repository, act as an orchestrator rather than a single-threaded implementer:
1. Always make a short plan before changing code or configuration.
2. Delegate both targeted exploration and targeted implementation work to local models when available; the current default is Qwen 3.6 27B.
3. Do not treat delegation as optional for substantive work: research, code changes, refactors, and test updates should be routed through an agent first, then reviewed by the orchestrator.
4. Review delegated output critically, then apply, refine, or reject the result yourself.
5. Keep final responsibility for correctness, verification, and repo consistency in the orchestrating agent.
---
## 1. The deployment model