SiyuLiu commited on
Commit
0471b12
·
verified ·
1 Parent(s): c8fdec9

Upload MATTER-604 private review candidate

Browse files
Files changed (1) hide show
  1. README.md +8 -4
README.md CHANGED
@@ -80,10 +80,14 @@ bohr version -o json
80
  ```
81
 
82
  An unpinned `npm install -g @dptech-corp/bohr-cli` follows npm `latest` and must
83
- be reported as a different runtime if its version differs. The scoring process
84
- does not call Bohrium again; it consumes receipts and retained tool events from
85
- the solve. Installing the CLI after a run cannot reconstruct missing execution
86
- evidence. Keep the authentication cache and access key outside Agent outputs.
 
 
 
 
87
 
88
  ## License
89
 
 
80
  ```
81
 
82
  An unpinned `npm install -g @dptech-corp/bohr-cli` follows npm `latest` and must
83
+ be reported as a different runtime if its version differs. The devshell scoring
84
+ path does not call Bohrium again; it consumes receipts and retained tool events
85
+ from the solve. Installing the CLI after a run cannot reconstruct missing
86
+ execution evidence. The included external baseline scorer does not by itself
87
+ load the process-level receipt file or reproduce the same global Bohr execution
88
+ gate, so it is not a drop-in equivalent for the 53-task Bohr slice. A third-party
89
+ adapter must preserve and ingest equivalent receipt evidence. Keep the
90
+ authentication cache and access key outside Agent outputs.
91
 
92
  ## License
93