• Joined on 2026-02-16
hugo pushed to main at hugo/RuDS 2026-07-19 11:48:18 +00:00
a2abb901cd Add the shared domain event bus.
hugo closed issue hugo/RuDS#17 2026-07-19 11:19:13 +00:00
Implement WordPress WXR analysis, review, and import
hugo commented on issue hugo/RuDS#17 2026-07-19 11:18:54 +00:00
Implement WordPress WXR analysis, review, and import

Implemented and pushed in commit 429f471.

The implementation adds project-scoped saved import definitions and reopening, safe streaming WXR parsing, HTML5-to-Markdown and shortcode conversion,…

hugo pushed to main at hugo/RuDS 2026-07-19 11:18:06 +00:00
429f471e4e Implement complete WordPress WXR import workflow.
hugo pushed to main at hugo/RuDS 2026-07-19 10:07:13 +00:00
9dab0ca57e fix: project reload on rebuild and syntax check now gives toast
hugo opened issue hugo/RuDS#29 2026-07-19 10:00:01 +00:00
scroll bars are too prominent and should be more in line with. modern UI patterns
hugo closed issue hugo/RuDS#16 2026-07-19 09:53:51 +00:00
Implement the Git workflow and replace Git placeholders
hugo commented on issue hugo/RuDS#16 2026-07-19 09:53:45 +00:00
Implement the Git workflow and replace Git placeholders

Implemented in commit 422f71c and pushed to main. This adds the complete Git engine and localized UI workflow: repository/LFS setup, status and diffs, branch and rename-following file history,…

hugo pushed to main at hugo/RuDS 2026-07-19 09:53:16 +00:00
422f71c8ad Implement the Git workflow
hugo closed issue hugo/RuDS#14 2026-07-19 08:28:16 +00:00
Group site generation into section tasks followed by search indexing
hugo commented on issue hugo/RuDS#14 2026-07-19 08:28:06 +00:00
Group site generation into section tasks followed by search indexing

Implemented in commit 90a9002. Full generation now queues Render Site Core, Render Single Posts, Render Category Archives, Render Tag Archives, and Render Date Archives in one group, followed by…

hugo pushed to main at hugo/RuDS 2026-07-19 08:27:25 +00:00
90a9002124 Group site generation by section
hugo closed issue hugo/RuDS#13 2026-07-19 07:54:00 +00:00
Add the post-editor Add Gallery Images workflow
hugo commented on issue hugo/RuDS#13 2026-07-19 07:52:55 +00:00
Add the post-editor Add Gallery Images workflow

Implemented in commit 055dd5e. Added the localized post-editor Add Gallery Images action, airplane/local-endpoint gating, native image-only multi-selection, bounded concurrent import, mandatory…

hugo pushed to main at hugo/RuDS 2026-07-19 07:52:31 +00:00
055dd5efc5 Implement post editor gallery image imports
hugo closed issue hugo/RuDS#12 2026-07-19 07:25:32 +00:00
Implement the bDS2-compatible core Lua host API and generated docs
hugo commented on issue hugo/RuDS#12 2026-07-19 07:25:24 +00:00
Implement the bDS2-compatible core Lua host API and generated docs

Implemented in commit 9a72287. The core Lua host now exposes the exact bDS2-compatible signatures with project scoping and fail-closed return values; rendered macros and Blogmark transforms…

hugo pushed to main at hugo/RuDS 2026-07-19 07:24:51 +00:00
9a72287fc6 feat: implement the bDS2-compatible core Lua API
hugo opened issue hugo/RuDS#28 2026-07-18 21:46:42 +00:00
Hover text in activity bar clashes with sidebar
hugo commented on issue hugo/RuDS#15 2026-07-18 21:15:15 +00:00
Return normalized token usage from one-shot AI calls

Implemented in 33929fd.

  • run_one_shot now returns (OneShotResponse, TokenUsage); one shared parse_token_usage at the HTTP response boundary normalizes prompt_tokens -> input_tokens,…