-
-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
In complete and buggy setup / code base.
To Reproduce
Steps to reproduce the behavior:
- follow the "setup/installation" steps.
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
- OS: [e.g. macOS 14.0]
- Node Version: [e.g. 18.0.0]
- Claude Code Version: [e.g. 1.0.0]
- Agentwise Version: [e.g. 0.1.0]
Additional context
Add any other context about the problem here.
# 1. Clone the repository
git clone https://github.com/VibeCodingWithPhil/agentwise.git
cd ~/agentwise
# 2. Install dependencies
npm install
# 3. Build the project
npm run build
# 4. Create workspace directory
mkdir -p workspace
# 5. Install global monitor command
npm run monitor:install
# 6. Start Agentwise
node dist/index.js
# 7. In a new terminal, test without any flags!
claude /create "your first project"
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working