Skip to content

Add Terminal Stampede as Level 1 adopter#17

Merged
DUBSOpenHub merged 3 commits intomainfrom
add-terminal-stampede-adopter
Mar 5, 2026
Merged

Add Terminal Stampede as Level 1 adopter#17
DUBSOpenHub merged 3 commits intomainfrom
add-terminal-stampede-adopter

Conversation

@DUBSOpenHub
Copy link
Copy Markdown
Owner

What

Adds Terminal Stampede to the Adopters table as a Level 1 conformant project.

How Terminal Stampede Uses Shadow Score

Terminal Stampede's merger agent (stampede-merge.sh) silently shadow-scores each agent's work during the merge phase:

  • Runs sealed tests from a sealed-tests/ directory against each agent's branch
  • Computes shadow_score = (sealed_failed / sealed_total) × 100
  • Uses the same interpretation scale (Perfect → Critical)
  • Integrates the score into the merge report JSON
  • Agents never know they're being evaluated

Conformance: Level 1

Computes and reports Shadow Score using the spec formula. Uses sealed tests hidden from agents (approaching L2), but tamper evidence hashing is not yet confirmed, so Level 1 is the safe designation.

Co-authored-by: Copilot 223556219+Copilot@users.noreply.github.com

Gregg Cochran and others added 3 commits March 5, 2026 14:27
Terminal Stampede uses shadow scoring in its merger phase to silently
evaluate each agent's work quality using sealed tests. The scoring
implementation in stampede-merge.sh computes Shadow Score from sealed
test failures and integrates it into the merge report.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
stampede-merge.sh verifies tamper evidence via .seal-hash before
running sealed tests (line 212), meeting the L2 requirement for
sealed-envelope isolation with tamper hash verification.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Updates both README.md and SPEC.md to list Terminal Stampede alongside
Dark Factory as a reference implementation. Includes conformance details:
sealed test isolation, tamper hash verification, and merge-phase scoring.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@DUBSOpenHub DUBSOpenHub merged commit 819ddca into main Mar 5, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant