mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-05 01:50:27 +08:00
Add help view and core memory styles
- Introduced styles for the help view including tab transitions, accordion animations, search highlighting, and responsive design. - Implemented core memory styles with modal base styles, memory card designs, and knowledge graph visualization. - Enhanced dark mode support across various components. - Added loading states and empty state designs for better user experience.
This commit is contained in:
@@ -2,5 +2,5 @@
|
||||
|
||||
- **CLI Tools Usage**: @~/.claude/workflows/cli-tools-usage.md
|
||||
- **Coding Philosophy**: @~/.claude/workflows/coding-philosophy.md
|
||||
- **Context Requirements**: @~/.claude/workflows/context-requirements.md
|
||||
- **Context Requirements**: @~/.claude/workflows/context-tools.md
|
||||
- **File Modification**: @~/.claude/workflows/file-modification.md
|
||||
@@ -61,3 +61,10 @@
|
||||
- **Reference, don't duplicate** - point to other layers, never copy content
|
||||
- **Maintain perspective** - each layer sees the system at its appropriate scale
|
||||
- **Avoid implementation creep** - higher layers stay architectural
|
||||
|
||||
# Context Requirements
|
||||
|
||||
Before implementation, always:
|
||||
- Identify 3+ existing similar patterns
|
||||
- Map dependencies and integration points
|
||||
- Understand testing framework and coding conventions
|
||||
@@ -1,10 +1,3 @@
|
||||
# Context Requirements
|
||||
|
||||
Before implementation, always:
|
||||
- Identify 3+ existing similar patterns
|
||||
- Map dependencies and integration points
|
||||
- Understand testing framework and coding conventions
|
||||
|
||||
## MCP Tools Usage
|
||||
|
||||
### smart_search - Code Search (REQUIRED)
|
||||
Reference in New Issue
Block a user