Add project scaffold: contracts, schemas, docker-compose, workplans
Phase 0 contracts (event envelope, ActivityDefinition, idempotency doc, naming conventions) and Phase 1 Temporal cluster setup (docker-compose.dev.yml, Temporal dynamic config) are complete. Includes Pydantic models, JSON schemas, wiki architecture docs, and ADR-001 workplan files for both workstreams. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
098c13febd
commit
6f9132314f
16 changed files with 2652 additions and 0 deletions
6
dynamicconfig/development-sql.yaml
Normal file
6
dynamicconfig/development-sql.yaml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
limit.maxIDLength:
|
||||
- value: 255
|
||||
constraints: {}
|
||||
system.forceSearchAttributesCacheRefreshOnRead:
|
||||
- value: true # Dev setup only. Do not enable in production.
|
||||
constraints: {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue