patch(harness): removal of the coding harness, harness is now modular#20
Merged
Conversation
Strip the .opencode/ harness, root manifests, ADRs, harness docs, and the validate-harness CI step so aurora is a self-contained library with no harness coupling. Delete orphaned eval/skill tests, frontmatter tooling, and the js-yaml dependency. Rename composer/package identity from template to aurora. Plan-by: glm-5.2 Acked-by: deepseek-v4-pro Signed-off-by: kyau <git@kyaulabs.com>
refactor(repo): remove opencode harness for standalone independence
Plan-by: glm-5.2 Acked-by: deepseek-v4-pro Signed-off-by: kyau <git@kyaulabs.com>
patch: version bump
kyau
approved these changes
Jul 15, 2026
kyaulabs-bot
added a commit
that referenced
this pull request
Jul 15, 2026
Merge pull request #20 from kyaulabs/develop
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.
This pull request removes the OpenCode harness validation scripts and their integration from the repository, and makes minor updates to pre-commit and pre-push hooks. The main impact is that the repository will no longer automatically validate the structure and cross-references of skills, agents, and commands in
.opencode/during CI or as a standalone script.Harness validation removal:
.github/scripts/validate-harness.shand.github/scripts/frontmatter-parser.js, which previously validated the structure, uniqueness, and cross-references of skills, agents, and commands in.opencode/. [1] [2].github/workflows/ci.yml, so CI will no longer fail on harness validation errors.Pre-commit and pre-push hook updates:
.github/hooks/pre-committo remove the exclusion of.opencode/from the list of staged source files checked for RCS headers..github/hooks/pre-pushto referenceCONTRIBUTING.mdinstead ofAGENTS.mdfor the no-squash policy.Agent documentation cleanup:
.opencode/agents/architect.mdand.opencode/agents/code-review.md, effectively deleting these agent definitions. [1] [2]