Skip to content

Commit 76810b3

Browse files
committed
feat: Add AgentAnalyzer for tracking agent usage patterns and analytics
- Introduced AgentAnalyzer class to analyze agent invocation data, usage frequency, and workflow patterns. - Implemented endpoint for agent usage analytics in ClaudeAnalytics. - Enhanced session management to account for scheduled reset times instead of fixed durations. - Updated SessionAnalyzer to reflect new session reset logic and improved warning messages. - Added functionality to calculate agent efficiency and popular usage hours. - Created a .nojekyll file for GitHub Pages deployment in Docusaurus configuration.
1 parent 03f9be8 commit 76810b3

File tree

9 files changed

+2774
-172
lines changed

9 files changed

+2774
-172
lines changed

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ The analytics dashboard has been refactored into a modular architecture in 4 pha
324324
### During Development
325325
1. Use meaningful variable and function names
326326
2. Run tests frequently to catch issues early: `npm run test:watch`
327-
3. Test analytics dashboard: `npm run analytics:start`
327+
3. For frontend changes, let user handle analytics server startup - don't run `npm run analytics:start` automatically
328328
4. Use meaningful commit messages
329329

330330
### Before Committing

0 commit comments

Comments
 (0)