From 500c35ea37a7307a49820bc91e734294c9c91b8a Mon Sep 17 00:00:00 2001 From: dyoshikawa Date: Wed, 22 Apr 2026 16:25:28 -0700 Subject: [PATCH] chore: enable takt as a generation target --- .gitignore | 8 ++++++++ rulesync.jsonc | 6 ++++++ 2 files changed, 14 insertions(+) diff --git a/.gitignore b/.gitignore index 7d9131551..cc0948185 100644 --- a/.gitignore +++ b/.gitignore @@ -254,3 +254,11 @@ rulesync.local.jsonc **/.opencode/plugins/ **/.opencode/memories/ **/.opencode/package-lock.json +**/.takt/facets/policies/ +**/.takt/facets/knowledge/ +**/.takt/facets/personas/ +**/.takt/facets/instructions/ +**/.takt/runs/ +**/.takt/tasks/ +**/.takt/.cache/ +**/.takt/config.yaml diff --git a/rulesync.jsonc b/rulesync.jsonc index dfb386231..68b356e5a 100644 --- a/rulesync.jsonc +++ b/rulesync.jsonc @@ -28,6 +28,12 @@ "subagents": true, "skills": true, }, + "takt": { + "rules": true, + "commands": true, + "subagents": true, + "skills": true, + } }, // Base directory or directories for generation.