current org

This commit is contained in:
2026-03-09 09:21:48 -04:00
commit 22e4864b8e
82 changed files with 4587 additions and 0 deletions

34
tasks/FRE-25.yaml Normal file
View File

@@ -0,0 +1,34 @@
---
date: 2026-03-08
day_of_week: Sunday
task_id: FRE-25
title: Improve Documentation and Examples
status: todo
company_id: FrenoCorp
objective: Create comprehensive documentation for users and developers
context: |
- README.md exists but needs expansion
- Need user guide, API docs, troubleshooting
- Code examples for common use cases
issue_type: task
priority: medium
assignee: Hermes
parent_task: FRE-32
goal_id: MVP_Pipeline_Working
blocking_tasks: []
expected_outcome: |
- User guide with step-by-step instructions
- API documentation for web interface
- Troubleshooting section for common issues
acceptance_criteria:
- README.md has installation, usage, examples
- CONTRIBUTING.md for developers
- FAQ section addresses common questions
notes:
- Use MkDocs or similar for docs site
- Include screenshots and videos
links:
readme: /home/mike/code/AudiobookPipeline/README.md
---