chore: pre-public cleanup — fix README, remove Cowork refs, sanitize examples - #98
Merged
Merged
Conversation
…examples - Fix README project structure to match actual repo layout (#94) - Remove references to non-existent files: system_prompt.py, slack_events.py, .env.example (#94) - Remove "Key differences from Cowork" section from README (#94) - Remove all Cowork comparisons from design.md (#95) - Merge unresolved questions into resolved (Socket Mode → polling, OAuth scopes → UC connection) (#95) - Remove Cowork reference from plan-parallel skill (#95) - Replace personal name_prefix example with generic placeholder in app.example.yml (#96) Closes #94, closes #95, closes #96 Co-Authored-By: Claude Sonnet 4.6 <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
• Fix README project structure tree to match actual repo layout, remove references to non-existent files (
system_prompt.py,slack_events.py,.env.example), and remove the "Key differences from Cowork" section (closes #94)• Remove all Cowork comparisons from
design.md, merge unresolved open questions into resolved section (Socket Mode → polling, OAuth scopes → UC connection), and remove Cowork reference fromplan-parallelskill (closes #95)• Replace personal
name_prefix=tannerexample with genericname_prefix=yournameinapp.example.yml(closes #96)Test plan
• No tests needed — docs and config-only changes
• Verified no remaining Cowork references via grep
• Verified project structure tree matches actual
findoutput🤖 Generated with Claude Code