fix(rules-injector): remove dead batch code, add .sisyphus support

- Remove non-functional batch tool handling (OpenCode has no batch tool)
- Keep working direct tool call path (read/write/edit/multiedit)
- Apply same cleanup to directory-agents-injector and directory-readme-injector
- Add .sisyphus/rules directory support
This commit is contained in:
justsisyphus
2026-02-01 15:01:09 +09:00
parent 1f0b679877
commit 35f0d531b7
4 changed files with 22 additions and 116 deletions
+1
View File
@@ -17,6 +17,7 @@ export const PROJECT_RULE_SUBDIRS: [string, string][] = [
[".github", "instructions"],
[".cursor", "rules"],
[".claude", "rules"],
[".sisyphus", "rules"],
];
export const PROJECT_RULE_FILES: string[] = [