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 +2 -2
- package/bin/claudefsd +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# claude-fsd
|
|
2
2
|
|
|
3
|
-
Claude Full
|
|
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
|
|
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
|
|
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.
|
|
4
|
-
"description": "Claude Full
|
|
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",
|