Open Issues Need Help
View All on GitHub refactor: restructure examples directory to resolve linter conflicts about 1 month ago
AI Summary: The repository's `examples/` directory contains multiple Go files, each with a `main()` function, which violates Go's package model. This structural issue causes linter and build conflicts, leading to CI/CD failures, preventing `go test ./...` from the repository root, and negatively impacting developer experience. The proposed solution is to refactor and restructure the examples directory to resolve these conflicts.
Complexity:
2/5
enhancement good first issue component:setup priority:low
Multi-agent AI coding system orchestrating Claude Code instances via ACP
Go
Reorganize demos, examples, and scripts into cohesive structure about 1 month ago
documentation enhancement good first issue help wanted
Multi-agent AI coding system orchestrating Claude Code instances via ACP
Go