claude-fsd 1.2.0 โ†’ 1.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # claude-fsd
2
2
 
3
- Claude Full Stack Development (FSD) - Your AI-powered development team in a box.
3
+ Claude Full Self Drive (FSD) - Your AI-powered development team on autopilot.
4
4
 
5
5
  ## What is this?
6
6
 
@@ -13,7 +13,7 @@ This tool takes that concept to the next level by creating an entire **agent fle
13
13
  - ๐Ÿ‘€ **Reviewer Agent**: Reviews code quality, catches issues, ensures best practices
14
14
  - ๐Ÿงช **Tester Agent**: Runs tests, validates changes, commits clean code
15
15
 
16
- Think of it as having a full development team that never sleeps, never gets tired, and always follows best practices. The AI agents work in cycles, planning tasks, implementing them, reviewing the work, and then moving on to the next task.
16
+ Think of it as having a full development team on autopilot - like Tesla's Full Self-Driving, but for code! The AI agents work in cycles, planning tasks, implementing them, reviewing the work, and then moving on to the next task, with minimal human intervention.
17
17
 
18
18
  ## Installation
19
19
 
package/bin/claudefsd CHANGED
@@ -13,10 +13,10 @@ source "$(dirname "$0")/claudefsd-check-dependencies"
13
13
 
14
14
  # Function to display the menu
15
15
  show_menu() {
16
- echo -e "${GREEN}๐Ÿค– Claude Full Stack Development (FSD) Tool${NC}"
16
+ echo -e "${GREEN}๐Ÿค– Claude Full Self Drive (FSD) Tool${NC}"
17
17
  echo
18
18
  echo "This tool helps you manage development projects using AI agents."
19
- echo "Think of it as your AI-powered development team!"
19
+ echo "Think of it as your AI-powered development team on autopilot!"
20
20
  echo
21
21
  echo "What would you like to do?"
22
22
  echo
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "claude-fsd",
3
- "version": "1.2.0",
4
- "description": "Claude Full Stack Development tools for managing development projects",
3
+ "version": "1.2.1",
4
+ "description": "Claude Full Self Drive tools for autonomous AI-powered development",
5
5
  "bin": {
6
6
  "claude-fsd": "./bin/claude-fsd",
7
7
  "claudefsd": "./bin/claudefsd",