• Joined on 2025-01-01
han approved shoko/jigaido#18 2026-04-02 23:18:10 +02:00
feat(config): implement configuration management

lgtm

han commented on pull request shoko/jigaido#19 2026-04-02 23:12:43 +02:00
feat(core): implement domain dataclasses for issue #5

can we add a test to compare two different bounty with different data as well?

han commented on pull request shoko/jigaido#19 2026-04-02 23:11:02 +02:00
feat(core): implement domain dataclasses for issue #5

is it possible to combine both UserData and GroupData? since their attributes are similar as well. we can name it maybe like RoomData? it sounds too specific to telegram, but that is the bigger picture. so we used the room_id. and makes sure it can be minus as well because telegram's id for group has minus in it. if we can't do that maybe we can add attribute like is this group or personal. is that makes sense?

han commented on pull request shoko/jigaido#19 2026-04-02 23:08:59 +02:00
feat(core): implement domain dataclasses for issue #5

in the tracking data, why there is no user id? in a way how do we know this tracking is for which user in which group?

han commented on pull request shoko/jigaido#19 2026-04-02 23:07:28 +02:00
feat(core): implement domain dataclasses for issue #5

what is this next_id refers to?

han commented on pull request shoko/jigaido#19 2026-04-02 23:04:48 +02:00
feat(core): implement domain dataclasses for issue #5

can we simplify the Bounty by not having both GroupBounty and PersonalBounty? can we utilize Bounty by adding optional created_by_user_id so in this case we can use Bounty for Group and Personal Bounty. what do you think?

han commented on pull request shoko/jigaido#18 2026-04-02 23:01:40 +02:00
feat(config): implement configuration management

can you post here the tests result? @shoko

han commented on issue shoko/kugetsu#45 2026-04-02 05:12:10 +02:00
Subagent workflow: PM agent cannot write to /tmp for comment posting

no longer relevant, there are other solution