daymade
a496c91cae
fix: prevent dictionary false positives + add tunnel-doctor WSL/Go findings
...
transcript-fixer:
- Add common_words.py safety system (blocks common Chinese words from dictionary)
- Add --audit command to scan existing dictionary for risky rules
- Add --force flag to override safety checks explicitly
- Fix substring corruption (产线数据→产线束据, 现金流→现现金流)
- Unified position-aware replacement with _already_corrected() check
- 69 tests covering all production false positive scenarios
tunnel-doctor:
- Add Step 5A: Tailscale SSH proxy silent failure on WSL
- Add Step 5B: App Store vs Standalone Tailscale on macOS
- Add Go net/http NO_PROXY CIDR incompatibility warning
- Add utun interface identification (MTU 1280=Tailscale, 4064=Shadowrocket)
- Fix "Four→Five Conflict Layers" inconsistency in reference doc
- Add complete working Shadowrocket config reference
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-21 15:56:38 +08:00
daymade
c49e23e7ef
release: v1.38.0 with continue-claude-work and skill-creator enhancements
...
## New Skill: continue-claude-work (v1.1.0)
- Recover actionable context from local `.claude` session artifacts
- Compact-boundary-aware extraction (reads Claude's own compaction summaries)
- Subagent workflow recovery (reports completed vs interrupted subagents)
- Session end reason detection (clean exit, interrupted, error cascade, abandoned)
- Size-adaptive strategy for small/large sessions
- Noise filtering (skips 37-53% of session lines)
- Self-session exclusion, stale index fallback, MEMORY.md integration
- Bundled Python script (no external dependencies)
- Security scan passed, argument-hint added
## Skill Updates
- **skill-creator** (v1.5.0): Complete rewrite with evaluation framework
- Added agents/ (analyzer, comparator, grader)
- Added eval-viewer/ (generate_review.py, viewer.html)
- Added scripts/ (run_eval, aggregate_benchmark, improve_description, run_loop)
- Added references/schemas.md (eval/benchmark schemas)
- Expanded SKILL.md with inline vs fork guidance, progressive disclosure patterns
- Enhanced package_skill.py and quick_validate.py
- **transcript-fixer** (v1.2.0): CLI improvements and test coverage
- Enhanced argument_parser.py and commands.py
- Added correction_service.py improvements
- Added test_correction_service.py
- **tunnel-doctor** (v1.4.0): Quick diagnostic script
- Added scripts/quick_diagnose.py
- Enhanced SKILL.md with 5-layer conflict model
- **pdf-creator** (v1.1.0): Auto DYLD_LIBRARY_PATH + rendering fixes
- Auto-detect and set DYLD_LIBRARY_PATH for weasyprint
- Fixed list rendering and CSS improvements
- **github-contributor** (v1.0.3): Enhanced project evaluation
- Added evidence-loop, redaction, and merge-ready PR guidance
## Documentation
- Updated marketplace.json (v1.38.0, 42 skills)
- Updated CHANGELOG.md with v1.38.0 entry
- Updated CLAUDE.md (skill count, marketplace version, #42 description)
- Updated README.md (badges, skill section #42 , use case, requirements)
- Updated README.zh-CN.md (badges, skill section #42 , use case, requirements)
- Fixed absolute paths in continue-claude-work/references/file_structure.md
## Validation
- All skills passed quick_validate.py
- continue-claude-work passed security_scan.py
- marketplace.json validated (valid JSON)
- Cross-checked version consistency across all docs
2026-03-07 14:54:33 +08:00
daymade
1a5c8d7931
⬆️ feat: upgrade tunnel-doctor to v1.1.0 with SSH tunnel SOP and Makefile patterns
...
Add remote development SOP: proxy-safe Makefile patterns (--noproxy localhost),
SSH tunnel targets (tunnel/tunnel-bg with autossh), multi-port tunnels, and
end-to-end workflow with pre-flight checklist. Add diagnostic steps 2D (auth
redirect via SSH forwarding) and 2E (localhost proxy interception). Fix step
ordering, third-person description, and replace hardcoded IPs with placeholders.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-16 02:27:07 +08:00
daymade
b0a630390f
Release v1.31.0: Add tunnel-doctor skill
...
- Add tunnel-doctor v1.0.0: diagnose and fix Tailscale + proxy/VPN route conflicts on macOS
- 6-step diagnostic workflow, per-tool fix guides (Shadowrocket/Clash/Surge)
- Tailscale SSH ACL config and WSL snap vs apt guidance
- Update marketplace to v1.31.0, skills count 35 → 36
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-08 00:26:36 +08:00