mirror of
https://github.com/nexu-io/open-design.git
synced 2026-05-31 19:04:39 +07:00
docs: add git commit co-author policy (#131)
This commit is contained in:
parent
86c256ad56
commit
9b57c22c38
2 changed files with 5 additions and 0 deletions
|
|
@ -55,6 +55,10 @@ This file is the single source of truth for agents entering this repository. Rea
|
|||
- Orchestration layers (`tools-dev`, future `tools-pack`, packaged launchers) must call package primitives; do not hand-build `--od-stamp-*` args or process-scan regexes.
|
||||
- Default runtime files live under `<project-root>/.tmp/<source>/<namespace>/...`; POSIX IPC sockets are fixed at `/tmp/open-design/ipc/<namespace>/<app>.sock`.
|
||||
|
||||
## Git commit policy
|
||||
|
||||
- Git commits must not include `Co-authored-by` trailers or any other co-author metadata.
|
||||
|
||||
## Validation strategy
|
||||
|
||||
- After package, workspace, or command-entry changes, run `pnpm install` so workspace links and generated dist entries stay fresh.
|
||||
|
|
|
|||
1
CLAUDE.md
Normal file
1
CLAUDE.md
Normal file
|
|
@ -0,0 +1 @@
|
|||
@AGENTS.md
|
||||
Loading…
Reference in a new issue