Stars
1
Forks
0
Watchers
1
Open Issues
1
Overall repository health assessment
No package.json found
This might not be a Node.js project
44
commits
refactor(agent): unify LLM tool call handling with strong types and extraction
d0fb053View on GitHubfix(tests): robustify qwen3-coder agent tests to pass with LLM JSON output quirks
b6715e5View on GitHubdocs(readme): document requirements and steps for running Ollama locally for integration tests (Qwen3-coder and Hello, world! test)
ad89229View on GitHubfeat(agent): green TDD for agent actor with Ollama integration and deterministic 'Hello, world!' response. System prompt and user prompt engineered for strict output; full test suite passing.
7d8f89aView on GitHubrefactor(git_client): remove deprecated commit_and_pr workflow and associated test
53bdcf0View on GitHubrefactor(agentleman): separate git operations and PR creation using git_client and git_host actors
22d6326View on GitHubtest(git_client): add PushBranchInput message/event, TDD unit test, and suppress git branch default hint
fe67b5eView on GitHubtest(git_host): remove poll/wait/retry hacks—PR test now robust with correct commit, branch, and arg order
24720d9View on GitHubfeat(agentleman): fully TDD-integrated happy flow orchestration with real PR, test isolation via UUID branch, robust error events, artifact cleanup, and assertion of PR existence via GitHub API. Test is robust and ids are dynamic. See git_client.rs for reusable cleanup.
925d785View on GitHubrefactor: update actor, developer, and issue_collector modules as part of ongoing improvements (see git_client refactor for details)
0940959View on GitHub