AITBC System
b033923756
chore: normalize file permissions across repository
...
- Remove executable permissions from configuration files (.editorconfig, .env.example, .gitignore)
- Remove executable permissions from documentation files (README.md, LICENSE, SECURITY.md)
- Remove executable permissions from web assets (HTML, CSS, JS files)
- Remove executable permissions from data files (JSON, SQL, YAML, requirements.txt)
- Remove executable permissions from source code files across all apps
- Add executable permissions to Python
2026-03-08 11:26:18 +01:00
oib
a200a50085
chore(config): simplify dependabot configuration and disable enhanced services for CPU-only deployment
...
- Simplify .github/dependabot.yml from 70 to 49 lines
- Remove beta ecosystems, custom registries, and detailed ignore rules
- Reduce open PR limits (npm: 10→5, github-actions: 5→3)
- Remove custom labels and dependency-specific ignore rules
- Consolidate npm configs from 2 directories to single root directory
- Remove docker ecosystem configuration
- Add /health endpoint to coordinator
2026-03-04 16:43:37 +01:00
oib
f353e00172
chore(security): enhance environment configuration, CI workflows, and wallet daemon with security improvements
...
- Restructure .env.example with security-focused documentation, service-specific environment file references, and AWS Secrets Manager integration
- Update CLI tests workflow to single Python 3.13 version, add pytest-mock dependency, and consolidate test execution with coverage
- Add comprehensive security validation to package publishing workflow with manual approval gates, secret scanning, and release
2026-03-03 10:33:46 +01:00