Release Notes
- ✅ Feat(python): Automatically redirect class instantiation (
ClassName(...)) to constructor (ClassName.__init__) in reference resolution, allowing find_callers to accurately list class instantiation sites as callers of __init__.
- ✅ Chore(scripts): Packaged agent skills into
.knot-agent-skills.sh installer and .tar.gz archive, replacing the previous python-based generation script.
- ✅ Docs(specs): Added specification for Python constructor call resolution.
- ✅ Docs: Updated
knot repos agent skill documentation to include the --filter substring parameter.
- ✅ cargo fmt clean | cargo clippy --all-targets -- -D warnings clean
Install knot 1.4.12
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/raultov/knot/releases/download/v1.4.12/knot-installer.sh | sh
Download knot 1.4.12