4 Commits

Author SHA1 Message Date
William Valentin
e44234805c docs: Update documentation index with CI/CD references
- Add CI/CD Secrets Setup guide to docs index
- Add CI/CD Workflows documentation reference
- Add quick start section for CI/CD setup
- Clean up temporary files
2025-09-15 02:26:23 -07:00
William Valentin
03fa856199 feat: Add CI/CD secrets configuration and documentation
- Add comprehensive CI/CD secrets section to .env.example
- Create detailed CI-CD-SECRETS.md guide with:
  - Step-by-step secret setup instructions
  - Container registry authentication examples
  - PyPI token configuration
  - GitHub integration setup
  - Security best practices
  - Troubleshooting guide
  - Workflow-specific requirements

Includes support for:
- Docker Hub, GitLab, GitHub container registries
- Automated PyPI publishing
- Slack/Discord notifications
- Kubernetes deployment secrets
- Security scanning integration

Updated .env template with placeholder values and detailed comments.
2025-09-15 02:26:02 -07:00
William Valentin
3fd7b1ca53 docs: consolidate and clean up documentation
- Remove redundant files: AGENTS.md, INSTRUCTIONS.yaml, instructions.mdc
- Create comprehensive CONTRIBUTING.md with all development guidelines
- Add simple documentation index at docs/README.md
- Update main README to reference consolidated docs
- Remove implementation notes and release summaries
- Keep only essential, current documentation
2025-09-14 19:29:21 -07:00
William Valentin
6841bce2e7 docs: add comprehensive environment variable documentation
- Document all 70+ configuration options with descriptions and defaults
- Provide examples for development, production, Docker, and Kubernetes
- Include best practices for security, deployment, and troubleshooting
- Add migration guide for existing deployments
- Document validation system and debugging techniques
- Cover template integration and Python code usage patterns
2025-09-14 15:58:07 -07:00