Jim Liu 宝玉
be2cbecfb0
feat(baoyu-translate): expand translation style presets from 4 to 9 with CLI flag support
...
Add 5 new style presets (academic, business, humorous, conversational,
elegant) to existing options. Wire --style CLI flag, update subagent
prompt template with style section, and document in both READMEs.
2026-03-06 02:33:25 -06:00
Jim Liu 宝玉
bce96e411d
chore: release v1.49.0
2026-03-06 01:55:40 -06:00
Jim Liu 宝玉
fe404c493d
feat(baoyu-translate): extract workflow mechanics, expand triggers, and save frontmatter in chunks
...
- Extract Step 2 materialization details to references/workflow-mechanics.md
- Expand description trigger keywords (改成中文, 快翻, 本地化, etc.)
- Add proactive warning for long content in quick mode
- Save frontmatter to chunks/frontmatter.md in chunk.ts
- Fix step number references in upgrade prompt
- Simplify refined-workflow draft step to reference SKILL.md principles
2026-03-06 01:55:18 -06:00
Jim Liu 宝玉
6dd754ccdd
feat(baoyu-format-markdown): add reader-perspective analysis phase and restructure workflow
...
- Add Step 2 content analysis from reader's perspective (highlights, structure, formatting issues)
- Output analysis to {filename}-analysis.md as formatting blueprint
- Restructure from 8 steps to 7 steps with clearer phase separation
- Add explicit do/don't formatting principles
- Add completion report template with change summary
2026-03-06 01:55:13 -06:00
Jim Liu 宝玉
1f4415c8ff
chore: release v1.48.2
2026-03-06 00:01:19 -06:00
Jim Liu 宝玉
b25eb87bb4
feat(baoyu-translate): add figurative language & emotional fidelity checks to refined workflow and quick mode
2026-03-06 00:01:07 -06:00
Jim Liu 宝玉
dbf35503a3
chore: add posts/ to .gitignore
2026-03-06 00:01:04 -06:00
Jim Liu 宝玉
36ccbd0300
chore: release v1.48.1
2026-03-05 23:35:52 -06:00
Jim Liu 宝玉
bc878e5157
feat(baoyu-translate): add figurative language analysis and meaning-first translation principles
2026-03-05 23:35:08 -06:00
Jim Liu 宝玉
727375afa3
chore: release v1.48.0
2026-03-05 20:54:11 -06:00
Jim Liu 宝玉
f2c914887a
feat(baoyu-translate): add --output-dir to chunk.ts and improve refined workflow
...
- chunk.ts: add --output-dir option so chunks write to output directory instead of source directory
- Refined workflow: split Review into Critical Review + Revision (5→6 steps)
- Add Europeanized language diagnosis for CJK targets
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-05 20:53:54 -06:00
Jim Liu 宝玉
9f76a96741
chore: release v1.47.0
2026-03-05 19:35:07 -06:00
Jim Liu 宝玉
67e3e11cce
feat(skills): add cross-platform PowerShell support for EXTEND.md checks
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-05 19:32:35 -06:00
Jim Liu 宝玉
5b4ba3ac3f
feat(baoyu-translate): add three-mode translation skill with glossary support
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-05 19:32:27 -06:00
Jim Liu 宝玉
ce259e4547
chore: release v1.46.0
2026-03-05 14:34:35 -06:00
Jim Liu 宝玉
fff1a54b6b
feat(baoyu-url-to-markdown): add --output-dir option for custom output directory
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-05 14:34:07 -06:00
Jim Liu 宝玉
9437581c48
chore: release v1.45.1
2026-03-05 10:31:54 -06:00
Jim Liu 宝玉
bd4db203f8
refactor(skills): replace hardcoded npx -y bun with ${BUN_X} runtime variable
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-05 10:31:29 -06:00
Jim Liu 宝玉
51387498a5
refactor(project): add BUN_X runtime detection with bun-first fallback
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-05 10:31:24 -06:00
Jim Liu 宝玉
6d1336d8bd
chore: release v1.45.0
2026-03-05 00:55:59 -06:00
Jim Liu 宝玉
42931d6294
feat(baoyu-post-to-x): add post-composition verification and improve stability
...
Add automatic check after article images are inserted: verifies remaining
XIMGPH placeholders and expected vs actual image count. Increase CDP timeout
to 60s and add 3s DOM stabilization delay between image insertions.
2026-03-05 00:55:56 -06:00
Jim Liu 宝玉
4c9e57777b
chore: release v1.44.0
2026-03-05 00:37:52 -06:00
Jim Liu 宝玉
210905ef66
feat(baoyu-url-to-markdown): add media download and cover image extraction
...
- Add --download-media flag to download images/videos to local dirs and rewrite markdown links
- Extract coverImage from page meta (og:image) into YAML front matter
- Handle data-src lazy loading for WeChat and similar sites
- Add EXTEND.md preferences with first-time setup for download_media setting
- Add media-localizer module adapted from x-to-markdown
2026-03-05 00:37:09 -06:00
Jim Liu 宝玉
bd4de7b995
chore: release v1.43.2
2026-03-05 00:12:44 -06:00
Jim Liu 宝玉
832f06e86e
refactor(baoyu-url-to-markdown): replace custom extraction with defuddle library
2026-03-05 00:11:59 -06:00
Jim Liu 宝玉
a7ba3d73db
chore: release v1.43.1
2026-03-02 12:07:42 -06:00
Jim Liu 宝玉
e2a15aadcc
feat(baoyu-danger-x-to-markdown): WSL auto-detection and debug port env var
...
Add X_DEBUG_PORT env var for fixed port in WSL.
Auto-detect WSL and resolve Chrome profile to Windows-native path.
2026-03-02 12:07:16 -06:00
Jim Liu 宝玉
e3f00c103e
feat(baoyu-danger-gemini-web): WSL auto-detection and debug port env var
...
Add GEMINI_WEB_DEBUG_PORT env var for fixed port in WSL.
Auto-detect WSL and resolve Chrome profile to Windows-native path.
2026-03-02 12:07:12 -06:00
Jim Liu 宝玉
a501202ab6
feat(baoyu-post-to-wechat): auto-detect WSL for Chrome profile path
...
In WSL2, auto-resolve Windows USERPROFILE via cmd.exe/wslpath
so Chrome profile is stored on Windows-native filesystem.
2026-03-02 12:07:07 -06:00
Jim Liu 宝玉
166cb323dd
feat(baoyu-post-to-x): auto-detect WSL for Chrome profile path
...
In WSL2, auto-resolve Windows USERPROFILE via cmd.exe/wslpath
so Chrome profile is stored on Windows-native filesystem.
Fixes login state persistence when using Windows Chrome from WSL.
2026-03-02 12:07:02 -06:00
Jim Liu 宝玉
b7585ebf71
chore: release v1.43.0
2026-03-02 11:53:22 -06:00
Jim Liu 宝玉
3205239067
feat(baoyu-post-to-x): support env var overrides for debug port and profile directory
2026-03-02 11:52:49 -06:00
Jim Liu 宝玉
c5b3066962
feat(baoyu-post-to-wechat): support env var overrides for debug port and profile directory
2026-03-02 11:52:45 -06:00
Jim Liu 宝玉
84d7777246
chore: release v1.42.3
2026-03-02 00:09:33 -06:00
Jim Liu 宝玉
8412392788
fix(baoyu-image-gen): use standard size presets for DashScope aspect ratio mapping
...
Replace free-form dimension calculation with closest-match from predefined
standard sizes to avoid invalid resolution errors from the API.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-02 00:08:30 -06:00
Jim Liu 宝玉
7cc2e640b0
chore: release v1.42.2
2026-03-01 00:09:10 -06:00
Jim Liu 宝玉
e2fa3065f7
chore: add sync-md-to-wechat utility script
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 00:01:09 -06:00
Jim Liu 宝玉
8787cbe85b
feat(baoyu-post-to-wechat): internalize markdown conversion with modular renderer and color support
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 00:01:05 -06:00
Jim Liu 宝玉
226d501e9e
feat(baoyu-markdown-to-html): inline rendering pipeline and enhance modern theme
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 00:00:57 -06:00
Jim Liu 宝玉
6796ec67bd
chore: release v1.42.1
2026-02-28 12:14:15 -06:00
Jim Liu 宝玉
856e8e5205
feat(baoyu-markdown-to-html): modularize render.ts and bundle code themes locally
...
Split monolithic render.ts into cli, constants, extend-config, html-builder, renderer, themes, and types modules. Bundle highlight.js code theme CSS files locally instead of CDN loading.
2026-02-28 12:13:39 -06:00
Jim Liu 宝玉
a7d6b5c69b
chore: release v1.42.0
2026-02-28 11:51:46 -06:00
Jim Liu 宝玉
6e18725906
feat(baoyu-post-to-wechat): add default color preference and modern theme support
2026-02-28 11:48:59 -06:00
Jim Liu 宝玉
7133d54f04
feat(baoyu-markdown-to-html): consolidate heritage and warm into modern theme with per-theme color defaults
2026-02-28 11:48:55 -06:00
Jim Liu 宝玉
208bb20e98
chore: release v1.41.0
2026-02-28 11:25:22 -06:00
Jim Liu 宝玉
6edc1b7822
feat(baoyu-markdown-to-html): rename themes and add color presets with theme defaults
...
Rename red→heritage and orange→warm themes. Add 13 named color presets,
serif-cjk font family, and per-theme style defaults with CLI override support.
2026-02-28 11:18:16 -06:00
Jim Liu 宝玉
e754eae5ae
chore: release v1.40.1
2026-02-28 01:38:40 -06:00
Jim Liu 宝玉
cc016f3b16
feat(baoyu-image-gen): clarify model resolution priority and add model display requirement
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-28 01:38:10 -06:00
Jim Liu 宝玉
2188160418
chore: release v1.40.0
2026-02-28 01:15:53 -06:00
Jim Liu 宝玉
77204d2e4a
feat(baoyu-markdown-to-html): add CLI customization options and EXTEND.md config support
...
Add --color, --font-family, --font-size, --code-theme, --mac-code-block,
--line-number, --cite, --count, --legend options. Support EXTEND.md for
default preferences. Add code highlight theme fetching and mermaid fix.
2026-02-28 01:15:16 -06:00