refactor(repo): remove opencode harness for standalone independence#18
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>
kyau
approved these changes
Jul 15, 2026
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 harness validation scripts and their invocation from the CI workflow, updates documentation references in a pre-push hook, and makes minor adjustments to the pre-commit hook. It also deletes two agent definition files. These changes collectively simplify the repository by eliminating custom validation logic and related agent configurations.
Repository cleanup and validation removal:
.github/scripts/validate-harness.shand.github/scripts/frontmatter-parser.jshave been deleted, removing custom validation for skills, agents, and commands in the harness. [1] [2].github/workflows/ci.yml, so harness validation is no longer part of CI.Agent definitions removed:
.opencode/agents/architect.mdand.opencode/agents/code-review.mdhave been deleted, removing these agent configurations from the codebase. [1] [2]Documentation and hook updates:
.github/hooks/pre-pushnow points toCONTRIBUTING.mdfor the no-squash policy instead ofAGENTS.md..github/hooks/pre-commitremoves.opencode/from the list of excluded paths when searching for staged source files.See Alse: https://github.com/kyaulabs/prism