feat: Add synopisis core loop (#166)

Co-authored-by: Michael Neale <michael.neale@gmail.com>
This commit is contained in:
Bradley Axen
2024-10-18 13:00:17 -07:00
committed by GitHub
parent 76a50659ad
commit 6cf416c128
24 changed files with 1166 additions and 333 deletions
+4
View File
@@ -30,6 +30,7 @@ jira = "goose.toolkit.jira:Jira"
screen = "goose.toolkit.screen:Screen"
reasoner = "goose.toolkit.reasoner:Reasoner"
repo_context = "goose.toolkit.repo_context.repo_context:RepoContext"
synopsis = "goose.synopsis.toolkit:SynopsisDeveloper"
[project.entry-points."goose.profile"]
default = "goose.profile:default_profile"
@@ -42,6 +43,9 @@ goose = "goose.cli.main:goose_cli"
[project.entry-points."goose.cli.group_option"]
[project.entry-points."exchange.moderator"]
synopsis = "goose.synopsis.moderator:Synopsis"
[project.scripts]
goose = "goose.cli.main:cli"