docs: add Workflows section to README#2
Merged
Merged
Conversation
sftimeless
added a commit
that referenced
this pull request
May 21, 2026
…Tier 4 doctrine Pulls workflow_intent feature (PRs #1, #2, #3) merged on origin/main while the Tier 4 codegen-first strip was being prepared on codex/tier4-codegen-strip. Resolves all delete-vs-modify conflicts in favor of the strip: - Removes apikeys.go, errors.go, http.go, types.go, keel_test.go, and provider wrappers (anthropic/google/meta/openai/xai). These were hand-maintained ergonomics already removed in the v0.3.0 strip; origin's gofmt commit modified them, creating delete-vs-modify conflicts. - Removes workflows.go, workflow_types.go, workflows_test.go, and examples/workflows/main.go. These are the same category of hand-maintained helpers Tier 4 doctrine forbids; workflow types now come from the generated OpenAPI client. - Keeps origin's .github/workflows/ci.yml as build/test/fmt/vet CI for the generated client. Bumps the Go version source to go.mod (currently 1.24.3) since the original 1.21/1.22 matrix predated the OpenAPI codegen switch. Coexists with the regenerate.yml workflow. - README.md and keel.go take the Tier 4 versions (Surface position block, generated-client framing, regeneration docs). v0.3.0 was tagged on the partial strip (workflow files were not in local main at strip time, so they were never deleted from the tree); v0.3.1 is tagged on this reconciliation as the canonical Tier 4 state. PR history preserved. Co-Authored-By: Claude <noreply@anthropic.com> Co-Authored-By: Codex <noreply@openai.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:
Verification: