Commit 9cfd561
🌍 Update docs to show multi-language support
Make it clear the workflow works with any language, not just Node.js.
autotask.md:
- Requirements: Show TypeScript/JavaScript and Python tooling examples
- Configuration: List detection for both TS (husky, jest, eslint)
and Python (pre-commit, pytest, ruff/mypy) tools
README.md:
- Requirements: Show TypeScript/JavaScript and Python examples
- Remove Node.js-centric language
The workflow is truly language-agnostic - /setup-environment detects
project type and adapts. Documentation now reflects this reality.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 78117c9 commit 9cfd561
2 files changed
+5
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
96 | | - | |
97 | | - | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
327 | 327 | | |
328 | 328 | | |
329 | 329 | | |
330 | | - | |
331 | | - | |
| 330 | + | |
332 | 331 | | |
333 | 332 | | |
334 | 333 | | |
| |||
0 commit comments