Browse Source

Remove unused agent and task manager files to streamline the codebase and improve maintainability.

darrenhinde 8 months ago
parent
commit
a494e84a39

.opencode/agent/code-base-agent.md → .opencode/agent/codebase-agent.md


+ 2 - 2
.opencode/agent/codebase-pattern-analyst.md

@@ -1,7 +1,7 @@
 ---
 description: "TypeScript implementation agent for modular and functional development"
-mode: primary
-model: claude-4-sonnet
+mode: subagent
+model: google/gemini-2.5-flash
 temperature: 0.1
 tools:
   read: true

+ 2 - 2
.opencode/agent/subagents/task-manager.md

@@ -1,7 +1,7 @@
 ---
 description: "Breaks down complex features into small, verifiable subtasks"
-mode: subagent
-model: qwen/qwen-coder
+mode: primary
+model: claude-4-sonnet
 temperature: 0.1
 tools:
   read: true

+ 0 - 15
.opencode/bun.lock

@@ -1,15 +0,0 @@
-{
-  "lockfileVersion": 1,
-  "workspaces": {
-    "": {
-      "dependencies": {
-        "@opencode-ai/plugin": "^0.5.1",
-      },
-    },
-  },
-  "packages": {
-    "@opencode-ai/plugin": ["@opencode-ai/plugin@0.5.1", "", { "dependencies": { "@opencode-ai/sdk": "0.4.19" } }, "sha512-dhVybeWgn3ulakZC9lD/Ar4PNWSFTLgAXjtRQYGsUQ1NE7w7pHI9VCGSsg0ejzYWwf4JqALkmTRLnEAuFFj84g=="],
-
-    "@opencode-ai/sdk": ["@opencode-ai/sdk@0.4.19", "", {}, "sha512-7V+wDR1+m+TQZAraAh/bOSObiA/uysG1YIXZVe6gl1sQAXDtkG2FYCzs0gTZ/ORdkUKEnr3vyQIk895Mu0CC/w=="],
-  }
-}

+ 0 - 3
README.md

@@ -86,9 +86,6 @@ TELEGRAM_BOT_TOKEN=your_bot_token_here
 TELEGRAM_CHAT_ID=your_chat_id_here
 TELEGRAM_ENABLED=true
 ```
-
-**Security Note**: The `.env` file is automatically ignored by git to protect your API keys.
-
 ## Safety & Security
 
 - **Approval-first workflow**: Each agent proposes a plan before execution