fix(ci): gofmt cli_only_models_test and run-scope demo dot paths#68
Open
leegonzales wants to merge 1 commit intodanshapiro:mainfrom
Open
fix(ci): gofmt cli_only_models_test and run-scope demo dot paths#68leegonzales wants to merge 1 commit intodanshapiro:mainfrom
leegonzales wants to merge 1 commit intodanshapiro:mainfrom
Conversation
- Apply gofmt to cli_only_models_test.go (CI has been failing since a13d131 due to alignment whitespace) - Convert remaining .ai/verify_errors.log and .ai/test-evidence/latest/ references in demo/substack-spec-v01.dot to run-scoped .ai/runs/$KILROY_RUN_ID/ paths, fixing TestReferenceSurfaces_NoLegacyRootAIScratchPaths Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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
gofmttocli_only_models_test.go— CI on main has been failing since a13d131 (March 6) due to alignment whitespace.ai/verify_errors.logand.ai/test-evidence/latest/references indemo/substack-spec-v01.dotto run-scoped.ai/runs/$KILROY_RUN_ID/paths, fixingTestReferenceSurfaces_NoLegacyRootAIScratchPathsVerification
gofmt -l .— cleango vet ./...— cleango build ./...— cleango test ./internal/attractor/validate/— PASSkilroy attractor validate --graph demo/substack-spec-v01.dot— okNote
The dot file has 6 pre-existing validation warnings (missing
KILROY_VALIDATE_FAILUREfallback in tool_command nodes, missing postmortem replan route). These are structural issues that predate this PR and are outside servitor autonomy boundaries (runtime contracts).🤖 Generated with Claude Code