UNPKG

aios-core

Version:

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

32 lines (24 loc) 1.12 kB
# Scrum Master Agent Memory (River) ## Active Patterns <!-- Current, verified patterns used by this agent --> ### Key Patterns - CommonJS (`require`/`module.exports`), NOT ES Modules - ES2022, Node.js 18+, 2-space indent, single quotes - kebab-case for files, PascalCase for components ### Project Structure - `docs/stories/epics/` — Epic directories with INDEX.md + stories - `.aios-core/development/templates/` — Story templates - `.aios-core/development/checklists/` — Draft checklists ### Git Rules - NEVER push — delegate to @devops - Conventional commits: `docs:` for story creation ### Story Conventions - Story naming: `story-{PREFIX}-{N}-{slug}.md` - Epic INDEX.md tracks all stories with status - Stories flow: Draft → Ready → InProgress → InReview → Done ## 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} -->