Outerline 1.0-1105

Summary

Build 1105 expands MCP coverage with deep-link resolution and folder discovery tools, sharpens iOS first-run iCloud setup with metadata-first library loading and download-state indicators, and refines the macOS Recently Deleted setting.

MCP Tools

  • Added resolve_deep_link so agents can turn pasted outerline:// links into concrete document or folder targets without opening the app. Document, folder, path, wikilink, and positioned document links are all supported.
  • Added list_folders for vault folder inventories, including empty folders, with support for scoped roots, depth limits, and shallow document counts.
  • Added find_folder for resolving natural-language folder requests like "the Plan folder", returning sensible exact and substring matches for similarly named folders.
  • Ambiguous wikilinks now return candidate matches from resolve_deep_link instead of choosing the wrong note.
  • Kept MCP behavior aligned for both direct vault access and the running-app bridge path used by App Store and iCloud-backed libraries.
  • Updated MCP docs, the Claude Desktop MCPB manifest, the public support page, and the seeded Basics MCP guide to cover the new tools.

iOS iCloud Setup

  • Improved first-run iCloud setup by loading the library skeleton from iCloud metadata before document bodies are downloaded, so the library appears quickly on a fresh install.
  • Added iCloud download-state indicators for unavailable documents.
  • Hardened identity metadata so stale registry-only entries no longer appear as library rows.

macOS Settings

  • Renamed the Settings > General retention row to Recently Deleted.
  • Updated the menu options to Delete After 5 Days, Delete After 15 Days, Delete After 30 Days, and Never Delete so the timing is explicit.