106 lines
2.9 KiB
Markdown
106 lines
2.9 KiB
Markdown
# User Prompt Log
|
||
|
||
Records user prompts/requests before agent actions.
|
||
|
||
---
|
||
|
||
## 2025-12-15 Session
|
||
|
||
### 11:15:30 - Implement Reorder Fix
|
||
**User Prompt:**
|
||
> Impliment that fix
|
||
|
||
**Action Taken:** Implementing stream order check in misc_fixes to prevent infinite reorder loop.
|
||
|
||
---
|
||
|
||
### 11:12:31 - Infinite Loop Analysis Request
|
||
**User Prompt:**
|
||
> Examine the current Tdarr Plugin stack for any potential infinite loop scenarios that might arise
|
||
|
||
**Action Taken:** Analyzing all 4 plugins for reQueueAfter logic and conditions that could cause infinite loops.
|
||
|
||
---
|
||
|
||
### 11:11:33 - Git Repository Request
|
||
**User Prompt:**
|
||
> include in your logs under the agent_notes what prompts are given to you before the actions are taken
|
||
|
||
**Action Taken:** Creating this prompt log file.
|
||
|
||
---
|
||
|
||
### 11:10:13 - Initialize Git Repo
|
||
**User Prompt:**
|
||
> initnialize local as a git repo
|
||
|
||
**Action Taken:**
|
||
- Initialized git repository in `/Local`
|
||
- Configured user as "Tdarr Plugin Developer"
|
||
- Created initial commit with all plugin files
|
||
|
||
---
|
||
|
||
### 06:30:15 - TS Timestamp Decision
|
||
**User Prompt:**
|
||
> its been decided that nothing we can do will fix those TS timestamp issues
|
||
|
||
**Action Taken:**
|
||
- Reverted `-start_at_zero` timestamp fix
|
||
- Implemented skip logic for corrupt TS files instead
|
||
- Updated misc_fixes plugin to detect and skip problematic TS files
|
||
|
||
---
|
||
|
||
### 05:51:14 - Plan Approved
|
||
**User Prompt:** (System message)
|
||
> Artifact approved with "LGTM"
|
||
|
||
**Action Taken:**
|
||
- Implemented all 3 fixes from implementation plan
|
||
- Fix 1: TS timestamp handling
|
||
- Fix 2: Attachment stream mapping
|
||
- Fix 3: ISO/DVD skip logic
|
||
|
||
---
|
||
|
||
## 2025-12-15 Earlier Session
|
||
|
||
### Error Log Analysis Request
|
||
**User Prompt:**
|
||
> (Conversation resumed from checkpoint - analyzing error logs from Latest-Reports)
|
||
|
||
**Context from Summary:**
|
||
- Examined 5 error logs
|
||
- Identified 3 distinct failure patterns
|
||
- Created analysis report and implementation plan
|
||
|
||
---
|
||
|
||
## Format Guide
|
||
|
||
Each entry should include:
|
||
- **Timestamp** (from ADDITIONAL_METADATA)
|
||
- **User Prompt** (exact or summarized request)
|
||
- **Action Taken** (brief description of what was done)
|
||
|
||
---
|
||
|
||
## 2026-01-28 Session
|
||
|
||
### 06:15:00 - Job Reports → Modular Plugins
|
||
**User Prompt:**
|
||
> examine the job reports and do the needful to the plugins
|
||
|
||
**Action Taken:**
|
||
- Reviewed latest successful job report (`2MQgQoHQd-log.txt`) to confirm new audio/AV1 plugins behave as expected.
|
||
- Verified current `Tdarr_Plugin_combined_audio_standardizer` (v1.24) and `Tdarr_Plugin_av1_svt_converter` (v3.19) already address prior issues.
|
||
|
||
### 06:25:00 - Documentation & Folder Organization
|
||
**User Prompt:**
|
||
> do the needful to update all documentation and notes, organize folders
|
||
|
||
**Action Taken:**
|
||
- Updated `README.md` and `PLUGIN_DOCUMENTATION.md` to document the 9‑plugin modular stack and current directory layout (`JobReports`, `agent_notes/archive`, etc.).
|
||
- Recorded this session in `agent_notes/prompt_log.md` to keep prompt history in sync with the new documentation.
|