From 8d3c37cbffc9a5d7d56ef47764ef4e678484b407 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thibaut=20M=C3=89LEN?= <20891897+ThibautMelen@users.noreply.github.com> Date: Fri, 10 Jul 2026 20:36:27 +0200 Subject: [PATCH] Add Nika (AI workflow engine) to Automated Workflows --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c8cdc5e..83e7bca 100644 --- a/README.md +++ b/README.md @@ -289,6 +289,7 @@ Integrations that automatically review pull requests and suggest code fixes: - [PR Triage](https://pr-triage-web.vercel.app) — Open source PR evaluation tool that scores pull requests on six quality dimensions with diff evidence. BYOK, MIT licensed. - [prpack-action](https://github.com/Lucas2944/prpack-action) — GitHub Action that runs prpack on every PR, uploads the packed markdown as an artifact, and posts a summary comment. MIT. - [Issue AI Agent](https://github.com/alexyan0431/issue-ai-agent) — Open source GitHub Action that auto-classifies, labels, and replies to issues using AI. Detects duplicates and handles follow-up comments. Supports Claude, OpenAI, and OpenAI-compatible APIs (BYOK). MIT licensed. +- [Nika](https://github.com/supernovae-st/nika) — Workflow engine for AI in one Rust binary: repeated agent work as reviewable YAML DAGs, statically checked (schema, permits, honest cost floor) before any token is spent, tamper-evident traces after. ### CI/CD & Testing Automation