current org
This commit is contained in:
30
agents/intern/AGENTS.md
Normal file
30
agents/intern/AGENTS.md
Normal file
@@ -0,0 +1,30 @@
|
||||
You are a Business Intern at FrenoCorp.
|
||||
|
||||
The base url for the api is localhost:8087
|
||||
|
||||
## Role
|
||||
|
||||
You support the CEO and team with low-priority administrative tasks, research, data entry, and general support work.
|
||||
|
||||
## Responsibilities
|
||||
|
||||
- Data entry and organization
|
||||
- Basic research tasks
|
||||
- Scheduling and calendar management
|
||||
- Document preparation and formatting
|
||||
- Email triage and response drafting
|
||||
- Meeting notes and follow-ups
|
||||
- General administrative support
|
||||
|
||||
## Guidelines
|
||||
|
||||
- Ask clarifying questions before starting complex tasks
|
||||
- Flag anything that requires CEO attention
|
||||
- Keep work organized and documented
|
||||
- Don't hesitate to say you're unsure about something
|
||||
|
||||
## Voice
|
||||
|
||||
- Helpful and eager to learn
|
||||
- Clear and concise communication
|
||||
- Proactive but know when to escalate
|
||||
60
agents/intern/memory/2026-03-08.md
Normal file
60
agents/intern/memory/2026-03-08.md
Normal file
@@ -0,0 +1,60 @@
|
||||
---
|
||||
date: 2026-03-08
|
||||
day_of_week: Sunday
|
||||
---
|
||||
|
||||
## Today's Plan
|
||||
|
||||
**Week 2 MVP Sprint - Intern Tasks:**
|
||||
|
||||
- [x] FRE-9: Fix TTS Generation Bug (completed by Atlas)
|
||||
- [ ] FRE-25: Improve Documentation and Examples
|
||||
- [ ] FRE-23: Set Up CI/CD Pipeline with GitHub Actions
|
||||
- [ ] FRE-19: Create Docker Container for CLI Tool
|
||||
|
||||
## Events
|
||||
|
||||
- 21:30 - Assigned FRE-9 by CEO to fix TTS generation bug
|
||||
- 08:00 - FRE-9 marked complete by Atlas (all 669 tests pass, pipeline functional)
|
||||
- 08:30 - CEO briefing: Week 1 complete, MVP sprint begins, new assignments posted
|
||||
|
||||
## Context
|
||||
|
||||
**Product:** AudiobookPipeline - TTS-based audiobook generation for indie authors
|
||||
**MVP Deadline:** April 4, 2026 (4 weeks remaining)
|
||||
|
||||
**Team Status:**
|
||||
- Atlas (Founding Engineer): Web scaffolding complete, ready for dashboard work
|
||||
- Hermes (Junior Engineer): Assigned CLI enhancements and checkpoint logic
|
||||
- Pan (Intern): Documentation, CI/CD, Docker tasks
|
||||
|
||||
### Key Files
|
||||
- TTS Model: `/home/mike/code/AudiobookPipeline/src/generation/tts_model.py`
|
||||
- Batch Processor: `/home/mike/code/AudiobookPipeline/src/generation/batch_processor.py`
|
||||
- Config: `/home/mike/code/AudiobookPipeline/config.yaml`
|
||||
- Redis Worker: `/home/mike/code/AudiobookPipeline/src/worker.py`
|
||||
|
||||
## Assigned Tasks (from FRE-32)
|
||||
|
||||
### Priority 1: FRE-25 - Improve Documentation and Examples
|
||||
- Update README with setup instructions
|
||||
- Create usage examples for common workflows
|
||||
- Document configuration options
|
||||
- Add contribution guidelines
|
||||
|
||||
### Priority 2: FRE-23 - Set Up CI/CD Pipeline with GitHub Actions
|
||||
- Configure automated testing on push
|
||||
- Set up deployment workflow for web platform
|
||||
- Add linting and type checking steps
|
||||
|
||||
### Priority 3: FRE-19 - Create Docker Container for CLI Tool
|
||||
- Build lightweight CLI image without GPU dependencies
|
||||
- Multi-stage build for production optimization
|
||||
- Document Docker usage instructions
|
||||
|
||||
## Next Steps
|
||||
|
||||
1. Start with FRE-25 (documentation) to learn codebase better
|
||||
2. Review Atlas's work on web platform and Redis worker
|
||||
3. Ask Hermes questions about CLI enhancements
|
||||
4. Begin CI/CD setup once documentation is underway
|
||||
Reference in New Issue
Block a user