Commit Graph

3 Commits

Author SHA1 Message Date
TPTBusiness db4393cbc6 docs: Update SECURITY.md and CONTRIBUTING.md
SECURITY.md:
- Removed placeholder email (nico@predix.io)
- Added GitHub Security Advisories link
- Added clear reporting process

CONTRIBUTING.md:
- Added Predix-specific development workflow
- Branch naming conventions (feat/, fix/, docs/, etc.)
- Conventional commit format with examples
- Test requirements (>80% coverage)
- Pre-commit hooks requirements
- Project structure overview
- Never/Always commit rules
2026-04-09 15:17:49 +02:00
TPTBusiness 67e910fc1f chore: prepare repository for Predix public release
- Rebrand from RD-Agent to Predix for EUR/USD quantitative trading
- Update all documentation to English
- Remove Microsoft-specific references
- Clean up temporary files and backups
- Update LICENSE, README, and configuration for PredixAI organization

Breaking changes:
- Project name changed from 'rdagent' to 'predix' in pyproject.toml
- All Microsoft and RD-Agent branding replaced with Predix
- Documentation completely rewritten for EUR/USD focus

Documentation:
- README.md: Professional English documentation with installation, quick start, CLI reference
- CHANGELOG.md: Cleaned up, references upstream RD-Agent for historical changes
- CODE_OF_CONDUCT.md: Switched to Contributor Covenant v2.0
- SECURITY.md: Predix-specific vulnerability reporting process
- SUPPORT.md: Updated support channels (nico@predix.io, GitHub Discussions)
- CONTRIBUTING.md: Adapted for Predix project
- docs/: Sphinx configuration updated for Predix branding

Configuration:
- pyproject.toml: Updated project metadata, keywords, URLs for PredixAI
- .gitignore: Comprehensive Python/gitignore template
- Makefile: Updated CI pages URL
- setup_predix_eurusd.sh: Translated to English

Cleanup:
- Deleted log files, caches, __pycache__ directories
- Removed backup files (*.backup_*)
- Cleaned web/node_modules
2026-03-29 00:10:26 +01:00
Hamza Bouajila ce6fc9c5bf docs: add contributing guidelines for rdagent (#710)
* docs: add contributing guidelines for RD-Agent

* docs: update contributing guide to include CI checks before pull requests and refrer to it in the home page README
2025-03-21 15:56:13 +08:00