feat(evaluator): add candidate evaluator howl app and bytecode - #40
Merged
Merged
Conversation
- Implement candidate_evaluator.howl for bounded evaluation of howl.candidate/v1 records - Compile candidate_evaluator.hfbc bytecode with structural schema and claim invariants - Enforce negative authority gate: reject execution authority escalation attempts - Add comprehensive unit tests in candidate_evaluator_test.go covering accepted, rejected, unresolved, and escalation cases
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.
Summary
Delivers HowlFrame integration harness for HowlDream Milestone Four: Controlled Native Howl Ecosystem Integration.
Key Changes
apps/candidate_evaluator/candidate_evaluator.howl): Bounded evaluation logic validatinghowl.candidate/v1schemas, invariants, and claim structures.apps/candidate_evaluator/candidate_evaluator.hfbc): Compiled HowlFrame bytecode for capability-bounded sandbox execution.apps/candidate_evaluator/candidate_evaluator_test.go): Unit test suite covering locally verified promotion, rejected candidate handling, unresolved candidate handling, and authority escalation rejection.Verification Evidence
go test -v ./apps/candidate_evaluator/...: 5/5 passed (0.789s)