docs: make Harness event driven and add quality gates - #3
Merged
Conversation
KeepSilenceQP
marked this pull request as ready for review
July 22, 2026 17:13
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
Event-driven Harness orchestration
at-botdispatch and formal return messages the orchestration mechanism.Repository CI
Add three independent GitHub Actions gates:
markdownlint-cli2@0.23.1dependencyat-botreturn contractactionlint@1.7.12Official GitHub Actions are pinned to full commit SHAs. The npm lockfile uses the public npm registry and includes package integrity hashes.
Why
The previous Harness run led 小P to keep monitoring other Bots after dispatch instead of ending the current turn and waiting for a formal
at-botreturn.The repository also lacked automated quality gates. The first minimal CI only checked a custom structural validator; this revision replaces it with standard Markdown and Workflow linters plus tested, repository-specific Harness contracts.
Impact
Harness orchestration is explicitly cross-turn and event driven:
at-bot.at-bot.CI runs on pull requests, pushes to
main, and manual dispatch. It does not modify Bridge runtime behavior or add polling, schedulers, or background workers.Validation
npm ci— public locked dependencies, 0 vulnerabilitiesnpm run ci— Markdown 19/19 clean; 6/6 validator tests pass; 6 role cards and Harness contracts passgit diff --checkactionlint@1.7.12local validation29940957928— all three gates passed