-
Notifications
You must be signed in to change notification settings - Fork 0
chore(delivery): consolidate 31 queued green slices into one landing vehicle (#175) #215
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 214 commits
2608c79
462b90c
a93f9c7
13ac933
5922f78
9b09f14
e3c7939
cbb0610
3756821
2a02408
016c6d7
72f5302
c197ed8
5cfc349
a28a52c
fc2abd5
8f34bfd
1029eba
3947ced
f96cbff
52b4abf
cbd22cc
a22945b
7f5d37b
575f522
c6c2887
49b9ffe
0595f43
88704a5
3ae2d7f
57cd53c
eaa5306
bf035fc
97e603b
a5fc722
6c6356b
f4ed92d
f9ff41a
198409d
3338e81
248c555
4a1d4c8
b153334
4d18290
8404b72
67aea63
0111a1a
8ebbc04
85c09ec
b21e9a8
07bdb3c
4ab7266
ce5c5a7
14014b7
0ac8055
240979b
af3060a
a6ff43d
da47ee3
ac953ac
fd4c04b
dae7e55
7974d75
6a61818
5319e0c
32b9ff5
86ab414
29da41b
71d83f4
3679355
9c90bff
71ad631
76c8772
37d8697
0196a24
89dca1c
1d6fa0c
bb277d9
4dd5d9b
e20e9b0
1ceea58
421ccd8
f9aa224
e61e331
13eb288
080d2e0
fb0fc4e
fbba5d6
77089cd
5ec989f
b032c85
f2bc284
2ea08a8
f46a14b
c5fb37d
c7d5ed2
2e9cf6c
f3f1504
5a05b8f
fc9dec9
387e42d
7108baa
5923906
e83196f
5f91062
2c0ded6
a35d329
9409d83
00deb56
020b446
36d52e1
bbe7c6c
ecaa8bc
4bcc260
5082f94
13256dd
46b2849
a562add
a67d903
596f091
e7759a7
696d56c
7d533c6
43ebbda
f06879d
1576e7f
dbe1c1f
601e402
f9110e0
f87c812
5419b0f
4c0612f
d558a4b
edcf894
872137c
c225f35
28f7ed6
bd34a2d
38542fd
e89b90c
47ab763
34c4c11
e7c871b
a934e2b
70a6c66
1ebb406
e8a0ee3
bd800fc
8996569
bb29bac
6a98c81
c7f094c
40ede67
b76e383
1801501
7a1f33a
6f963c8
30ff215
1dc8a1b
16ed894
a7258b0
2cf9ed3
56c57d7
94939aa
bc89569
86d41aa
c2ae8e8
44f17da
1b29cbe
47663e0
3824b6d
9790b9d
06d7a4e
239a8cd
02de2a2
0472add
0c7ad11
c31cf02
87f71eb
1235554
f4f1454
e826d1c
3f5b173
4e48e70
cd71087
653bab2
04529b3
7f92077
326f3c9
4e5696f
f1df8d7
d26d6f5
8858596
fe4b827
4be7613
d793272
6ded154
9320f68
79ed788
dcb68a3
a39d801
7274656
2ed1056
f813ce5
234f7ed
16c62f6
9875993
35be6e8
8a110e8
3bba6d9
0967c64
c2f4abd
0932c74
2034d58
bd3be74
9c70b2a
c9ebb66
e33f5ac
03f44f3
de0826d
5183843
6db5b1d
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -6,4 +6,7 @@ coverage-branches.json | |
| __pycache__/ | ||
| *.py[cod] | ||
| .pytest_cache/ | ||
|
|
||
| node_modules/ | ||
| origin/ | ||
| /.codegraph/ | ||
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -6,31 +6,18 @@ implemented in Rust. | |||||
|
|
||||||
| ## Current implementation state | ||||||
|
|
||||||
| This branch keeps the Rust workspace quality foundation and the bounded | ||||||
| foundation crates. Domain crates expose only tested contracts: immutable | ||||||
| evidence, six-clock temporal values, event mentions/instances, relations, | ||||||
| membership, persistence, splits, simulation, validation, API DTOs, and the | ||||||
| predicted-versus-observed promotion gate. | ||||||
| This branch establishes the Rust workspace, quality-gate foundation, and the | ||||||
| longitudinal within/between decomposition capability. The eleven bounded crates | ||||||
| compile independently. `longitudinal_core` exposes within/between decomposition | ||||||
| and component RMSE APIs; the remaining crates expose no placeholder production | ||||||
| APIs, and domain behavior for them begins in Task 2 with immutable evidence | ||||||
| identifiers and source records. | ||||||
| This branch establishes the Task 1 Rust workspace and quality-gate foundation. | ||||||
| The twelve bounded crates compile independently but intentionally expose no | ||||||
| The eleven bounded crates compile independently; Task 1 includes the | ||||||
| implemented `encrypted_mapping` crate with AES-256-GCM sealing and | ||||||
| purpose-bound opening, while the remaining domain behavior begins in Task 2 | ||||||
| with immutable evidence identifiers and source records. | ||||||
| The eleven bounded crates compile independently. `derived_sensitivity` inherits | ||||||
| source Restricted/Internal classes onto topic, factor, and relation artifacts | ||||||
| and fails closed on unknown kinds; derivation and blanket PII masking are not | ||||||
| declassification. Other crates still begin domain behavior in Task 2 with | ||||||
| immutable evidence identifiers and source records. | ||||||
| The eleven bounded crates compile independently but intentionally expose no | ||||||
| placeholder production APIs. Domain behavior begins in Task 2 with immutable | ||||||
| evidence identifiers and source records. | ||||||
| The current workspace contains 50 independently documented Rust crates. Each | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🟡 README states wrong crate count The new prose says the workspace contains 50 documented Rust crates, but Cargo.toml and
Suggested change
Was this helpful? React with 👍 or 👎 to provide feedback. |
||||||
| crate exposes a bounded, tested contract for evidence, temporal semantics, | ||||||
| event and relation reasoning, membership, persistence, simulation, validation, | ||||||
| API exchange, compute planning, or evidence-grounded interpretation. Numerical | ||||||
| and psychometric authority remains on the CPU `f64` reference path; streamed | ||||||
| accelerator plans must preserve the full observation set and fail closed to the | ||||||
| reference path when resources or validation are insufficient. | ||||||
|
|
||||||
| These are production contracts, not a claim that the complete commercial | ||||||
| estimator, operator workspace, or supported release already exists. Read the | ||||||
| [product and technical gap baseline](docs/product-technical-gap-baseline.md) | ||||||
| before treating a crate as a shipped product capability. | ||||||
|
|
||||||
| ```text | ||||||
| crates/evidence_core | ||||||
|
|
@@ -44,6 +31,7 @@ crates/corpus_split | |||||
| crates/tepp_simulation | ||||||
| crates/validation_core | ||||||
| crates/tepp_api | ||||||
| crates/location_membership | ||||||
| crates/prompt_source | ||||||
| crates/corpus_background | ||||||
| crates/modality_source | ||||||
|
|
@@ -71,7 +59,6 @@ crates/citation_edge | |||||
| crates/psychometric_fit | ||||||
| crates/subevent_containment | ||||||
| crates/prediction_contradiction | ||||||
| crates/provider_receipt | ||||||
| crates/operational_log | ||||||
| crates/service_tls | ||||||
| crates/derived_sensitivity | ||||||
|
|
@@ -81,6 +68,8 @@ crates/network_analysis | |||||
| crates/interpretation_gateway | ||||||
| crates/model_selection | ||||||
| crates/checkpoint_authority | ||||||
| crates/compute_backend | ||||||
| crates/episode_membership | ||||||
| ``` | ||||||
|
|
||||||
| ## Local verification | ||||||
|
|
||||||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| [package] | ||
| name = "compute_backend" | ||
| description = "VRAM-budgeted GPU planning with a CPU f64 reference and fail-closed OOM fallback." | ||
| version.workspace = true | ||
| edition.workspace = true | ||
| rust-version.workspace = true | ||
| license.workspace = true | ||
| authors.workspace = true | ||
| repository.workspace = true | ||
| homepage.workspace = true | ||
| readme.workspace = true | ||
| keywords.workspace = true | ||
| categories.workspace = true | ||
| publish = false | ||
|
|
||
| [dependencies] | ||
|
|
||
| [lints] | ||
| workspace = true |
Uh oh!
There was an error while loading. Please reload this page.