Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 586 Bytes

File metadata and controls

19 lines (15 loc) · 586 Bytes

Contributing to agentappflow-app

Thanks for your interest in contributing.

Workflow

  • Create a branch from dev for your changes.
  • Keep pull requests focused and small.
  • Add or update docs/tests when behavior changes.
  • Treat this repo as the source of truth for product UX direction, local runtime boundaries, and the .agentappflow/ project contract.

Development Branches

  • main: stable baseline
  • dev: integration branch

Pull Request Checklist

  • Code builds locally
  • Relevant tests added/updated
  • Documentation updated
  • No secrets committed