• Joined on 2026-02-16
hugo opened issue hugo/MetaCrate#4 2026-08-08 08:11:52 +00:00
Shim infrastructure: standardize unimplemented API failures
hugo opened issue hugo/MetaCrate#5 2026-08-08 08:11:52 +00:00
API shims: Types and StructuredData assemblies
hugo opened issue hugo/MetaCrate#2 2026-08-08 08:11:51 +00:00
API catalog: extract authoritative .NET public metadata
hugo opened issue hugo/MetaCrate#3 2026-08-08 08:11:51 +00:00
API mapping: define the complete C# to Rust signature schema
hugo closed issue hugo/MetaCrate#1 2026-08-08 08:10:06 +00:00
Project setup
hugo opened issue hugo/MetaCrate#1 2026-08-08 08:09:36 +00:00
Project setup
hugo created branch main in hugo/MetaCrate 2026-08-08 07:50:07 +00:00
hugo pushed to main at hugo/MetaCrate 2026-08-08 07:50:07 +00:00
115425cea7 Initial MetaCrate rewrite shell
hugo created repository hugo/MetaCrate 2026-08-08 07:26:51 +00:00
hugo commented on issue hugo/RuDS#129 2026-08-07 18:28:06 +00:00
the gui app is not compatible with Neru on macos

implemented my own keyboard layer

hugo closed issue hugo/RuDS#129 2026-08-07 18:28:06 +00:00
the gui app is not compatible with Neru on macos
hugo closed issue hugo/RuDS#130 2026-08-07 15:01:17 +00:00
full keyboard navigation and keyboard navigation hints needed for the app
hugo commented on issue hugo/RuDS#130 2026-08-07 15:01:10 +00:00
full keyboard navigation and keyboard navigation hints needed for the app

Implemented in 5709c80. All enabled controls now participate in Tab/Shift-Tab focus traversal and Enter/Space activation. Holding Control+Option on macOS or Control+Alt elsewhere reveals…

hugo pushed to main at hugo/RuDS 2026-08-07 15:00:59 +00:00
5709c80209 Add complete keyboard navigation.
hugo commented on issue hugo/DS4Server#5 2026-08-07 14:33:35 +00:00
MCP server as additional tools

while it might become relevant at some point, right now I want to go with internal tools and skills and nothing else.

hugo closed issue hugo/DS4Server#5 2026-08-07 14:33:35 +00:00
MCP server as additional tools
hugo commented on issue hugo/DS4Server#52 2026-08-07 14:29:28 +00:00
integrate OpenSpec into dev-brain

nope. just nope. dev brain integrated stuff should be small and adhoc and not something big that is there, that should come from default locatgions.

hugo closed issue hugo/DS4Server#52 2026-08-07 14:29:28 +00:00
integrate OpenSpec into dev-brain
hugo closed issue hugo/RuDS#127 2026-08-07 13:51:08 +00:00
Cache compiled Lua scripts between executions
hugo commented on issue hugo/RuDS#127 2026-08-07 13:50:53 +00:00
Cache compiled Lua scripts between executions

Implemented in 87a1610. The shared scripting runtime now stores Lua 5.4 bytecode in a dependency-free, process-local 32-entry FIFO cache keyed only by exact source. Validation and execution share…