feat: Update AI model, remove contribution documentation, and enhance DM channel naming and message data in the chat store.

This commit is contained in:
2026-01-18 13:24:49 +01:00
parent 1310d1770a
commit e297ec7245
4 changed files with 10 additions and 63 deletions

View File

@@ -48,21 +48,4 @@ make install
```bash
# Start the dev environment (Docker)
make dev
# Or run locally
cd server && npm run dev
cd client && npm run dev
```
## 🤝 Contributing
We follow a strict development workflow. Please read [CONTRIBUTING.md](./CONTRIBUTING.md) before starting.
1. **Pick a Task**: Use `make task-list` to find something to work on.
2. **Code**: Implement your changes.
3. **Verify**: Run `make lint test` to ensure quality.
4. **Commit**: Pre-commit hooks will automatically run linting and tests.
5. **Document**: Update relevant docs if you add new features.
---
Built with ❤️ by the Plexus Team.