- Added .cursorrules for project guidelines and context - Created README.md for project overview and goals - Established ARCHITECTURE.md for architectural documentation - Set up tickets directory with initial ticket management files - Included .gitignore to manage ignored files and directories This commit lays the foundation for the Atlas project, ensuring a clear structure for development and collaboration.
1.5 KiB
1.5 KiB
Ticket: Define Project Repos and Structure
Ticket Information
- ID: TICKET-002
- Title: Define Project Repos and Structure
- Type: Setup
- Priority: High
- Status: Backlog
- Track: Project Setup
- Milestone: Milestone 1 - Survey & Architecture
- Created: 2024-01-XX
Description
Create the repository structure for the home voice agent project:
- Create
home-voice-agentmono-repo containing:- LLM servers (4080 and 1050)
- MCP tool servers
- Clients (phone PWA, web dashboard)
- Infrastructure code
- Create separate
family-agent-configrepo for:- Prompts and system instructions
- Tool configurations
- Secrets and credentials (no work-related content)
Acceptance Criteria
home-voice-agentmono-repo structure defined and documentedfamily-agent-configrepo structure defined- Clear separation between work and family agent code/config
- Directory structure documented in ARCHITECTURE.md
- Initial repos created (or structure documented for creation)
Technical Details
Mono-repo structure should support:
- Separate services for LLM servers (4080 vs 1050)
- MCP tool servers as independent services
- Client applications (PWA, web dashboard)
- Shared libraries and utilities
- Clear boundaries for deployment and security
Dependencies
None - this is a foundational task.
Related Files
ARCHITECTURE.mdREADME.md
Notes
This is a prerequisite for all other development work. Should be done first.