Update wiki for workspace isolation and callsite identity refactoring
- How-It-Works: replace Temporary Directories with Workspace Layout section;
rewrite Naming, Manifest, and callsite Identification for structured
artifact IDs (CallsiteIdentity/CallsiteRecord)
- Quick-Start: update result path to Report/runs/.../
- Troubleshooting: update 6 stale path references to workspace-based paths
Updated How It Works (markdown)
Updated How It Works (markdown)
Updated How It Works (markdown)
Update wiki with internal mechanism documentation and runCommand reference
- Add How-It-Works page covering pkl lifecycle, dynamic/static matching
strategy, callsite-based identification, and temporary directory layout
- Configuration-Guide: document all supported runCommand formats (python,
python3, py launcher, python -m, console scripts) and Python executable
resolution rules with platform-specific notes
- Troubleshooting: add scenarios for pkl generation failure, manifest
save_failed, runCommand parsing errors, and pkl load errors in target env
- Home, Quick-Start: link to How-It-Works; note runCommand format support