wip
Test Workflow / test (push) Failing after 11s
Test Workflow / test (pull_request) Failing after 7s

This commit is contained in:
dev
2026-05-03 13:48:06 +02:00
parent 219308f6a0
commit 3effd47453
10 changed files with 954 additions and 64 deletions
+22 -5
View File
@@ -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