Overall

  • Continued refactoring across logos-liblogos, logos-cpp-sdk, logos-module, logos-logoscore-cli, and logos-plugin-qt to reduce Qt coupling, improve module and plugin abstractions, and move toward a pure C++ interface and CDDL/CBOR.
  • Expanded the module-builder and standalone app flow around metadata.json, bundled modules, portable builds, package-manager extraction, and downstream adoption across Basecamp, tutorials, workspace, and app modules.
  • Created three new repos: logos-dev-boost (AI developer tooling), logos-test-framework (module testing framework), and logos-logoscore-tui (Rust TUI for logoscore daemon).

logos-dev-boost

  • New repo: AI developer tooling — has LLM rules, SKILLs, MCP server, scaffolding to make it easy to develop logos modules and apps

logos-test-framework

  • New repo: testing framework for Logos modules — provides utilities for loading, inspecting, and calling module methods in automated test scenarios

logos-storage-module

logos-accounts-module

logos-logoscore-tui

  • New repo: TUI for managing a logoscore daemon — module listing, method calling with autocomplete, live event streaming, dashboard with ASCII art branding.

logos-basecamp

logos-chat-module

logos-chatsdk-module

logos-cpp-sdk

logos-liblogos

logos-logoscore-cli

logos-module

  • detect LogosProviderPlugin and use getMethods() from new provider logos-module#10

logos-module-builder

logos-package-manager-module

logos-package-manager-ui

logos-plugin-qt

logos-standalone-app

logos-test-modules

logos-tutorial

logos-wallet-module

logos-workspace