docs: Allegro burn-mode validator rules (#242) #843

Merged
Rockachopa merged 2 commits from sprint/issue-242 into main 2026-04-22 03:16:46 +00:00
Owner

Summary

Documents the formal burn-loop validation rules for Allegro's cycle guard system.

What's in the doc

  • Tangible artifact criteria — what counts as productive output vs. empty cycles
  • Stop compliance checks — slice timeouts, crash recovery, stop signals
  • Lane boundary checks — agent-specific constraints
  • Proof structure — required fields for commit_cycle()
  • Validation examples — 5 pass/fail cycle evaluations
  • Quick reference — CLI usage for cycle_guard.py

Depends on

  • allegro/cycle_guard.py (existing implementation)

Closes #242

## Summary Documents the formal burn-loop validation rules for Allegro's cycle guard system. ### What's in the doc - **Tangible artifact criteria** — what counts as productive output vs. empty cycles - **Stop compliance checks** — slice timeouts, crash recovery, stop signals - **Lane boundary checks** — agent-specific constraints - **Proof structure** — required fields for `commit_cycle()` - **Validation examples** — 5 pass/fail cycle evaluations - **Quick reference** — CLI usage for `cycle_guard.py` ### Depends on - `allegro/cycle_guard.py` (existing implementation) Closes #242
Timmy added 1 commit 2026-04-21 18:15:21 +00:00
docs: Allegro burn-mode validator rules (#242)
Some checks failed
Architecture Lint / Linter Tests (pull_request) Successful in 21s
Smoke Test / smoke (pull_request) Failing after 19s
Validate Config / YAML Lint (pull_request) Failing after 16s
Validate Config / JSON Validate (pull_request) Successful in 19s
Validate Config / Python Syntax & Import Check (pull_request) Failing after 59s
Validate Config / Python Test Suite (pull_request) Has been skipped
Validate Config / Shell Script Lint (pull_request) Failing after 1m3s
Validate Config / Cron Syntax Check (pull_request) Successful in 11s
Validate Config / Deploy Script Dry Run (pull_request) Successful in 11s
Validate Config / Playbook Schema Validation (pull_request) Successful in 27s
Architecture Lint / Lint Repository (pull_request) Failing after 22s
PR Checklist / pr-checklist (pull_request) Failing after 3m0s
ad01b4ca78
Defines tangible artifact criteria, stop compliance checks, lane
boundaries, proof structure, and pass/fail validation examples.

Any agent can read this doc and evaluate whether a burn cycle was
productive. References cycle_guard.py for implementation details.

Closes #242
Rockachopa added 1 commit 2026-04-22 01:16:57 +00:00
Merge branch 'main' into sprint/issue-242
Some checks failed
Architecture Lint / Linter Tests (pull_request) Successful in 29s
Smoke Test / smoke (pull_request) Failing after 21s
Validate Config / YAML Lint (pull_request) Failing after 17s
Validate Config / JSON Validate (pull_request) Successful in 21s
Validate Config / Python Syntax & Import Check (pull_request) Failing after 1m3s
Validate Config / Python Test Suite (pull_request) Has been skipped
Validate Config / Cron Syntax Check (pull_request) Successful in 14s
Validate Config / Shell Script Lint (pull_request) Failing after 1m8s
Validate Config / Deploy Script Dry Run (pull_request) Successful in 13s
Validate Config / Playbook Schema Validation (pull_request) Successful in 29s
Architecture Lint / Lint Repository (pull_request) Failing after 24s
PR Checklist / pr-checklist (pull_request) Failing after 8m17s
437c5b6245
Author
Owner

Implemented documentation for Allegro burn-loop validation rules as requested. This adds docs/allegro_burn_mode_validator.md and related supporting files, and utilizes the official closure: #242.

Implemented documentation for Allegro burn-loop validation rules as requested. This adds `docs/allegro_burn_mode_validator.md` and related supporting files, and utilizes the official closure: #242.
Owner

🔎 Merge sweep 2026-04-21: not merging this PR in the current sweep. Blocked by failing status checks on head 437c5b62: Architecture Lint / Lint Repository (pull_request): pending (Blocked by required conditions); PR Checklist / pr-checklist (pull_request): pending (Waiting to run); Architecture Lint / Linter Tests (pull_request): success (Successful in 29s); Smoke Test / smoke (pull_request): failure (Failing after 21s); +8 more.

🔎 Merge sweep 2026-04-21: not merging this PR in the current sweep. Blocked by failing status checks on head `437c5b62`: Architecture Lint / Lint Repository (pull_request): pending (Blocked by required conditions); PR Checklist / pr-checklist (pull_request): pending (Waiting to run); Architecture Lint / Linter Tests (pull_request): success (Successful in 29s); Smoke Test / smoke (pull_request): failure (Failing after 21s); +8 more.
Rockachopa merged commit b711b0e0b6 into main 2026-04-22 03:16:46 +00:00
Sign in to join this conversation.