Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 715 Bytes

File metadata and controls

22 lines (14 loc) · 715 Bytes

Contributing

Scope

This repository is the coordination layer for the K-AIDF workspace.

  • keep cross-repository structure and documentation here
  • do not duplicate implementation history from the child repositories
  • make child-project code changes in the corresponding nested repository

Branch Policy

  • default branch: main
  • keep feature work in short-lived branches
  • merge changes through reviewed pull requests when practical

Before Push

  • confirm the workspace documentation matches the current state of the child repositories
  • confirm each child repository has its own committed state before pushing coordination updates here
  • update CONTEXT.md when the recommended next step changes