Add Claude Agent workspace configuration and utility scripts: - CLAUDE.md: Agent documentation and instructions - SETUP-COMPLETE.md: Setup completion notes - start-agent.sh: Script to start tmux session - new-task.sh: Script for new task workflow - finish-task.sh: Script to finish tasks - work.sh: Main work script 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
44 lines
846 B
Markdown
44 lines
846 B
Markdown
# Claude Agent Workspace
|
|
|
|
## Informații Agent
|
|
- **Hostname:** claude-agent
|
|
- **IP:** 10.0.20.171
|
|
- **User:** claude
|
|
- **Git remote:** gitea.romfast.ro
|
|
|
|
## Comenzi Utile
|
|
|
|
### Pornire sesiune agent
|
|
```bash
|
|
~/start-agent.sh
|
|
```
|
|
|
|
### Verificare tmux sessions
|
|
```bash
|
|
tmux ls
|
|
```
|
|
|
|
### Pornire Claude Code în proiect
|
|
```bash
|
|
cd /workspace/<project>
|
|
claude
|
|
```
|
|
|
|
## Workflow Recomandat
|
|
|
|
1. Conectează-te via SSH: `ssh claude@10.0.20.171`
|
|
2. Pornește sesiunea tmux: `~/start-agent.sh`
|
|
3. Navighează în proiect: `cd /workspace/<project>`
|
|
4. Pornește Claude: `claude`
|
|
|
|
## Git - Gitea
|
|
Repository-urile se clonează cu:
|
|
```bash
|
|
git clone git@gitea.romfast.ro:romfast/<repo>.git
|
|
```
|
|
|
|
## Note
|
|
- Această mașină este configurată pentru dezvoltare cu Claude Code
|
|
- Toate proiectele ar trebui să fie în /workspace
|
|
- tmux prefix este Ctrl+A (nu Ctrl+B)
|