From 5155c2ad1734b1ab235b6bb457f48d0f281d19b5 Mon Sep 17 00:00:00 2001 From: Agent Date: Mon, 6 Apr 2026 09:09:16 +0000 Subject: [PATCH] chore: gardener housekeeping 2026-04-06 Co-Authored-By: Claude Sonnet 4.6 --- AGENTS.md | 2 +- formulas/AGENTS.md | 2 +- gardener/pending-actions.json | 8 +++++++- kraiken-lib/AGENTS.md | 2 +- landing/AGENTS.md | 2 +- onchain/AGENTS.md | 2 +- scripts/harb-evaluator/AGENTS.md | 2 +- services/ponder/AGENTS.md | 2 +- services/txnBot/AGENTS.md | 2 +- web-app/AGENTS.md | 2 +- 10 files changed, 16 insertions(+), 10 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index 12a386c..7fef159 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -1,4 +1,4 @@ - + # Agent Brief: Harb Stack ## What is KRAIKEN? diff --git a/formulas/AGENTS.md b/formulas/AGENTS.md index 649e6aa..90ce8fc 100644 --- a/formulas/AGENTS.md +++ b/formulas/AGENTS.md @@ -1,4 +1,4 @@ - + # Agent Brief: Formulas Formulas are TOML files that declare automated pipeline jobs for the harb evaluator. diff --git a/gardener/pending-actions.json b/gardener/pending-actions.json index fe51488..11bf8f8 100644 --- a/gardener/pending-actions.json +++ b/gardener/pending-actions.json @@ -1 +1,7 @@ -[] +[ + { + "action": "add_label", + "issue": 13, + "label": "bug-report" + } +] diff --git a/kraiken-lib/AGENTS.md b/kraiken-lib/AGENTS.md index 4da5148..d63542a 100644 --- a/kraiken-lib/AGENTS.md +++ b/kraiken-lib/AGENTS.md @@ -1,4 +1,4 @@ - + # Kraiken Library - Agent Guide Shared TypeScript helpers used by the landing app, txnBot, and other services to talk to KRAIKEN contracts and the Ponder GraphQL API. diff --git a/landing/AGENTS.md b/landing/AGENTS.md index f70fd0b..8dc27ea 100644 --- a/landing/AGENTS.md +++ b/landing/AGENTS.md @@ -1,4 +1,4 @@ - + # Landing Interface - Agent Guide Vue 3 + Vite application that delivers the public marketing site and forthcoming staking UI. diff --git a/onchain/AGENTS.md b/onchain/AGENTS.md index 821a97a..bb73f00 100644 --- a/onchain/AGENTS.md +++ b/onchain/AGENTS.md @@ -1,4 +1,4 @@ - + # Agent Brief: Kraiken Protocol ## Protocol Philosophy & Business Logic diff --git a/scripts/harb-evaluator/AGENTS.md b/scripts/harb-evaluator/AGENTS.md index 5e6a215..a51de44 100644 --- a/scripts/harb-evaluator/AGENTS.md +++ b/scripts/harb-evaluator/AGENTS.md @@ -1,4 +1,4 @@ - + # Agent Brief: harb-evaluator The evaluator runtime executes formula-defined pipelines. Scripts in this diff --git a/services/ponder/AGENTS.md b/services/ponder/AGENTS.md index 352e25b..45384e3 100644 --- a/services/ponder/AGENTS.md +++ b/services/ponder/AGENTS.md @@ -1,4 +1,4 @@ - + # Ponder Indexer - Agent Guide Ponder-based indexer that records Kraiken protocol activity and exposes the GraphQL API consumed by the app and automation bot. diff --git a/services/txnBot/AGENTS.md b/services/txnBot/AGENTS.md index d243de5..1eb6710 100644 --- a/services/txnBot/AGENTS.md +++ b/services/txnBot/AGENTS.md @@ -1,4 +1,4 @@ - + # Transaction Bot - Agent Guide Automation service that maintains liquidity alignment and tax enforcement for the KRAIKEN protocol. diff --git a/web-app/AGENTS.md b/web-app/AGENTS.md index 9fd6603..b5b4fe6 100644 --- a/web-app/AGENTS.md +++ b/web-app/AGENTS.md @@ -1,4 +1,4 @@ - + # Web App - Agent Guide Vue 3 + TypeScript staking interface for KRAIKEN, enabling users to stake tokens, manage positions, and interact with Harberger-tax mechanics.