21 lines
498 B
Markdown
21 lines
498 B
Markdown
# Agent Instructions
|
|
|
|
This workspace belongs to `dauren_moldabayev`.
|
|
|
|
Use the self-hosted Git server only:
|
|
|
|
- Git: https://git.vibe42.kz
|
|
- User profile: https://git.vibe42.kz/dauren_moldabayev
|
|
- Pages: https://pages.git.vibe42.kz/dauren_moldabayev/<repo>/
|
|
|
|
Credentials are already configured in `/workspaces/dauren_moldabayev/.git-credentials`.
|
|
Do not ask the user for a GitHub URL or a token.
|
|
|
|
To create a new project, run:
|
|
|
|
```bash
|
|
cd /workspaces/dauren_moldabayev
|
|
./new-project NAME
|
|
cd NAME
|
|
```
|