Build the vault-relative path for an intent file: `intents/ /intent.md`.
(&self, uid: &str)
| 783 | |
| 784 | /// Build the vault-relative path for an intent file: `intents/<ulid>/intent.md`. |
| 785 | fn intent_file_for(&self, uid: &str) -> String { |
| 786 | format!("{}/intent.md", self.intent_dir_for(uid)) |
| 787 | } |
| 788 | |
| 789 | /// Find the vault path for an intent by its resolved manifest key. |
| 790 | /// |