Skip to content

paddleboard: Redirect remaining zed.dev URLs to PaddleBoard repo - #51

Merged
jasonsmithio merged 1 commit into
mainfrom
zed-cloud-cleanup
May 26, 2026
Merged

paddleboard: Redirect remaining zed.dev URLs to PaddleBoard repo#51
jasonsmithio merged 1 commit into
mainfrom
zed-cloud-cleanup

Conversation

@jasonsmithio

Copy link
Copy Markdown
Collaborator

Summary

  • Replace DOCS_URL and STATUS_URL constants with PaddleBoard GitHub repo links
  • Remove "Documentation", "PaddleBoard Twitter", and "Join the Team" menu items that pointed at zed.dev
  • Tag remaining troubleshooting URLs (Linux/Windows docs) as intentional upstream references

Test plan

  • cargo check -p paddleboard passes
  • ./script/clippy -p paddleboard — zero errors

Release Notes:

  • N/A

🤖 Generated with Claude Code

Replace DOCS_URL and STATUS_URL with GitHub repo links. Remove
Documentation/Twitter/Jobs menu items that pointed at zed.dev.
Tag remaining troubleshooting URLs as intentional (shared codebase).

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@github-actions

Copy link
Copy Markdown

Upstream drift report

Comparing PaddleBoard HEAD (6e3805c0b7) against zed-industries/zed:main (a5457029cc).
Last common ancestor: 2e20860461.

Crate Files Insertions Deletions // PaddleBoard: tags
crates/agent 15 +25203 -76 0
crates/agent_ui 25 +3658 -724 6
crates/buffer_diff 0 +0 -0 0
crates/client 5 +59 -228 2
crates/collab (missing locally)
crates/collab_ui (missing locally)
crates/editor 11 +100 -950 0
crates/gpui 3 +38 -2 0
crates/language 1 +2 -2 0
crates/language_core 0 +0 -0 0
crates/lsp 0 +0 -0 0
crates/multi_buffer 0 +0 -0 0
crates/project 9 +179 -28 1
crates/rope 0 +0 -0 0
crates/settings_content 5 +153 -8 6
crates/text 0 +0 -0 0
crates/workspace 13 +219 -1956 2
Total 87 +29611 -3974 17

Generated by script/check-upstream-drift. See FORK_HYGIENE.md for context.

@jasonsmithio
jasonsmithio merged commit 032d60c into main May 26, 2026
1 check passed
jasonsmithio added a commit that referenced this pull request May 26, 2026
The collab crate deletion (PRs #47-#51) left behind keybindings that
referenced removed actions, causing a panic in load_default_keymap on
every launch. Remove all dead collab_panel, channel_modal, and
FollowNextCollaborator bindings from 6 keymap files. Harden the three
unwrap() calls in load_default_keymap to log_err() so a stale keymap
reference never crashes the app again.

For the AI Dock Skills tab: add a builtin flag to SkillEntry so
harness-provided skills (/verify, /review, /security-review) show a
Built-in badge instead of a dead Not installed pill. Bundle three
new PaddleBoard-specific skills (/clippy, /test, /check-drift) with
markdown content so Add to project / Add to user actually writes
the file.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
jasonsmithio added a commit that referenced this pull request May 31, 2026
Replace DOCS_URL and STATUS_URL with GitHub repo links. Remove
Documentation/Twitter/Jobs menu items that pointed at zed.dev.
Tag remaining troubleshooting URLs as intentional (shared codebase).

Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
jasonsmithio added a commit that referenced this pull request May 31, 2026
The collab crate deletion (PRs #47-#51) left behind keybindings that
referenced removed actions, causing a panic in load_default_keymap on
every launch. Remove all dead collab_panel, channel_modal, and
FollowNextCollaborator bindings from 6 keymap files. Harden the three
unwrap() calls in load_default_keymap to log_err() so a stale keymap
reference never crashes the app again.

For the AI Dock Skills tab: add a builtin flag to SkillEntry so
harness-provided skills (/verify, /review, /security-review) show a
Built-in badge instead of a dead Not installed pill. Bundle three
new PaddleBoard-specific skills (/clippy, /test, /check-drift) with
markdown content so Add to project / Add to user actually writes
the file.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant