mirror of
https://github.com/boshu2/agentops.git
synced 2026-09-14 15:08:13 +08:00
1a78c745b4
Council consensus: feature saturation reached. Removed 58 grep-for-string, file-exists, and keyword-in-README goals. Kept only goals guarding real mechanical invariants. Added Track 1 (RPI orchestrator stabilization) and Track 2 (flywheel proof) evolution cycle specs. Also includes pending security hardening, workflow fixes, and script cleanup.
11 lines
231 B
TOML
11 lines
231 B
TOML
# Gitleaks configuration
|
|
# https://github.com/gitleaks/gitleaks
|
|
|
|
title = "agentops gitleaks config"
|
|
|
|
[allowlist]
|
|
paths = [
|
|
# Temp directories used by tests, reverse-engineer scripts, and scanner output
|
|
'''^\.tmp/''',
|
|
]
|