Display running log entries - show recent entries or debug details
Displays recent running log entries or detailed debug information from the log files.
/plugin marketplace add jcmrs/jcmrs-plugins/plugin install running-log@jcmrs-plugins[--show N|--debug]Display running log entries. For adding ideas, use /idea. For post-processing, use /review-backlog.
/running-log --show [N] # Show last N entries (default: 10)
/running-log --debug # Show last 5 entries with full details
Check $ARGUMENTS for flags:
--show or --show N: Display mode (show last N entries, default 10)--debug: Debug mode (show last 5 entries with regex details).claude/RUNNING_LOG.md.claude/LAST_ENTRIES.mdCheck if files exist. If not, initialize them.
--show [N]).claude/LAST_ENTRIES.md$ARGUMENTS)Last N entries:
#ID-YYYYMMDD-NNN | Type | Description | Status
#ID-YYYYMMDD-NNN | Type | Description | Status
--debug).claude/RUNNING_LOG.mdFormat each entry with full markdown, separated by ---
Display usage information:
Running Log v2.0 - Display & Quick-Capture
Display Modes:
/running-log --show [N] Show last N entries (default: 10)
/running-log --debug Show last 5 entries with full details
Quick-Capture:
/idea [DESCRIPTION] Add idea to backlog (one-line, AI fills defaults)
Post-Processing:
/review-backlog Prioritize, link, organize entries
Examples:
/running-log --show 5 Show last 5 entries
/running-log --debug Show debugging details
/idea Local AI-optimized docs Add quick idea
/review-backlog Review and organize backlog
If .claude/RUNNING_LOG.md doesn't exist, create it:
# Running Log - DEVELOPER Profile
**Created**: [ISO 8601 timestamp]
**Last Updated**: [ISO 8601 timestamp]
---
## Auto-Generated Sections
### 🔥 High-Priority Ideas
[Auto-populated from entries tagged High/Critical]
### ⚠️ Open Risks / Low-Confidence Items
[Auto-populated from entries with confidence < 60%]
### 🔗 Linked Process Insights
[Auto-populated from Process Memory entries with Linked To]
---
## Entry Backlog
[Entries will appear here in reverse chronological order]
---
If .claude/LAST_ENTRIES.md doesn't exist, create it:
# Last Entries - Quick Access Cache
**Last Updated**: [ISO 8601 timestamp]
**Profile**: DEVELOPER@75%
---
## Recent Entries (Last 20)
| ID | Type | Description | Confidence | Status | Tags |
|----|------|-------------|------------|--------|------|
---
**Total Entries**: 0
**Session**: [Current date]
YYYY-MM-DDTHH:MM:SS+TZExecute the appropriate mode based on $ARGUMENTS.