Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
See PRO-241 for context.
Agiligo is a fork of Go with more cryptographic flexibility / agility, initially created to do PQC things: https://github.com/ISRI-PQC/agiligo
This branch includes an Agiligo build environment that runs in Docker Compose. I got Claude Code running inside the dev container, and I could then run
claude --dangerously-skip-permissionsand have it run wild on the project.It didn't get very far without discovering that this would be a big project, because Agiligo doesn't ship with a compatible
x/crypto, and so many of our dependencies rely onx/crypto. Research suggested that going with Agiligo would mean maintaining 10+ forked repositories.That said, I think this is the kind of project that Claude is well suited for, because both the prior interface and the new interface are well-defined.