Files
boshu2__agentops/.gitleaks.toml
T
Boden Fuller 1a78c745b4 prune goals 83→25, add trust-and-prove track specs
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.
2026-02-21 21:23:53 -05:00

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/''',
]