• Joined on 2026-02-16
hugo pushed to main at hugo/bDS2 2026-05-27 18:13:35 +00:00
f7a4a9512c fix: persist a2ui surfaces in the database for chats to re-hydrate on
hugo pushed to main at hugo/bDS2 2026-05-27 17:20:47 +00:00
141c2bfc89 removed fixed codesmell document
hugo pushed to main at hugo/bDS2 2026-05-27 17:19:58 +00:00
a5ac74db91 fix(style): add missing @impl true to all handle_call clauses in Publishing GenServer (CSM-036)
beca4d992f fix(docs): document UILocale process-dict invariant and add enforcement tests (CSM-035)
9e6d93a4b3 fix(safety): replace File.read! with File.read and error-tuple handling in preview_assets and templates (CSM-034)
e29dfb490a fix(perf): replace Enum.each + individual inserts with preloaded keys and batch upsert in embeddings (CSM-033)
Compare 4 commits »
hugo pushed to main at hugo/bDS2 2026-05-27 16:33:48 +00:00
f2b340ba86 fix(style): replace Map.get with dot access and pattern matching where keys are guaranteed (CSM-032)
hugo pushed to main at hugo/bDS2 2026-05-27 16:12:28 +00:00
d18e0ef7f2 fix(rendering): replace inline try/rescue with with-chains and safe_liquex_render helpers (CSM-031)
hugo pushed to main at hugo/bDS2 2026-05-27 15:56:23 +00:00
2d796cee83 updated specgaps for A3-1
hugo pushed to main at hugo/bDS2 2026-05-11 18:35:36 +00:00
b052d59376 fix(fs): handle File.mkdir_p errors and remove bang variants in sidecars and release packaging (CSM-030)
hugo pushed to main at hugo/bDS2 2026-05-11 18:19:05 +00:00
4a089b0856 fix(perf): bind length/1 to variables before loop bodies in route paths and sidebar (CSM-029)
hugo pushed to main at hugo/bDS2 2026-05-11 18:09:55 +00:00
2632649cdc fix(rendering): replace raising read_template_file with try_read in macro templates (CSM-028)
hugo pushed to main at hugo/bDS2 2026-05-11 18:06:20 +00:00
782511d523 fix(templates): replace equality check with pattern matching in rewrite_template_file (CSM-027)
hugo pushed to main at hugo/bDS2 2026-05-11 10:19:21 +00:00
1cb59d7a78 chore: update the spec gaps with decisionm points
hugo pushed to main at hugo/bDS2 2026-05-11 09:56:39 +00:00
9844f3555a chore: analyse specs against code
99dc1c2216 chore: remove redundant export-only tests, add test audit procedure
Compare 2 commits »
hugo pushed to main at hugo/bDS2 2026-05-11 08:21:04 +00:00
71fb99af16 chore: unit tests adaption to idea of gate test
0808b27057 chore: moved from delay-based tests to deterministic gated server tests
Compare 2 commits »
hugo pushed to main at hugo/bDS2 2026-05-11 07:26:57 +00:00
ac4f5a3580 fix: eliminate TOCTOU race in template file system by reading directly instead of checking existence (CSM-026)
hugo pushed to main at hugo/bDS2 2026-05-11 07:19:36 +00:00
43a435f35d fix: derive pagefind language prefixes from project settings (CSM-025)
hugo pushed to main at hugo/bDS2 2026-05-11 07:15:55 +00:00
7b383d31ab fix: decompose monolithic functions into focused helpers (CSM-023)
hugo pushed to main at hugo/bDS2 2026-05-11 07:10:12 +00:00
09df925e9b chore: allow git push
hugo pushed to main at hugo/bDS2 2026-05-11 07:07:52 +00:00
a4ecbabc21 fix: return error tuples instead of silent {:ok, ""} in execute_macro (CSM-022)
hugo pushed to main at hugo/bDS2 2026-05-11 07:05:09 +00:00
2be43ca06d fix: replace cond blocks with pattern matching and case (CSM-021)
hugo pushed to main at hugo/bDS2 2026-05-10 10:37:29 +00:00
d231f42363 chore: allowed git add and ecto migrate