1.4 KiB
1.4 KiB
RA-OS Agent Workflow (Open Source)
This file is the source of truth for AI agents and contributors working in this repository.
Scope
- This workflow applies to
ra-h_osonly. - Do not require private-repo docs, handoffs, or backlog files to complete work here.
Working Rules
- Start from
mainand create a branch:feat/<short-name>fix/<short-name>docs/<short-name>
- Keep changes small and reviewable.
- If behavior changes, update docs in the same PR.
- Do not commit directly to
main.
Standard Dev Loop
- Reproduce/define the problem.
- Implement the minimal correct change.
- Run local checks.
- Update docs and screenshots if needed.
- Open PR with clear summary and test notes.
Required Checks
npm run type-check
npm run lint
npm run build
Docs Map
README.md- product overview + quick startdocs/README.md- docs indexdocs/4_tools-and-guides.md- MCP tools + skills surfacedocs/6_ui.md- UI behaviordocs/8_mcp.md- MCP setup, troubleshooting, and memory-file guidancedocs/development/process.md- contributor processdocs/development/docs-process.md- docs maintenance process
Upstream Relationship
ra-h_osaccepts direct contributions.- Maintainers may sync relevant changes between public and private repos.
- Public contributions should remain attributable and not be overwritten.