rm Instruments refs
Alessandro committed
Feb 10, 2026 at 18:02 UTC
4d9091ffaa7073f04ebaefba0cd2b647f2739f4b
3 files changed
+3
-3
README.md
+1
-1
@@ -198,7 +198,7 @@ docker run -p 50001:80 agent0ai/agent-zero
198
- Subagents system with configurable agent profiles for different roles
199
- Memory operations offloaded to deferred tasks for better performance
200
- Environment variables can now configure settings via `A0_SET_*` prefix in `.env`
201
-- Automatic migration with overwrite support for `.env`, scheduler, knowledge, and instruments directories
201
+- Automatic migration with overwrite support for `.env`, scheduler, knowledge, and legacy instruments directories
202
- Projects support extended to MCP, A2A, and external API
203
- Workdir outside project support for more flexible file organization
204
- Agent number tracking in backend and responses for multi-agent identification
knowledge/main/about/github_readme.md
+1
-1
@@ -198,7 +198,7 @@ docker run -p 50001:80 agent0ai/agent-zero
198
- Subagents system with configurable agent profiles for different roles
199
- Memory operations offloaded to deferred tasks for better performance
200
- Environment variables can now configure settings via `A0_SET_*` prefix in `.env`
201
-- Automatic migration with overwrite support for `.env`, scheduler, knowledge, and instruments directories
201
+- Automatic migration with overwrite support for `.env`, scheduler, knowledge, and legacy instruments directories
202
- Projects support extended to MCP, A2A, and external API
203
- Workdir outside project support for more flexible file organization
204
- Agent number tracking in backend and responses for multi-agent identification
knowledge/main/about/installation.md
+1
-1
@@ -574,7 +574,7 @@ If you are migrating from older, non-Docker setups, copy these directories into
574
575
- `/a0/memory` (agent memories)
576
- `/a0/knowledge` (custom knowledge)
577
-- `/a0/instruments` (custom instruments)
577
+- `/a0/instruments` (now skills)
578
- `/a0/tmp/settings.json` (settings)
579
- `/a0/tmp/chats/` (chat history)
580
- `/a0/tmp/secrets.env` (secrets)