mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-13 02:41:50 +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**:
|
**Load template and inject data**:
|
||||||
```javascript
|
```javascript
|
||||||
// Read the HTML template
|
// Read the HTML template
|
||||||
const template = Read(".claude/templates/workflow-dashboard.html");
|
const template = Read("~/.claude/templates/workflow-dashboard.html");
|
||||||
|
|
||||||
// Prepare data for injection
|
// Prepare data for injection
|
||||||
const dataJson = JSON.stringify(dashboardData, null, 2);
|
const dataJson = JSON.stringify(dashboardData, null, 2);
|
||||||
|
|||||||
Reference in New Issue
Block a user