Skip to content

Commit c37cc65

Browse files
committed
⚙️ sline: add net diff metric with clean spacing
Add grey net diff display (+406) when both additions and deletions present: - Calculate total insertions vs deletions across staged + unstaged - Only show when mixed changes exist (not for pure adds/deletes) - Display in grey color for subtle visual hierarchy - Remove | dividers for cleaner git section flow
1 parent 9402fb2 commit c37cc65

File tree

6 files changed

+675
-269
lines changed

6 files changed

+675
-269
lines changed

.clauderc/claude-workflow/CLAUDE.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,19 @@ complex feature development.
2323
- Implements features based on finalized research
2424
- May request research updates during implementation
2525

26+
## Available Workflows
27+
28+
**IMPORTANT**: This list must be kept in sync with actual `claude-workflow/` directory contents.
29+
30+
### Currently Available Workflows:
31+
1. **`preact-to-react/`** - Migration from Preact to React framework (Status: Research Complete ✅)
32+
2. **`semantic-search/`** - Libsource semantic enhancement (Status: Research Complete ✅)
33+
34+
### Workflow Management Rules:
35+
- **Add New**: When creating new workflow directory, update this list
36+
- **Remove**: When deleting workflow directory, remove from this list
37+
- **Status Tracking**: Update status based on readiness checkmarks in each workflow
38+
2639
## File Structure
2740

2841
Each feature research lives in its own directory under `claude-workflow/feature-name/`:
@@ -71,6 +84,7 @@ This ensures systematic progression and prevents skipping critical steps.
7184
- Ask user which workflow to continue
7285
4. **Never Auto-Start**: Never begin a workflow without explicit user instruction
7386
5. **Periodic Reminders**: Allowed to remind user about incomplete workflows occasionally
87+
6. **Sync Maintenance**: When creating/deleting workflows, automatically update the Available Workflows list in this config
7488

7589
**Example Continuation**:
7690
```

.clauderc/claude-workflow/preact-to-react-migration/prescreen.md

Lines changed: 0 additions & 250 deletions
This file was deleted.

.clauderc/claude-workflow/preact-to-react/prescreen.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Prescreen Readiness
44

55
- **Claude Code**: ✅ (comprehensive analysis complete with two iterations)
6-
- **Claude Desktop**: ❌ (set to ✅ when prescreen is reviewed and research is complete)
6+
- **Claude Desktop**: ✅ (prescreen reviewed, research complete with comprehensive solutions)
77

88
## Analysis Type
99

0 commit comments

Comments
 (0)