Add English skill locale support (#223)

feat: add English skill locale support with SKILL_en.md
This commit is contained in:
Always lucky
2026-04-13 04:17:20 -05:00
committed by GitHub
parent 28e6f07f8e
commit 0e21545bc5
5 changed files with 382 additions and 4 deletions
+1
View File
@@ -66,6 +66,7 @@ packages = ["agent_reach"]
[tool.hatch.build.targets.wheel.force-include]
"agent_reach/guides" = "agent_reach/guides"
# Keep the whole skill directory so SKILL.md, SKILL_en.md, and references/ ship together.
"agent_reach/skill" = "agent_reach/skill"
"agent_reach/scripts" = "agent_reach/scripts"