-
Notifications
You must be signed in to change notification settings - Fork 2
Fix ccstatusline config not deploying after .claude location move #27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -1,6 +1,6 @@ | ||||||
| --- | ||||||
| title: Skills | ||||||
| description: Complete reference for all 22 CodeForge skills — domain knowledge packs for frameworks, patterns, and workflows. | ||||||
| description: Complete reference for all 38 CodeForge skills — domain knowledge packs for frameworks, patterns, and workflows. | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Description currently overstates page coverage. The updated text says this page is a complete reference for all 38 skills, but this page enumerates only a subset of skills. Please soften wording to avoid implying full exhaustiveness. ✏️ Suggested wording tweak📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||
| sidebar: | ||||||
| order: 3 | ||||||
| --- | ||||||
|
|
||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Check
sedsuccess before reporting.envmigration complete.At Line 39,
sed -ican fail, but Line 40 always prints that the.envline was updated. That can leave stale config on disk while reporting success.Suggested fix
🤖 Prompt for AI Agents