From 0f1aca55c6b5224af6e6d593de06e9f88405230a Mon Sep 17 00:00:00 2001
From: Alessandro <155005371+3clyp50@users.noreply.github.com>
Date: Tue, 10 Feb 2026 18:02:04 +0100
Subject: [PATCH] rm Instruments refs
rm Instruments refs
---
README.md | 4 ++--
docs/setup/installation.md | 11 +----------
knowledge/main/about/github_readme.md | 4 ++--
knowledge/main/about/installation.md | 11 +----------
4 files changed, 6 insertions(+), 24 deletions(-)
diff --git a/README.md b/README.md
index b79da447a..aca76272a 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@ Or see DeepWiki generated documentation:
> ### 🚨 **AGENT ZERO SKILLS** 🚨
-> Agent Zero Instruments become **Skills** - portable, structured agent capabilities using the open `SKILL.md` standard (compatible with Claude Code, Codex and more).
+> **Skills System** - portable, structured agent capabilities using the open `SKILL.md` standard (compatible with Claude Code, Codex and more).
>
> **Plus:** Git-based Projects with authentication for public/private repositories - clone codebases directly into isolated workspaces.
>
@@ -198,7 +198,7 @@ docker run -p 50001:80 agent0ai/agent-zero
- Subagents system with configurable agent profiles for different roles
- Memory operations offloaded to deferred tasks for better performance
- Environment variables can now configure settings via `A0_SET_*` prefix in `.env`
-- Automatic migration with overwrite support for `.env`, scheduler, knowledge, and instruments directories
+- Automatic migration with overwrite support for `.env`, scheduler, knowledge, and legacy directories
- Projects support extended to MCP, A2A, and external API
- Workdir outside project support for more flexible file organization
- Agent number tracking in backend and responses for multi-agent identification
diff --git a/docs/setup/installation.md b/docs/setup/installation.md
index b61d1424f..f6e84809f 100644
--- a/docs/setup/installation.md
+++ b/docs/setup/installation.md
@@ -570,16 +570,7 @@ docker run -p 50080:80 \
### Manual Migration (Legacy or Non-Docker)
-If you are migrating from older, non-Docker setups, copy these directories into `/a0/usr/` in the new instance:
-
-- `/a0/memory` (agent memories)
-- `/a0/knowledge` (custom knowledge)
-- `/a0/instruments` (custom instruments)
-- `/a0/tmp/settings.json` (settings)
-- `/a0/tmp/chats/` (chat history)
-- `/a0/tmp/secrets.env` (secrets)
-
-Then proceed with the Docker installation steps above.
+If you are migrating from older, non-Docker setups, A0 handles the migration of legacy folders and files automatically at runtime. The right place to save your files and directories is `a0/usr`.
## Conclusion
diff --git a/knowledge/main/about/github_readme.md b/knowledge/main/about/github_readme.md
index b79da447a..aca76272a 100644
--- a/knowledge/main/about/github_readme.md
+++ b/knowledge/main/about/github_readme.md
@@ -27,7 +27,7 @@ Or see DeepWiki generated documentation:
> ### 🚨 **AGENT ZERO SKILLS** 🚨
-> Agent Zero Instruments become **Skills** - portable, structured agent capabilities using the open `SKILL.md` standard (compatible with Claude Code, Codex and more).
+> **Skills System** - portable, structured agent capabilities using the open `SKILL.md` standard (compatible with Claude Code, Codex and more).
>
> **Plus:** Git-based Projects with authentication for public/private repositories - clone codebases directly into isolated workspaces.
>
@@ -198,7 +198,7 @@ docker run -p 50001:80 agent0ai/agent-zero
- Subagents system with configurable agent profiles for different roles
- Memory operations offloaded to deferred tasks for better performance
- Environment variables can now configure settings via `A0_SET_*` prefix in `.env`
-- Automatic migration with overwrite support for `.env`, scheduler, knowledge, and instruments directories
+- Automatic migration with overwrite support for `.env`, scheduler, knowledge, and legacy directories
- Projects support extended to MCP, A2A, and external API
- Workdir outside project support for more flexible file organization
- Agent number tracking in backend and responses for multi-agent identification
diff --git a/knowledge/main/about/installation.md b/knowledge/main/about/installation.md
index b61d1424f..f6e84809f 100644
--- a/knowledge/main/about/installation.md
+++ b/knowledge/main/about/installation.md
@@ -570,16 +570,7 @@ docker run -p 50080:80 \
### Manual Migration (Legacy or Non-Docker)
-If you are migrating from older, non-Docker setups, copy these directories into `/a0/usr/` in the new instance:
-
-- `/a0/memory` (agent memories)
-- `/a0/knowledge` (custom knowledge)
-- `/a0/instruments` (custom instruments)
-- `/a0/tmp/settings.json` (settings)
-- `/a0/tmp/chats/` (chat history)
-- `/a0/tmp/secrets.env` (secrets)
-
-Then proceed with the Docker installation steps above.
+If you are migrating from older, non-Docker setups, A0 handles the migration of legacy folders and files automatically at runtime. The right place to save your files and directories is `a0/usr`.
## Conclusion