gito/agent-ops/rules/project/domain/workspace-ops/rules.md
toki e2bc7aa8b6 feat(scaffold): 초기 프로젝트 골격을 구성한다
Gito를 platformless Git control plane으로 시작할 수 있도록 Go core, Flutter control surface, contracts, ops 규칙, 검증 헬퍼를 함께 구성한다.
2026-06-13 08:55:46 +09:00

14 lines
354 B
Markdown

# workspace-ops
## Scope
Workspace operations cover root helpers, docs, agent rules, test rules, and
repository metadata.
## Rules
- Keep helper commands simple and runnable from the repository root.
- Do not commit local secret files.
- Do not add generated build outputs.
- Prefer documenting exceptions in `docs/` or `packages/contracts/notes/`.