The attested-node sidecar file for an intent.
(repo: &Repository, id: &str)
| 167 | |
| 168 | /// The attested-node sidecar file for an intent. |
| 169 | pub fn attested_sidecar_path(repo: &Repository, id: &str) -> CliResult<PathBuf> { |
| 170 | Ok(sidecar_dir(repo, id)?.join("attested.jsonld")) |
| 171 | } |
| 172 | |
| 173 | /// Candidate legacy-sidecar paths, most-preferred first: the normalized-id path |
| 174 | /// (what the current `attest` writes) and the raw-arg path an M1a-era build |