Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
65 commits
Select commit Hold shift + click to select a range
eb5f135
docs(adr-221): symmetric plane envelopes with namespaces segment
wmadden May 31, 2026
d5acbe0
docs(umbrella): clarify FR2 S1 vs S2 delivery split
wmadden May 31, 2026
026f84d
feat(contract): add domain.namespaces envelope to Contract IR
wmadden May 31, 2026
659cc22
feat(framework-components): add domainElementCoordinates walk
wmadden May 31, 2026
6f6767e
feat(sql): emit and validate domain.namespaces in SQL contracts
wmadden May 31, 2026
58e89d8
feat(mongo): adopt domain.namespaces in Mongo contract substrate
wmadden May 31, 2026
0c102e3
fix(contract): satisfy typecheck for domain envelope tests
wmadden May 31, 2026
b511e9d
feat(contract): add ContractValueObjectsMap for domain inference
wmadden May 31, 2026
46cdf0e
fix(mongo): align validators and tests with domain.namespaces
wmadden May 31, 2026
dde549e
fix(sql): finish domain.namespaces substrate test and emitter wiring
wmadden May 31, 2026
4bc0dbf
feat(contract): read domain models from legacy flat root
wmadden May 31, 2026
00b3642
fix(sql,mongo): route contract access through domain helpers
wmadden May 31, 2026
8908b48
chore(TML-2751): migrate tests and regenerate domain contract fixtures
wmadden May 31, 2026
7fe658e
fix(mongo-query-builder): type domain envelope and VO dot paths
wmadden May 31, 2026
2d395b4
test: read models from domain.namespaces in contract tests
wmadden May 31, 2026
66b8466
test: fix domain-envelope type assertions in mongo tests
wmadden May 31, 2026
c95d206
fix(emitter): emit domain.namespaces in generated contract.d.ts
wmadden May 31, 2026
3aa2c2a
test(mongo-runtime): align decode fixtures with domain envelope
wmadden May 31, 2026
aa7647f
test(mongo-contract-ts): bracket access for contractModels map lookup
wmadden May 31, 2026
8aa8ec5
docs(umbrella): name units descriptively, drop drifted S-numbering
wmadden May 31, 2026
41810a9
fix(sql-builder): resolve insert rows via domain.namespaces models
wmadden May 31, 2026
39a61a2
chore: refresh emitted contract.d.ts fixtures for domain envelope
wmadden May 31, 2026
e88ce65
test(integration): align fixtures and tests with domain.namespaces
wmadden May 31, 2026
46b72ae
chore: sync emitted contract.d.ts after fixtures emit
wmadden May 31, 2026
d5fa953
Merge remote-tracking branch 'origin/main' into tml-symmetric-domain-…
wmadden May 31, 2026
4bd8ad1
fix(contract): tighten domain envelope accessors after main merge
wmadden May 31, 2026
ad4fac4
test(adapter-postgres): use domain.namespaces in contract fixtures
wmadden May 31, 2026
0f3496a
test(target-postgres): use domain.namespaces in migration tests
wmadden May 31, 2026
a7482f4
test(extension-pgvector): use domain.namespaces in contract fixtures
wmadden May 31, 2026
6c6a5cd
test(extensions): fix defineContract tests for domain.namespaces
wmadden May 31, 2026
cc62680
test(cli,demo): align contract fixtures with domain.namespaces
wmadden May 31, 2026
375e8d4
docs(domain-plane): replan rework — namespace-aware identity, no back…
wmadden May 31, 2026
a7015fe
docs(domain-plane): split rework into substrate + consumer dispatches
wmadden May 31, 2026
fecfc1d
refactor(contract): coordinate-based domain identity in foundation pa…
wmadden May 31, 2026
76bf7c1
refactor(contract): rename buildDomainPlaneFromFlat to domainPlaneOf
wmadden May 31, 2026
68c7b49
refactor(sql-contract): drop legacy domain normalize on validate paths
wmadden May 31, 2026
48b1e73
refactor(mongo): consume domain.namespaces envelope without legacy no…
wmadden May 31, 2026
d46ed9a
refactor(sql-authoring): emit domain namespaces from model slices only
wmadden May 31, 2026
c771ba8
fix(emitter): throw on multi-namespace domain during contract.d.ts emit
wmadden May 31, 2026
50fda24
test: adopt domainPlaneOf across package and integration fixtures
wmadden May 31, 2026
b255c51
chore(fixtures): drop empty public domain namespace from emitted cont…
wmadden May 31, 2026
4bda44a
test: align contract fixtures with domain.namespaces envelope
wmadden May 31, 2026
6b94838
fix(sql-contract-ts): typecheck test fixtures for domain envelope
wmadden May 31, 2026
659c8b5
fix(target-mongo): add relations on domain fixture models
wmadden May 31, 2026
b3bbdbd
fix(contract): generic domainPlaneOf and clear review nits
wmadden May 31, 2026
509fa36
fix(target-postgres): refresh snapshot contracts and monorepo emit
wmadden May 31, 2026
80e2d8a
fix(contracts): migrate stale on-disk contracts to domain envelope
wmadden May 31, 2026
5913d07
Merge remote-tracking branch 'origin/main' into tml-symmetric-domain-…
wmadden May 31, 2026
e529a54
fix(ci): refresh extension migration hashes and emitter lint
wmadden May 31, 2026
9481bab
fix(contract): avoid non-null assertions in domain envelope helpers
wmadden May 31, 2026
1fb2179
fix(ci): align ref snapshots and extension spaces with domain plane
wmadden May 31, 2026
20dfa6e
fix(ci): fixtures EOF and ContractView test import
wmadden May 31, 2026
e9b7388
fix(contract): preserve model map types in contractModels
wmadden May 31, 2026
c3b2e85
docs(drive): record round-2 foundation-surface rework (ApplicationDom…
wmadden May 31, 2026
c33b4bf
fix(contract): key domain validator index by namespace and model
wmadden May 31, 2026
bb1024b
refactor(contract): rename domain plane types to application domain
wmadden May 31, 2026
4ec1bc5
refactor(contract): move applicationDomainOf to test-utils
wmadden May 31, 2026
ba71148
refactor(contract): use local test helper instead of cross-package sr…
wmadden May 31, 2026
df30219
chore(contract): drop dead vitest type alias
wmadden May 31, 2026
fb7f60f
fix(test): drop unused profileHash imports in emitter fixtures
wmadden May 31, 2026
6d48ed2
docs(drive): record round-3 contract src surface cleanup (evict testi…
wmadden May 31, 2026
1ee32d9
refactor(contract): colocate DomainNamespaceResolutionError with Cont…
wmadden May 31, 2026
39c8b81
refactor(contract): evict testing factories to @prisma-next/test-utils
wmadden May 31, 2026
f52c678
Merge remote-tracking branch 'origin/main' into tml-symmetric-domain-…
wmadden May 31, 2026
6e6985b
fix(test-utils): expose contract-factories leaf for emitter test utils
wmadden May 31, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
104 changes: 100 additions & 4 deletions apps/telemetry-backend/src/prisma/contract.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading