Build the vault-relative path for an intent file: `intents/ /intent.md`.
(&self, uid: &str)
| 1094 | |
| 1095 | /// Build the vault-relative path for an intent file: `intents/<ulid>/intent.md`. |
| 1096 | fn intent_file_for(&self, uid: &str) -> String { |
| 1097 | format!("{}/intent.md", self.intent_dir_for(uid)) |
| 1098 | } |
| 1099 | |
| 1100 | /// Find the vault path for an intent by its resolved manifest key. |
| 1101 | /// |