docs: add git commit co-author policy (#131)

This commit is contained in:
nettee 2026-04-30 15:08:22 +08:00 committed by GitHub
parent 86c256ad56
commit 9b57c22c38
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 0 deletions

View file

@ -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. - 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`. - 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 ## Validation strategy
- After package, workspace, or command-entry changes, run `pnpm install` so workspace links and generated dist entries stay fresh. - After package, workspace, or command-entry changes, run `pnpm install` so workspace links and generated dist entries stay fresh.

1
CLAUDE.md Normal file
View file

@ -0,0 +1 @@
@AGENTS.md