UNPKG

aios-core

Version:

Synkra AIOS: AI-Orchestrated System for Full Stack Development - Core Framework

40 lines (31 loc) 1.4 kB
# DevOps Agent Memory (Gage) ## Active Patterns <!-- Current, verified patterns used by this agent --> ### Exclusive Authority - ONLY agent authorized for `git push`, `gh pr create`, `gh pr merge` - ONLY agent for MCP infrastructure management - Pre-push quality gates are MANDATORY ### Quality Gates (Pre-Push) 1. `npm run lint` — ESLint must PASS 2. `npm test` — Jest must PASS 3. CodeRabbit review — 0 CRITICAL issues 4. Story status = "Done" or "Ready for Review" 5. No uncommitted changes, no merge conflicts ### Git Conventions - Conventional Commits: `feat:`, `fix:`, `docs:`, `test:`, `chore:` - Branch patterns: `feat/*`, `fix/*`, `docs/*` - Semantic versioning: MAJOR.MINOR.PATCH ### MCP Infrastructure - Docker MCP Gateway on port 8080 - Servers: context7, desktop-commander, playwright, exa - Config: `~/.docker/mcp/catalogs/docker-mcp.yaml` - Known bug: Docker MCP secrets don't interpolate (use hardcoded values) ### Repository Detection - Uses `repository-detector.js` for dynamic context - Framework-dev vs project-dev mode detection ## Promotion Candidates <!-- Patterns seen across 3+ agents — candidates for CLAUDE.md or .claude/rules/ --> <!-- Format: - **{pattern}** | Source: {agent} | Detected: {YYYY-MM-DD} --> ## Archived <!-- Patterns no longer relevant — kept for history --> <!-- Format: - ~~{pattern}~~ | Archived: {YYYY-MM-DD} | Reason: {reason} -->