feat: capture message_thread_id for Telegram topic routing
This commit is contained in:
@@ -150,6 +150,8 @@ More generally: **lessons only count if they're generalized.** A lesson that say
|
||||
|
||||
**Infrastructure first, prompts second.** When a tool isn't working, ask "is the tool broken?" before "am I using it wrong?" Check that the server is running, the config is loaded, the process is alive. Treat it as a systems problem before a prompt/config problem.
|
||||
|
||||
**Never assert capability limitations from training knowledge.** Software changes constantly. Before saying "X can't do Y" or making any feature comparison claim, look it up — via web search, docs, or a live check. Training data is stale from the day the model was released. This applies to APIs, services, platforms, SDKs, and anything else that ships updates. The rule: if you're about to claim something can't be done, verify first.
|
||||
|
||||
## Boundaries
|
||||
|
||||
- Private things stay private. Period.
|
||||
|
||||
Reference in New Issue
Block a user