Commit Graph

5 Commits (d5c501f0046df8032b8acbfe51c1c9ae79505862)

Author SHA1 Message Date
PeninsulaInd d5c501f004 Remove job files from git tracking and update commands/prompts 2025-11-17 11:07:25 -06:00
PeninsulaInd 3649e88f44 Fixed: Now listens to model selection in job.json file 2025-10-22 16:03:44 -05:00
PeninsulaInd ef62ecf852 Passed initial test, generates an entire article 2025-10-20 11:35:02 -05:00
PeninsulaInd 02dd5a3fa7 Story 2.1 finished 2025-10-18 14:47:19 -05:00
PeninsulaInd 70b9de20b4 feat: Complete Story 1.1 - Project Initialization & Configuration
- Create monorepo directory structure as defined in architecture
- Initialize Python project with core dependencies (FastAPI, SQLAlchemy, Click, Pydantic)
- Add requirements.txt with all necessary libraries
- Create env.example with placeholders for all cloud provider secrets
- Implement master.config.json with comprehensive configuration
- Add Pydantic-based configuration loading and validation
- Create basic CLI framework with health check and config commands
- Set up main.py as CLI entry point
- Organize all modules according to source tree specification

This completes the foundational infrastructure for Epic 1: Foundation & Core Services.
2025-10-17 23:42:16 -05:00