Add Nika - #35
Open
ThibautMelen wants to merge 1 commit into
Open
Conversation
Owner
|
The Nika entry itself is fine, but this diff is +223/-222 — it rewrites every line in the file (looks like a CRLF/line-ending change). Please resubmit with just the one-line addition so the diff is +1, and it merges clean. |
Owner
|
Maintainer review: the Nika entry may be suitable, but this PR rewrites line endings across almost the entire README ( |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Adds Nika to the Frameworks section (after Bernstein — same receipts-minded family).
Nika is a workflow language and runner for AI jobs: the job lives in one plain-text
.nika.yamlDAG, statically checked before anything runs (plan, types, secret flows into prompts, honest cost floor), executed by a single Rust binary. Every run writes a hash-chained trace (nika trace verify). Ships an in-binary MCP server, a GitHub Action, and a VS Code extension. Works fully offline (mock + Ollama paths need zero keys).Docs: https://docs.nika.sh · Engine AGPL-3.0, spec + SDK Apache-2.0.
Full disclosure: I'm the author. Actively maintained (latest release 0.99.0, 2026-07-10, weekly cadence).
🤖 Generated with Claude Code