Build the vault-relative path for an intent file: `intents/ /intent.md`.
(&self, uid: &str)
| 910 | |
| 911 | /// Build the vault-relative path for an intent file: `intents/<ulid>/intent.md`. |
| 912 | fn intent_file_for(&self, uid: &str) -> String { |
| 913 | format!("{}/intent.md", self.intent_dir_for(uid)) |
| 914 | } |
| 915 | |
| 916 | /// Find the vault path for an intent by its resolved manifest key. |
| 917 | /// |