mirror of
https://github.com/logos-co/roadmap.git
synced 2026-08-27 09:01:07 +00:00
logoscore weekly 2026-06-08 (#469)
This commit is contained in:
@@ -0,0 +1,125 @@
|
||||
---
|
||||
title: 2026-06-08 Logoscore Weekly
|
||||
tags:
|
||||
- logoscore-updates
|
||||
date: 2026-06-08
|
||||
---
|
||||
|
||||
## logos-basecamp
|
||||
|
||||
- Distinct upgrade/downgrade/reinstall confirmation dialog [logos-basecamp#205](https://github.com/logos-co/logos-basecamp/pull/205)
|
||||
- add doctest [logos-basecamp#206](https://github.com/logos-co/logos-basecamp/pull/206)
|
||||
- add descriptions to the ui steps [logos-basecamp#207](https://github.com/logos-co/logos-basecamp/pull/207)
|
||||
- Add CoreModulesView.openMethods(name) for UI automation [logos-basecamp#209](https://github.com/logos-co/logos-basecamp/pull/209)
|
||||
- Replace per-module Methods screen with an Interface screen (methods + events) [logos-basecamp#210](https://github.com/logos-co/logos-basecamp/pull/210)
|
||||
- Feat/app manager [logos-basecamp#211](https://github.com/logos-co/logos-basecamp/pull/211)
|
||||
|
||||
## logos-chat-module
|
||||
|
||||
- Migrate events to typed logos_events; pin logos-module-builder to tutorial-v3 [logos-chat-module#31](https://github.com/logos-co/logos-chat-module/pull/31) (open)
|
||||
|
||||
## logos-cpp-sdk
|
||||
|
||||
- remove legacy emitEvent [logos-cpp-sdk#69](https://github.com/logos-co/logos-cpp-sdk/pull/69)
|
||||
- Parse method doc comments into per-method `description` [logos-cpp-sdk#70](https://github.com/logos-co/logos-cpp-sdk/pull/70)
|
||||
- Per-event documentation + getPluginEvents introspection [logos-cpp-sdk#71](https://github.com/logos-co/logos-cpp-sdk/pull/71)
|
||||
- handle reserved words in names/parameters correctly [logos-cpp-sdk#72](https://github.com/logos-co/logos-cpp-sdk/pull/72)
|
||||
- re-add token auth [logos-cpp-sdk#73](https://github.com/logos-co/logos-cpp-sdk/pull/73)
|
||||
- feat: dependency interfaces - SDK code generator (bound wrappers) [logos-cpp-sdk#74](https://github.com/logos-co/logos-cpp-sdk/pull/74)
|
||||
- add doctests [logos-cpp-sdk#75](https://github.com/logos-co/logos-cpp-sdk/pull/75)
|
||||
- feat: LIDL interface IR - --header-to-lidl frontend + --dep backend [logos-cpp-sdk#77](https://github.com/logos-co/logos-cpp-sdk/pull/77)
|
||||
|
||||
## logos-dev-boost
|
||||
|
||||
- add doc tests [logos-dev-boost#9](https://github.com/logos-co/logos-dev-boost/pull/9)
|
||||
|
||||
## logos-doctest
|
||||
|
||||
- support #deep-links so one can link directly to a particular report [logos-doctest#2](https://github.com/logos-co/logos-doctest/pull/2)
|
||||
- add docs explaining how to use doctests on the CI [logos-doctest#3](https://github.com/logos-co/logos-doctest/pull/3)
|
||||
- add support for text field for ui tests, so steps can be documented [logos-doctest#4](https://github.com/logos-co/logos-doctest/pull/4)
|
||||
|
||||
## logos-doctest-hub
|
||||
|
||||
- support selecting versions [logos-doctest-hub#2](https://github.com/logos-co/logos-doctest-hub/pull/2)
|
||||
|
||||
## logos-logoscore-cli
|
||||
|
||||
- Show per-method `description` in `module-info`; fix method JSON keys [logos-logoscore-cli#37](https://github.com/logos-co/logos-logoscore-cli/pull/37)
|
||||
- Surface module events in module-info [logos-logoscore-cli#38](https://github.com/logos-co/logos-logoscore-cli/pull/38)
|
||||
- fix: add core_service token [logos-logoscore-cli#39](https://github.com/logos-co/logos-logoscore-cli/pull/39)
|
||||
|
||||
## logos-module
|
||||
|
||||
- Surface per-method `description` in `lm methods` [logos-module#14](https://github.com/logos-co/logos-module/pull/14)
|
||||
- Add 'lm events' command to list module events [logos-module#15](https://github.com/logos-co/logos-module/pull/15)
|
||||
|
||||
## logos-module-builder
|
||||
|
||||
- bump logos-cpp-sdk [logos-module-builder#105](https://github.com/logos-co/logos-module-builder/pull/105)
|
||||
- Document method doc-comment convention [logos-module-builder#106](https://github.com/logos-co/logos-module-builder/pull/106)
|
||||
- bump logos-cpp-sdk and logos-module [logos-module-builder#107](https://github.com/logos-co/logos-module-builder/pull/107)
|
||||
- feat: dependency interfaces - parse + resolve interface_dependencies [logos-module-builder#108](https://github.com/logos-co/logos-module-builder/pull/108)
|
||||
- fix: bump logos-plugin-core to the interfaceDeps backend (unblocks tutorial) [logos-module-builder#109](https://github.com/logos-co/logos-module-builder/pull/109)
|
||||
- feat: consume concrete deps via LIDL (no dep plugin build) + publish lidl output [logos-module-builder#110](https://github.com/logos-co/logos-module-builder/pull/110)
|
||||
|
||||
## logos-modules-release-action
|
||||
|
||||
- rebuild-index: use logos-modules-release-tool's index.py [logos-modules-release-action#9](https://github.com/logos-co/logos-modules-release-action/pull/9)
|
||||
|
||||
## logos-modules-release-base
|
||||
|
||||
- scripts: catalog.sh + index.py - make catalog ops less GitHub-dependent [logos-modules-release-base#3](https://github.com/logos-co/logos-modules-release-base/pull/3) (closed)
|
||||
- README: point at logos-modules-release-tool for non-GitHub index work [logos-modules-release-base#4](https://github.com/logos-co/logos-modules-release-base/pull/4)
|
||||
|
||||
## logos-modules-release-tool
|
||||
|
||||
- Initial import: index.py + README [logos-modules-release-tool#1](https://github.com/logos-co/logos-modules-release-tool/pull/1)
|
||||
- docs: full catalog-format spec for logos-repo.json + index.json [logos-modules-release-tool#3](https://github.com/logos-co/logos-modules-release-tool/pull/3)
|
||||
|
||||
## logos-package
|
||||
|
||||
- add `lgx signature` - dump raw manifest.sig bytes [logos-package#23](https://github.com/logos-co/logos-package/pull/23)
|
||||
|
||||
## logos-package-downloader
|
||||
|
||||
- Multi-repo catalog client + download verification [logos-package-downloader#5](https://github.com/logos-co/logos-package-downloader/pull/5)
|
||||
|
||||
## logos-package-downloader-module
|
||||
|
||||
- Multi-repo IPC surface + resolveDependencies preview [logos-package-downloader-module#5](https://github.com/logos-co/logos-package-downloader-module/pull/5)
|
||||
|
||||
## logos-package-manager
|
||||
|
||||
- improved logging for mismatched variants [logos-package-manager#16](https://github.com/logos-co/logos-package-manager/pull/16)
|
||||
|
||||
## logos-package-manager-module
|
||||
|
||||
- migrate to typed events [logos-package-manager-module#49](https://github.com/logos-co/logos-package-manager-module/pull/49)
|
||||
|
||||
## logos-package-manager-ui
|
||||
|
||||
- Multi-repo package manager + dep-aware per-row actions [logos-package-manager-ui#39](https://github.com/logos-co/logos-package-manager-ui/pull/39)
|
||||
|
||||
## logos-plugin-qt
|
||||
|
||||
- feat: dependency interfaces - pass --interface flags to the generator [logos-plugin-qt#8](https://github.com/logos-co/logos-plugin-qt/pull/8)
|
||||
- feat: pass concrete deps to the generator as --dep (LIDL, no dep build) [logos-plugin-qt#9](https://github.com/logos-co/logos-plugin-qt/pull/9)
|
||||
|
||||
## logos-rust-sdk
|
||||
|
||||
- add doctests [logos-rust-sdk#8](https://github.com/logos-co/logos-rust-sdk/pull/8)
|
||||
|
||||
## logos-test-modules
|
||||
|
||||
- feat: dependency interfaces - test-interface-module-cpp verification module [logos-test-modules#20](https://github.com/logos-co/logos-test-modules/pull/20)
|
||||
|
||||
## logos-tutorial
|
||||
|
||||
- support specifying --release param on run.sh [logos-tutorial#58](https://github.com/logos-co/logos-tutorial/pull/58)
|
||||
- update artifacts for tutorial-v3 [logos-tutorial#59](https://github.com/logos-co/logos-tutorial/pull/59) (closed)
|
||||
- Demonstrate & validate method doc comments (wrapping-c-library) [logos-tutorial#60](https://github.com/logos-co/logos-tutorial/pull/60)
|
||||
- tutorial-v3 release [logos-tutorial#61](https://github.com/logos-co/logos-tutorial/pull/61) (closed)
|
||||
- Document + verify event introspection in the tutorials [logos-tutorial#62](https://github.com/logos-co/logos-tutorial/pull/62)
|
||||
- Add "Composing Modules" tutorial: calc_aggregator core module [logos-tutorial#63](https://github.com/logos-co/logos-tutorial/pull/63)
|
||||
- feat: dependency interfaces - executable tutorial + guide [logos-tutorial#64](https://github.com/logos-co/logos-tutorial/pull/64)
|
||||
Reference in New Issue
Block a user