refactor: remove context awareness documentation and related code; streamline tool registration and context detection
This commit is contained in:
@@ -5,11 +5,6 @@
|
||||
"configSchema": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"devClawAgentIds": {
|
||||
"type": "array",
|
||||
"items": { "type": "string" },
|
||||
"description": "Agent IDs recognized as DevClaw orchestrators"
|
||||
},
|
||||
"models": {
|
||||
"type": "object",
|
||||
"description": "Model mapping per role and tier",
|
||||
@@ -40,9 +35,8 @@
|
||||
},
|
||||
"notifications": {
|
||||
"type": "object",
|
||||
"description": "Notification settings",
|
||||
"description": "Per-event-type notification toggles. All default to true — set to false to suppress.",
|
||||
"properties": {
|
||||
"heartbeatDm": { "type": "boolean" },
|
||||
"workerStart": { "type": "boolean" },
|
||||
"workerComplete": { "type": "boolean" }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user