Skip to content

Commit 1186e5f

Browse files
committed
chore: remove legacy backend and npm-app
1 parent d68bd54 commit 1186e5f

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
@@ -69,7 +69,7 @@ Before you begin, you'll need to install a few tools:
6969

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

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

7474
6. **Giving yourself credits**:
7575

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

124124
Codebuff is organized as a monorepo with these main packages:
125125

126-
- **backend/**: WebSocket server, LLM integration, agent orchestration
127-
- **npm-app/**: CLI application that users interact with
128126
- **web/**: Next.js web application and dashboard
127+
- **cli/**: CLI application that users interact with
129128
- **python-app/**: Python version of the CLI (experimental)
130129
- **common/**: Shared code, database schemas, utilities
131130
- **sdk/**: TypeScript SDK for programmatic usage
@@ -225,15 +224,15 @@ Build specialized agents in `.agents/` for different languages, frameworks, or w
225224

226225
### πŸ”§ **Tool System**
227226

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

230229
### πŸ“¦ **SDK Improvements**
231230

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

234233
### πŸ’» **CLI Magic**
235234

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

238237
### 🌐 **Web Dashboard**
239238

β€Ž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)