Imported from mpieniak01/venom-module-brand-studio (
AGENTS.md). Install upstream withnpx skills add mpieniak01/venom-module-brand-studio. Copyright stays with the author.
Coding Agent Rules (venom-module-brand-studio)
This file defines coding-agent workflow for this module repository.
Required gates
Before marking work as done, run:
make pr-fastmake check-new-code-coverage
If any gate fails:
- do not mark task as done,
- fix issues,
- rerun both gates until green.
Scope boundaries
- Keep business logic inside this module repo.
- Do not add module-specific logic into Venom core.
- Integration with Venom core must happen through:
module.json,- env flags,
- optional module registry contract.
Testing expectations
- Add or update unit tests for every behavioral change.
- Keep API routes covered by tests (
tests/test_routes.pystyle). - Keep
module.jsoncontract validated by tests.
Final summary format
Include:
- commands executed,
- pass/fail status,
- changed-lines coverage (or explain if unavailable),
- known risks/skips with reason.