URLs, mount paths, and LAN host bindings parameterized via env or relative paths
so the repo stands up from a clean clone anywhere. Drop cross-codebase refs
("mirrors clawdforge's pattern"), Sulkta-Coop client/merchant test fixtures,
and audit-changelog scaffolding from comments. README terser, technical content
preserved.
19 lines
539 B
JSON
19 lines
539 B
JSON
{
|
|
"name": "gamma",
|
|
"git_url": "http://git:REPLACE_WITH_GITEA_TOKEN@REPLACE_WITH_GIT_HOST/org/gamma.git",
|
|
"default_branch": "main",
|
|
"languages": ["python"],
|
|
"subprojects": [
|
|
{
|
|
"path": ".",
|
|
"language": "python",
|
|
"build": "pip install -e .",
|
|
"test": "pytest tests/",
|
|
"lint": "ruff check .",
|
|
"audit": "pip-audit",
|
|
"timeout_secs": 900
|
|
}
|
|
],
|
|
"schedule": {"audit": "0 2 * * *"},
|
|
"notify": {"email": ["alerts@example.com"], "on": ["audit_fail", "cve_found"], "auto_patch": false}
|
|
}
|