Skip to content

feat: add cli client foundation#330

Open
alexk-dev wants to merge 9 commits into
mainfrom
feat/cli-client
Open

feat: add cli client foundation#330
alexk-dev wants to merge 9 commits into
mainfrom
feat/cli-client

Conversation

@alexk-dev
Copy link
Copy Markdown
Owner

Summary

  • add a dedicated CLI adapter module with the first Picocli command surface and global option binding
  • add stable first-slice CLI contracts for events, runs, permissions, patches, sessions, trust, and tool records
  • wire launcher and runtime application dispatch so golemcore-bot cli ... is a first-class entrypoint next to web
  • update architecture docs and module dependency tests for the CLI boundary
  • add the living TDD implementation checklist for the full CLI client scope

Tests

  • ./mvnw -pl golemcore-bot-contracts -Dtest=CliContractsTest -DskipGitHooks=true -Dsurefire.failIfNoSpecifiedTests=false test
  • ./mvnw -pl golemcore-bot-cli -am -Dtest=CliRootCommandTest -DskipGitHooks=true -Dsurefire.failIfNoSpecifiedTests=false test
  • ./mvnw -pl golemcore-bot-app -am -Dtest=BotApplicationCommandLineTest,RuntimeLauncherTest,MavenModuleDependencyArchitectureTest -DskipGitHooks=true -Dfrontend.skip=true -Dsurefire.failIfNoSpecifiedTests=false -Dmaven.gitcommitid.skip=true test
  • ./mvnw -DskipGitHooks=true -Dfrontend.skip=true -Dmaven.gitcommitid.skip=true clean verify

@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented May 2, 2026

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant