chore: server-and-serverless template

This commit is contained in:
e2e
2026-06-28 16:06:43 +02:00
commit b58a1238dc
202 changed files with 9063 additions and 0 deletions

15
knowledge/README.md Normal file
View File

@@ -0,0 +1,15 @@
# Knowledge base
This folder is the builder agent's long-term memory of **this company and product**
short markdown notes, not code. The agent reads these at the start of every session and
updates them as it learns durable facts: domain concepts, decisions and the reasons
behind them, preferences, and anything that makes the agent more personalised over time.
Suggested notes (create as needed):
- `product.md` — what the product is, who it's for, the core problem it solves
- `glossary.md` — the company's own terms and what they mean
- `decisions.md` — choices made together and why
- `preferences.md` — style, scope, and things to avoid
Keep notes concise and current. Do not store secrets or credentials here.