wip
This commit is contained in:
@@ -1,8 +1,25 @@
|
||||
# AGENTS.md
|
||||
|
||||
This is a new/empty repository. No build, test, or lint commands configured yet.
|
||||
## Commands
|
||||
|
||||
When adding code:
|
||||
- Add a `README.md` with setup instructions
|
||||
- Add `package.json` or similar manifest with scripts
|
||||
- Add `AGENTS.md` guidance once the project has real structure
|
||||
```bash
|
||||
# Install dependencies
|
||||
uv sync
|
||||
|
||||
# Install with test deps
|
||||
uv sync --extra test
|
||||
|
||||
# Run tests
|
||||
uv run pytest tests/ -v
|
||||
```
|
||||
|
||||
## Project Structure
|
||||
|
||||
- `src/` - Source code
|
||||
- `tests/` - Unit tests
|
||||
- `.gitea/workflows/` - CI/CD workflows (Gitea Actions)
|
||||
|
||||
## Skills
|
||||
|
||||
Custom skills stored at `~/.agents/skills/*/SKILL.md`:
|
||||
- `commit-message` - Conventional Commits format
|
||||
Reference in New Issue
Block a user