HackerTrans
トップ新着トレンドコメント過去質問紹介求人

chamoda

no profile record

投稿

Rethinking Monorepos in the Age of Agents

chamoda.com
2 ポイント·投稿者 chamoda·28 日前·1 コメント

The Gervais Principle

chamoda.com
3 ポイント·投稿者 chamoda·2 か月前·0 コメント

How to read more books in 2026

chamoda.com
3 ポイント·投稿者 chamoda·7 か月前·1 コメント

The Annoying Usefulness of Emacs [video]

youtube.com
3 ポイント·投稿者 chamoda·7 か月前·0 コメント

Thoughtworks Technology Radar Nov 2025 [pdf]

thoughtworks.com
3 ポイント·投稿者 chamoda·8 か月前·0 コメント

コメント

chamoda
·25 日前·議論
I did this with github actions + opencode. It has mainly two components called daydream and nightwatch. Daydream runs on a daily schedule looking at the VISION.MD file in the project and also look at the project and suggest new ideas, security , maintenance tasks (you can set a ratio of maintenance vs new ideas) and create a new issue. Then nightwatch runs daily at night and picks up oldest issue and suggest a PR. I'm in total control of merging, can ask for changes which agent again will execute immediately.

This has been helpful to revive few old projects and keep momentum on active projects. I've been closing more PRs than merging but I think that's fine. I quickly ran out of free github action hours so I had to self host actions. However basic self-host actions setup may not be secure enough because VM is not destroyed after each action like github own action jobs environment.

Anybody can try it out actions from https://github.com/chamoda/agent-foundry, minimal setup don't need any API keys, works with mimo 2.5 free model by default.