mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-15 02:20:38 +09:00
docs: add deployment modes documentation and update plans
Add DEPLOYMENT-MODES.md with canonical mode taxonomy. Update CLI.md, DEVELOPING.md, PRODUCT.md, and SPEC-implementation.md with local_trusted/ authenticated nomenclature. Revise humans-and-permissions plan with Better Auth choice, bootstrap flow, unified invite semantics, and expanded criteria. Add implementation guide and additional plan documents for cursor cloud adapter and deployment auth mode consolidation. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
2ec45c49af
commit
21c506dcae
9 changed files with 1708 additions and 46 deletions
|
|
@ -39,10 +39,10 @@ These decisions close open questions from `SPEC.md` for V1.
|
|||
| Task ownership | Single assignee; atomic checkout required for `in_progress` transition |
|
||||
| Recovery | No automatic reassignment; stale work is surfaced, not silently fixed |
|
||||
| Agent adapters | Built-in `process` and `http` adapters |
|
||||
| Auth | Session auth for board, API keys for agents |
|
||||
| Auth | Mode-dependent human auth (`local_trusted` implicit board in current code; authenticated mode uses sessions), API keys for agents |
|
||||
| Budget period | Monthly UTC calendar window |
|
||||
| Budget enforcement | Soft alerts + hard limit auto-pause |
|
||||
| Deployment modes | Embedded PostgreSQL default; Docker/hosted Postgres supported |
|
||||
| Deployment modes | Canonical model is `local_trusted` + `authenticated` with `private/public` exposure policy (see `doc/DEPLOYMENT-MODES.md`) |
|
||||
|
||||
## 4. Current Baseline (Repo Snapshot)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue