qwen_agent/skills/onprem
朱潮 3c0fa498b5 🐛 fix(sync): sync dataset symlinks to Daytona sandbox
The incremental sync used `find -type f` which misses symlinks (type l),
so dataset symlinks were never detected and synced to the sandbox.
Additionally, `tar.add()` without `dereference=True` would store broken
symlinks pointing to host-only paths.

- _list_local_changed_files: match both regular files and symlinks
- _tar_workspace_entries: dereference symlinks to pack actual content
- Unify dataset path to `datasets/` (plural) in prompts and SKILL.md

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-05-06 19:37:00 +08:00
..
kfs-answer 🐛 fix(sync): sync dataset symlinks to Daytona sandbox 2026-05-06 19:37:00 +08:00
rag-retrieve-only chore: replace Chinese comments and log messages with English 2026-04-30 19:45:35 +08:00