pryscraper/.agentrules
cryptorugmunch 53e10fbf2e
Some checks failed
CI / test (push) Successful in 1m38s
CI / Secret scan (gitleaks) (push) Failing after 31s
CI / lint (push) Failing after 46s
CI / typecheck (push) Successful in 57s
CI / Security audit (bandit) (push) Failing after 34s
feat: add .agentrules with project-specific AI guardrails
2026-07-09 15:06:09 +02:00

17 lines
515 B
Text

---
title: AGENTS.md — pryscraper
repo: backend
stack: Python 3.12 + FastAPI + Docker
domain: pryscraper.rugmunch.io
deploy: Docker on Talos (/srv/pry/)
status: active
---
## Rules
1. No bare except — use specific exceptions or except Exception
2. No sync I/O in async routes — use httpx.AsyncClient
3. All public API routes must have type hints and docstrings
4. Dual licensed: MIT (core) + BSL 1.1 (stealth)
5. MCP tools must be typed and documented
6. No hardcoded credentials — use gopass or env vars