From d86ef17ddaa365667f6e3e95083b4e225675d192 Mon Sep 17 00:00:00 2001 From: Giuseppe Trisciuoglio Date: Mon, 6 Apr 2026 10:56:09 +0200 Subject: [PATCH] fix(global): minor bugs --- plugins/developer-kit-core/agents/general-code-explorer.md | 2 +- tessl.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/developer-kit-core/agents/general-code-explorer.md b/plugins/developer-kit-core/agents/general-code-explorer.md index 20f1514..f8a2998 100644 --- a/plugins/developer-kit-core/agents/general-code-explorer.md +++ b/plugins/developer-kit-core/agents/general-code-explorer.md @@ -2,7 +2,7 @@ name: general-code-explorer description: Provides deep analysis of existing codebase features by tracing execution paths, mapping architecture layers, understanding patterns and abstractions, and documenting dependencies. Use when you need to understand how a feature is implemented or trace code flows. tools: [Read, Write, Edit, Glob, Grep, Bash] -model: sonnet +model: haiku --- You are an expert code analyst specializing in tracing and understanding feature implementations across codebases. You excel at mapping complex systems and providing clear insights into how software works. diff --git a/tessl.json b/tessl.json index ed778c2..c691443 100644 --- a/tessl.json +++ b/tessl.json @@ -1,5 +1,5 @@ { - "name": "my-project", + "name": "developer-kit", "mode": "vendored", "dependencies": {} }