From cee297b4db79ac71010e575f71fe28b84993501f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C2=A8NW=C2=A8?= <¨neroworld@mail.ru¨> Date: Wed, 8 Apr 2026 22:38:01 +0100 Subject: [PATCH] chore: exclude kilocode config files from version control --- .gitignore | 5 + .manus/db/db-query-1774044902126.json | 34 ---- .manus/db/db-query-1774044910065.json | 202 -------------------- .manus/db/db-query-1774044914301.json | 82 -------- .manus/db/db-query-1774044919559.json | 22 --- .manus/db/db-query-1774044946048.json | 46 ----- .manus/db/db-query-error-1774044906729.json | 8 - 7 files changed, 5 insertions(+), 394 deletions(-) delete mode 100644 .manus/db/db-query-1774044902126.json delete mode 100644 .manus/db/db-query-1774044910065.json delete mode 100644 .manus/db/db-query-1774044914301.json delete mode 100644 .manus/db/db-query-1774044919559.json delete mode 100644 .manus/db/db-query-1774044946048.json delete mode 100644 .manus/db/db-query-error-1774044906729.json diff --git a/.gitignore b/.gitignore index e1642a6..05d8971 100644 --- a/.gitignore +++ b/.gitignore @@ -111,3 +111,8 @@ temp/ # Manus version file (auto-generated, not part of source) client/public/__manus__/version.json + +# Kilocode config and working directories +.kilo/ +.manus/ +AGENTS.md diff --git a/.manus/db/db-query-1774044902126.json b/.manus/db/db-query-1774044902126.json deleted file mode 100644 index 4b91eef..0000000 --- a/.manus/db/db-query-1774044902126.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "query": "SHOW TABLES;", - "command": "mysql --batch --raw --column-names --default-character-set=utf8mb4 --host gateway03.us-east-1.prod.aws.tidbcloud.com --port 4000 --user 3Zh4qRMAq8LtV1c.6374c5e14c69 --database ZEGAT83geRq9CNvryykaQv --execute SHOW TABLES;", - "rows": [ - { - "Tables_in_ZEGAT83geRq9CNvryykaQv": "__drizzle_migrations" - }, - { - "Tables_in_ZEGAT83geRq9CNvryykaQv": "agentAccessControl" - }, - { - "Tables_in_ZEGAT83geRq9CNvryykaQv": "agentHistory" - }, - { - "Tables_in_ZEGAT83geRq9CNvryykaQv": "agentMetrics" - }, - { - "Tables_in_ZEGAT83geRq9CNvryykaQv": "agents" - }, - { - "Tables_in_ZEGAT83geRq9CNvryykaQv": "browserSessions" - }, - { - "Tables_in_ZEGAT83geRq9CNvryykaQv": "toolDefinitions" - }, - { - "Tables_in_ZEGAT83geRq9CNvryykaQv": "users" - } - ], - "messages": [], - "stdout": "Tables_in_ZEGAT83geRq9CNvryykaQv\n__drizzle_migrations\nagentAccessControl\nagentHistory\nagentMetrics\nagents\nbrowserSessions\ntoolDefinitions\nusers\n", - "stderr": "", - "execution_time_ms": 605 -} \ No newline at end of file diff --git a/.manus/db/db-query-1774044910065.json b/.manus/db/db-query-1774044910065.json deleted file mode 100644 index 7270736..0000000 --- a/.manus/db/db-query-1774044910065.json +++ /dev/null @@ -1,202 +0,0 @@ -{ - "query": "DESCRIBE agents;", - "command": "mysql --batch --raw --column-names --default-character-set=utf8mb4 --host gateway03.us-east-1.prod.aws.tidbcloud.com --port 4000 --user 3Zh4qRMAq8LtV1c.6374c5e14c69 --database ZEGAT83geRq9CNvryykaQv --execute DESCRIBE agents;", - "rows": [ - { - "Field": "id", - "Type": "int", - "Null": "NO", - "Key": "PRI", - "Default": "NULL", - "Extra": "auto_increment" - }, - { - "Field": "userId", - "Type": "int", - "Null": "NO", - "Key": "MUL", - "Default": "NULL", - "Extra": "" - }, - { - "Field": "name", - "Type": "varchar(255)", - "Null": "NO", - "Key": "", - "Default": "NULL", - "Extra": "" - }, - { - "Field": "description", - "Type": "text", - "Null": "YES", - "Key": "", - "Default": "NULL", - "Extra": "" - }, - { - "Field": "role", - "Type": "varchar(100)", - "Null": "NO", - "Key": "", - "Default": "NULL", - "Extra": "" - }, - { - "Field": "model", - "Type": "varchar(100)", - "Null": "NO", - "Key": "MUL", - "Default": "NULL", - "Extra": "" - }, - { - "Field": "provider", - "Type": "varchar(50)", - "Null": "NO", - "Key": "", - "Default": "NULL", - "Extra": "" - }, - { - "Field": "temperature", - "Type": "decimal(3,2)", - "Null": "YES", - "Key": "", - "Default": "0.7", - "Extra": "" - }, - { - "Field": "maxTokens", - "Type": "int", - "Null": "YES", - "Key": "", - "Default": "2048", - "Extra": "" - }, - { - "Field": "topP", - "Type": "decimal(3,2)", - "Null": "YES", - "Key": "", - "Default": "1.0", - "Extra": "" - }, - { - "Field": "frequencyPenalty", - "Type": "decimal(3,2)", - "Null": "YES", - "Key": "", - "Default": "0.0", - "Extra": "" - }, - { - "Field": "presencePenalty", - "Type": "decimal(3,2)", - "Null": "YES", - "Key": "", - "Default": "0.0", - "Extra": "" - }, - { - "Field": "systemPrompt", - "Type": "text", - "Null": "YES", - "Key": "", - "Default": "NULL", - "Extra": "" - }, - { - "Field": "allowedTools", - "Type": "json", - "Null": "YES", - "Key": "", - "Default": "NULL", - "Extra": "" - }, - { - "Field": "allowedDomains", - "Type": "json", - "Null": "YES", - "Key": "", - "Default": "NULL", - "Extra": "" - }, - { - "Field": "maxRequestsPerHour", - "Type": "int", - "Null": "YES", - "Key": "", - "Default": "100", - "Extra": "" - }, - { - "Field": "isActive", - "Type": "tinyint(1)", - "Null": "YES", - "Key": "", - "Default": "1", - "Extra": "" - }, - { - "Field": "isPublic", - "Type": "tinyint(1)", - "Null": "YES", - "Key": "", - "Default": "0", - "Extra": "" - }, - { - "Field": "tags", - "Type": "json", - "Null": "YES", - "Key": "", - "Default": "NULL", - "Extra": "" - }, - { - "Field": "metadata", - "Type": "json", - "Null": "YES", - "Key": "", - "Default": "NULL", - "Extra": "" - }, - { - "Field": "createdAt", - "Type": "timestamp", - "Null": "NO", - "Key": "", - "Default": "CURRENT_TIMESTAMP", - "Extra": "" - }, - { - "Field": "updatedAt", - "Type": "timestamp", - "Null": "NO", - "Key": "", - "Default": "CURRENT_TIMESTAMP", - "Extra": "DEFAULT_GENERATED on update CURRENT_TIMESTAMP" - }, - { - "Field": "isSystem", - "Type": "tinyint(1)", - "Null": "NO", - "Key": "", - "Default": "0", - "Extra": "" - }, - { - "Field": "isOrchestrator", - "Type": "tinyint(1)", - "Null": "NO", - "Key": "", - "Default": "0", - "Extra": "" - } - ], - "messages": [], - "stdout": "Field\tType\tNull\tKey\tDefault\tExtra\nid\tint\tNO\tPRI\tNULL\tauto_increment\nuserId\tint\tNO\tMUL\tNULL\t\nname\tvarchar(255)\tNO\t\tNULL\t\ndescription\ttext\tYES\t\tNULL\t\nrole\tvarchar(100)\tNO\t\tNULL\t\nmodel\tvarchar(100)\tNO\tMUL\tNULL\t\nprovider\tvarchar(50)\tNO\t\tNULL\t\ntemperature\tdecimal(3,2)\tYES\t\t0.7\t\nmaxTokens\tint\tYES\t\t2048\t\ntopP\tdecimal(3,2)\tYES\t\t1.0\t\nfrequencyPenalty\tdecimal(3,2)\tYES\t\t0.0\t\npresencePenalty\tdecimal(3,2)\tYES\t\t0.0\t\nsystemPrompt\ttext\tYES\t\tNULL\t\nallowedTools\tjson\tYES\t\tNULL\t\nallowedDomains\tjson\tYES\t\tNULL\t\nmaxRequestsPerHour\tint\tYES\t\t100\t\nisActive\ttinyint(1)\tYES\t\t1\t\nisPublic\ttinyint(1)\tYES\t\t0\t\ntags\tjson\tYES\t\tNULL\t\nmetadata\tjson\tYES\t\tNULL\t\ncreatedAt\ttimestamp\tNO\t\tCURRENT_TIMESTAMP\t\nupdatedAt\ttimestamp\tNO\t\tCURRENT_TIMESTAMP\tDEFAULT_GENERATED on update CURRENT_TIMESTAMP\nisSystem\ttinyint(1)\tNO\t\t0\t\nisOrchestrator\ttinyint(1)\tNO\t\t0\t\n", - "stderr": "", - "execution_time_ms": 523 -} \ No newline at end of file diff --git a/.manus/db/db-query-1774044914301.json b/.manus/db/db-query-1774044914301.json deleted file mode 100644 index 7e5df6e..0000000 --- a/.manus/db/db-query-1774044914301.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "query": "SELECT COLUMN_NAME FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME = 'agents' AND TABLE_SCHEMA = DATABASE() ORDER BY ORDINAL_POSITION;", - "command": "mysql --batch --raw --column-names --default-character-set=utf8mb4 --host gateway03.us-east-1.prod.aws.tidbcloud.com --port 4000 --user 3Zh4qRMAq8LtV1c.6374c5e14c69 --database ZEGAT83geRq9CNvryykaQv --execute SELECT COLUMN_NAME FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME = 'agents' AND TABLE_SCHEMA = DATABASE() ORDER BY ORDINAL_POSITION;", - "rows": [ - { - "COLUMN_NAME": "id" - }, - { - "COLUMN_NAME": "userId" - }, - { - "COLUMN_NAME": "name" - }, - { - "COLUMN_NAME": "description" - }, - { - "COLUMN_NAME": "role" - }, - { - "COLUMN_NAME": "model" - }, - { - "COLUMN_NAME": "provider" - }, - { - "COLUMN_NAME": "temperature" - }, - { - "COLUMN_NAME": "maxTokens" - }, - { - "COLUMN_NAME": "topP" - }, - { - "COLUMN_NAME": "frequencyPenalty" - }, - { - "COLUMN_NAME": "presencePenalty" - }, - { - "COLUMN_NAME": "systemPrompt" - }, - { - "COLUMN_NAME": "allowedTools" - }, - { - "COLUMN_NAME": "allowedDomains" - }, - { - "COLUMN_NAME": "maxRequestsPerHour" - }, - { - "COLUMN_NAME": "isActive" - }, - { - "COLUMN_NAME": "isPublic" - }, - { - "COLUMN_NAME": "tags" - }, - { - "COLUMN_NAME": "metadata" - }, - { - "COLUMN_NAME": "createdAt" - }, - { - "COLUMN_NAME": "updatedAt" - }, - { - "COLUMN_NAME": "isSystem" - }, - { - "COLUMN_NAME": "isOrchestrator" - } - ], - "messages": [], - "stdout": "COLUMN_NAME\nid\nuserId\nname\ndescription\nrole\nmodel\nprovider\ntemperature\nmaxTokens\ntopP\nfrequencyPenalty\npresencePenalty\nsystemPrompt\nallowedTools\nallowedDomains\nmaxRequestsPerHour\nisActive\nisPublic\ntags\nmetadata\ncreatedAt\nupdatedAt\nisSystem\nisOrchestrator\n", - "stderr": "", - "execution_time_ms": 383 -} \ No newline at end of file diff --git a/.manus/db/db-query-1774044919559.json b/.manus/db/db-query-1774044919559.json deleted file mode 100644 index 51ed9f7..0000000 --- a/.manus/db/db-query-1774044919559.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "query": "SELECT COLUMN_NAME FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME = 'agents' AND TABLE_SCHEMA = DATABASE() AND ORDINAL_POSITION > 20 ORDER BY ORDINAL_POSITION;", - "command": "mysql --batch --raw --column-names --default-character-set=utf8mb4 --host gateway03.us-east-1.prod.aws.tidbcloud.com --port 4000 --user 3Zh4qRMAq8LtV1c.6374c5e14c69 --database ZEGAT83geRq9CNvryykaQv --execute SELECT COLUMN_NAME FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME = 'agents' AND TABLE_SCHEMA = DATABASE() AND ORDINAL_POSITION > 20 ORDER BY ORDINAL_POSITION;", - "rows": [ - { - "COLUMN_NAME": "createdAt" - }, - { - "COLUMN_NAME": "updatedAt" - }, - { - "COLUMN_NAME": "isSystem" - }, - { - "COLUMN_NAME": "isOrchestrator" - } - ], - "messages": [], - "stdout": "COLUMN_NAME\ncreatedAt\nupdatedAt\nisSystem\nisOrchestrator\n", - "stderr": "", - "execution_time_ms": 370 -} \ No newline at end of file diff --git a/.manus/db/db-query-1774044946048.json b/.manus/db/db-query-1774044946048.json deleted file mode 100644 index fb76c80..0000000 --- a/.manus/db/db-query-1774044946048.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "query": "SELECT id, name, role, model, isSystem, isOrchestrator, isActive FROM agents;", - "command": "mysql --batch --raw --column-names --default-character-set=utf8mb4 --host gateway03.us-east-1.prod.aws.tidbcloud.com --port 4000 --user 3Zh4qRMAq8LtV1c.6374c5e14c69 --database ZEGAT83geRq9CNvryykaQv --execute SELECT id, name, role, model, isSystem, isOrchestrator, isActive FROM agents;", - "rows": [ - { - "id": "8", - "name": "Orchestrator", - "role": "orchestrator", - "model": "minimax-m2.7", - "isSystem": "1", - "isOrchestrator": "1", - "isActive": "1" - }, - { - "id": "9", - "name": "Browser Agent", - "role": "browser", - "model": "qwen2.5:7b", - "isSystem": "1", - "isOrchestrator": "0", - "isActive": "1" - }, - { - "id": "10", - "name": "Tool Builder", - "role": "tool_builder", - "model": "qwen2.5-coder:7b", - "isSystem": "1", - "isOrchestrator": "0", - "isActive": "1" - }, - { - "id": "11", - "name": "Agent Compiler", - "role": "agent_compiler", - "model": "qwen2.5:14b", - "isSystem": "1", - "isOrchestrator": "0", - "isActive": "1" - } - ], - "messages": [], - "stdout": "id\tname\trole\tmodel\tisSystem\tisOrchestrator\tisActive\n8\tOrchestrator\torchestrator\tminimax-m2.7\t1\t1\t1\n9\tBrowser Agent\tbrowser\tqwen2.5:7b\t1\t0\t1\n10\tTool Builder\ttool_builder\tqwen2.5-coder:7b\t1\t0\t1\n11\tAgent Compiler\tagent_compiler\tqwen2.5:14b\t1\t0\t1\n", - "stderr": "", - "execution_time_ms": 538 -} \ No newline at end of file diff --git a/.manus/db/db-query-error-1774044906729.json b/.manus/db/db-query-error-1774044906729.json deleted file mode 100644 index 4798e46..0000000 --- a/.manus/db/db-query-error-1774044906729.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "query": "SELECT id, name, role, activeModel, isOrchestrator, isSystem, status FROM agents;", - "command": "mysql --batch --raw --column-names --default-character-set=utf8mb4 --host gateway03.us-east-1.prod.aws.tidbcloud.com --port 4000 --user 3Zh4qRMAq8LtV1c.6374c5e14c69 --database ZEGAT83geRq9CNvryykaQv --execute SELECT id, name, role, activeModel, isOrchestrator, isSystem, status FROM agents;", - "returncode": 1, - "logs": [ - "ERROR 1054 (42S22) at line 1: Unknown column 'activemodel' in 'field list'" - ] -} \ No newline at end of file