Skip to content

Commit 9cfd561

Browse files
Nick Sullivanclaude
andcommitted
🌍 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

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.claude/commands/autotask.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,16 +85,16 @@ Recover gracefully from failures when possible, or inform the user clearly when
8585
## Requirements
8686

8787
- GitHub CLI (`gh`) installed and authenticated
88-
- Node.js/npm
88+
- Project-specific tooling (npm for TypeScript/JavaScript, pip/poetry for Python, etc.)
8989
- Project standards accessible via /load-cursor-rules
9090

9191
## Configuration
9292

9393
The command adapts to your project structure:
9494

95-
- Detects git hooks (husky, pre-commit)
96-
- Detects test runners (jest, mocha, vitest, etc.)
97-
- Finds linting configs (eslint, prettier, etc.)
95+
- Detects git hooks (husky for TypeScript/JavaScript, pre-commit for Python)
96+
- Detects test runners (jest/vitest for TypeScript, pytest for Python)
97+
- Finds linting tools (eslint/prettier for TypeScript, ruff/black/mypy for Python)
9898
- Uses available build scripts
9999
- Respects project-specific conventions
100100

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,8 +327,7 @@ Shows what changed, lets you choose what to update, preserves project-specific c
327327

328328
**For autonomous workflows**:
329329
- GitHub CLI (`gh`) installed and authenticated
330-
- Node.js/npm (for JavaScript/TypeScript projects)
331-
- Project-specific dependency managers (pip, bundle, cargo, etc.)
330+
- Project-specific tooling (npm for TypeScript/JavaScript, pip/poetry for Python, etc.)
332331

333332
**For Cursor**:
334333
- Cursor IDE with rules support

0 commit comments

Comments
 (0)