pub fn resolve_project_file(start_path: &Path) -> FileResolutionResultExpand description
Resolve skill-project.toml file from project root
Resolution priority (FR-008):
- Project root:
./skill-project.toml - Walk up directory tree: Search parent directories
- Fallback: Empty/default configuration (file not found, will be created if needed)
Context detection (T050, T051):
- First uses file location (SKILL.md presence)
- If ambiguous, falls back to content-based detection