• Joined on 2025-01-01
han commented on pull request shoko/kugetsu#6 2026-03-27 13:07:17 +01:00
Docs: Add subagent workflow documentation

why did you remove the frontmatter in the skill? also the installation guide is all over the place. I think for the installation part just put the curl there. use actual link since its external…

han commented on pull request shoko/kugetsu#5 2026-03-27 13:03:27 +01:00
Add parallel capacity test tool for Hermes/OpenCode

alright can you now post the test result using different parameters?

han commented on pull request shoko/kugetsu#5 2026-03-27 12:50:30 +01:00
Add parallel capacity test tool for Hermes/OpenCode

yes we should debug it. what are the other options other than psutil? I'd like to use something built-in, so no additional installation if possible. but if there is no such approach, well there is…

han commented on pull request shoko/kugetsu#6 2026-03-27 12:48:53 +01:00
Docs: Add subagent workflow documentation

is it possible to remove the commit that contains real data? because people can see it through git log anyway

han commented on issue shoko/kugetsu#1 2026-03-27 12:37:32 +01:00
Document Hermes Setup

yes I approve the branch hygiene workflow, let's move on

han commented on issue shoko/kugetsu#1 2026-03-27 12:27:25 +01:00
Document Hermes Setup

can you address my comment first? shoko/kugetsu#1 (comment)

when you are done, lets do the next step. for configuration (all providers) prioritize configurati…

han commented on pull request shoko/kugetsu#6 2026-03-27 12:23:42 +01:00
Docs: Add subagent workflow documentation

always replace the actual domain and actual token with dummy domain and dummy token. make it obvious if its dummy. for example for a domain it can be example.com mail.example.com git.example.com…

han commented on issue shoko/kugetsu#1 2026-03-27 12:18:47 +01:00
Document Hermes Setup

for the recommended fix and prevention, can we somehow make it as a workflow so that in the future if this happens again we know and agreed how to resolve it beforehand without having to wait for…

han commented on issue shoko/kugetsu#1 2026-03-27 12:02:04 +01:00
Document Hermes Setup

also I found another issue. can you check this branch docs/subagent-workflow, it has a commit from this branch fix/issue-3-parallel-test. they should be isolated tho. how do we fix it? should we…

han commented on pull request shoko/kugetsu#5 2026-03-27 11:56:50 +01:00
Add parallel capacity test tool for Hermes/OpenCode

can you run the test and post here the result of the test using different parameters?

han commented on issue shoko/kugetsu#1 2026-03-27 11:49:51 +01:00
Document Hermes Setup

no no, there is a simpler way to install hermes agent. as you can see from their repository at https://github.com/nousresearch/hermes-agent, the simplest way to install hermes agent is just by…

han commented on pull request shoko/jujutsu-skills#36 2026-03-27 02:34:22 +01:00
security(polymarket-browse): add token bucket rate limiter for API calls

for the MAX_RESPONSE_SIZE I think you should wait the PR #35 to be merged first. the rest is ok we can merge them

han commented on pull request shoko/jujutsu-skills#35 2026-03-27 02:31:35 +01:00
security(polymarket-browse): add MAX_RESPONSE_SIZE limit to prevent memory exhaustion

what is the current response size? also is this response size limit just for a single endpoint or for every endpoints? first, for global-search endpoint, I think maybe to make it safe something…

han closed pull request shoko/jujutsu-skills#38 2026-03-27 02:28:06 +01:00
docs(polymarket-browse): create SECURITY.md tracking audit findings
han commented on pull request shoko/jujutsu-skills#38 2026-03-27 02:27:52 +01:00
docs(polymarket-browse): create SECURITY.md tracking audit findings

no need to add this in the skill because it will confuse the user/agent who use it. also adding overhead to track the task management in multiple places

han commented on pull request shoko/jujutsu-skills#34 2026-03-27 02:09:15 +01:00
security(polymarket-browse): use proper URL encoding for --search parameter

what happen with symbols like (, ), +, -, ", etc can you create unit test cases to cover these symbols? I think testing only the q.replace functions should be sufficient. what do you think?