Remove dead release workflow; make config + architecture docs honest - #13
Merged
Conversation
- Delete .github/workflows/release.yml. It published opencode binaries to THIS repo's releases (the installers fetch from ClintonSarkar/opencode instead), built a bare windows .exe the installer never looks for (it wants a .zip), and ran a python build+twine publish for a PyPI package that no longer exists in the repo. Nothing consumes any of it (#4) - Annotate config/clawde.toml so it only claims what clawde actually reads: mark [active] keys (proxy port/host, opencode auto_start) vs [reserved] keys not yet consumed (auth_method, cli_token_path, models, logging), and drop the misleading provider_name = "clawde" (the real provider id is ccproxy-claude, defined authoritatively in opencode.json) (#5, #8) Refs #4, #5, #8 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
4 tasks
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
Two cleanups: remove a dead release pipeline and make the config template and architecture docs tell the truth about what the tool actually does.
What changed
clawde updatereally works.Merge order
Please merge #11 (Linux installer) before or together with this PR — the updated architecture doc references the CI workflows directory that #11 populates.
Closes #4, #8
Contributes to #5
🤖 Generated with Claude Code