Add 10 new tasks under tasks/architecture/ for Phase 0a (ADR writing): - 9 ADR tasks (026-034) with dependency-ordered structure - 1 review checkpoint task before Phase 0b spec writing ADR dependency graph (3 generations): Gen 1 (parallel): 026, 029, 030, 031, 032, 034 Gen 2 (depends on 029): 027, 028 Gen 3 (depends on 027+028): 033 Gen 4: review checkpoint Also mark all 34 prior implementation tasks as completed — they were finished but still showing as pending in the taskgraph.
1007 B
1007 B
id, name, status, depends_on, scope, risk, impact, level
| id | name | status | depends_on | scope | risk | impact | level | ||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| meta/auth-layer | Complete auth layer — error types, key loading, server auth, client auth | completed |
|
system | medium | phase | planning |
Description
Meta task that clusters all auth module tasks. Once complete, the auth layer provides key loading from file or memory, server-side Ed25519 key + cert-authority validation, and client-side key-based authentication.
Acceptance Criteria
- All auth tasks completed
- Key loading supports file paths and in-memory data in OpenSSH format
- Server accepts Ed25519 keys and cert-authority signed certificates
- Client presents Ed25519 key pairs
- Error types cover transport, auth, channel, and config failures
References
- docs/architecture/client.md, docs/architecture/server.md
Notes
To be filled by implementation agent
Summary
To be filled on completion