Skip to content

Commit ba339ac

Browse files
committed
chore: remove legacy backend and npm-app
1 parent f988ada commit ba339ac

File tree

179 files changed

+276
-35227
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

179 files changed

+276
-35227
lines changed

β€Ž.agents/LESSONS.mdβ€Ž

Lines changed: 0 additions & 91 deletions
Large diffs are not rendered by default.

β€ŽCONTRIBUTING.mdβ€Ž

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Before you begin, you'll need to install a few tools:
9797

9898
Now, you should be able to run the CLI and send commands, but it will error out because you don't have any credits.
9999

100-
**Note**: CLI requires both backend and web server running for authentication.
100+
**Note**: CLI requires the web server running for authentication.
101101

102102
9. **Giving yourself credits**:
103103

@@ -151,9 +151,8 @@ In order to run the CLI from other directories, you need to first publish the ag
151151

152152
Codebuff is organized as a monorepo with these main packages:
153153

154-
- **backend/**: WebSocket server, LLM integration, agent orchestration
155-
- **npm-app/**: CLI application that users interact with
156154
- **web/**: Next.js web application and dashboard
155+
- **cli/**: CLI application that users interact with
157156
- **python-app/**: Python version of the CLI (experimental)
158157
- **common/**: Shared code, database schemas, utilities
159158
- **sdk/**: TypeScript SDK for programmatic usage
@@ -253,15 +252,15 @@ Build specialized agents in `.agents/` for different languages, frameworks, or w
253252

254253
### πŸ”§ **Tool System**
255254

256-
Add new capabilities in `backend/src/tools.ts` - file operations, API integrations, development environment helpers. The sky's the limit!
255+
Add new capabilities in `common/src/tools` and the SDK helpers - file operations, API integrations, development environment helpers. The sky's the limit!
257256

258257
### πŸ“¦ **SDK Improvements**
259258

260259
Make the SDK in `sdk/` even more powerful with new methods, better TypeScript support, or killer integration examples.
261260

262261
### πŸ’» **CLI Magic**
263262

264-
Enhance the user experience in `npm-app/` with smoother commands, better error messages, or interactive features that make developers smile.
263+
Enhance the user experience in `cli/` with smoother commands, better error messages, or interactive features that make developers smile.
265264

266265
### 🌐 **Web Dashboard**
267266

β€Žbackend/.gitignoreβ€Ž

Lines changed: 0 additions & 4 deletions
This file was deleted.

β€Žbackend/README.mdβ€Ž

Lines changed: 0 additions & 25 deletions
This file was deleted.

β€Žbackend/knowledge.mdβ€Ž

Lines changed: 0 additions & 180 deletions
This file was deleted.

β€Žbackend/package.jsonβ€Ž

Lines changed: 0 additions & 62 deletions
This file was deleted.

0 commit comments

Comments
Β (0)