mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-05 01:50:27 +08:00
fix: use ~/.claude path format for template reference
Update template path from .claude/templates to ~/.claude/templates to follow project convention for path references.
This commit is contained in:
@@ -285,7 +285,7 @@ for each archived_session in archived_sessions:
|
||||
**Load template and inject data**:
|
||||
```javascript
|
||||
// Read the HTML template
|
||||
const template = Read(".claude/templates/workflow-dashboard.html");
|
||||
const template = Read("~/.claude/templates/workflow-dashboard.html");
|
||||
|
||||
// Prepare data for injection
|
||||
const dataJson = JSON.stringify(dashboardData, null, 2);
|
||||
|
||||
Reference in New Issue
Block a user