opencode archivist

This commit is contained in:
Anish Lakhwara
2026-01-19 22:37:40 -08:00
parent d0cde973e7
commit 928a3f56ad
4 changed files with 459 additions and 0 deletions
+7
View File
@@ -29,6 +29,10 @@ in
autoupdate = false;
permission = {
external_directory = "allow";
# Restrict session-search skill to archivist only
skill = {
"session-search" = "deny";
};
};
provider = {
anthropic = {
@@ -59,6 +63,9 @@ in
"opencode/themes/ayu-mirage.json".source = ./themes/ayu-mirage.json;
"opencode/agent/librarian.md".source = ./agent/librarian.md;
"opencode/agent/adversary.md".source = ./agent/adversary.md;
"opencode/agent/archivist.md".source = ./agent/archivist.md;
"opencode/command/cleanup.md".source = ./command/cleanup.md;
"opencode/tool/search-history.ts".source = ./tool/search-history.ts;
"opencode/skill/session-search/SKILL.md".source = ./skill/session-search/SKILL.md;
};
}