From bff29e75a1f0c77730a877a50ca50ac752c96f75 Mon Sep 17 00:00:00 2001 From: johba Date: Fri, 27 Mar 2026 18:04:08 +0000 Subject: [PATCH] chore: gardener housekeeping 2026-03-27 AGENTS.md watermarks refreshed to HEAD (79a93d4). Grooming: closed 2 prediction/actioned issues. - #1179: /stakestake fix verified working in post-fix user-test (2026-03-27) - #1177: fresh red-team session 2026-03-27 with 7 real attacks (floor_held) Remaining open: #1166, #1141 (prediction/backlog, planner watching), #857, #856, #383 (vision). No blocked issues, no open PRs, no stale PRs. Co-Authored-By: Claude Sonnet 4.6 --- AGENTS.md | 2 +- formulas/AGENTS.md | 2 +- gardener/pending-actions.json | 23 ++++++++++++++++++++++- 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, 31 insertions(+), 10 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index 1a5f459..29bb7c3 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 4964e55..230ae78 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..04530a0 100644 --- a/gardener/pending-actions.json +++ b/gardener/pending-actions.json @@ -1 +1,22 @@ -[] +[ + { + "action": "comment", + "issue": 1179, + "body": "Closing: action complete. Post-fix user-test run (`evidence/user-test/2026-03-27-post-stake-fix.json`) verified the /stakestake navigation bug (PR #1171) is fixed — all 3 personas that reached /stake navigated correctly with no invalid route. The prediction concern is resolved. New ponder 504 issue and chain-revert state corruption were discovered as separate items." + }, + { + "action": "close", + "issue": 1179, + "reason": "actioned and verified — /stakestake fix confirmed working in post-fix user-test 2026-03-27" + }, + { + "action": "comment", + "issue": 1177, + "body": "Closing: action complete. A fresh red-team session was run on 2026-03-27 (`evidence/red-team/2026-03-27.json`): 7 real attacks with full per-attack data, floor_held: true, verdict: floor_held. The ghost run concern is addressed — the new run provides the real evidence the 2026-03-26 ghost run lacked." + }, + { + "action": "close", + "issue": 1177, + "reason": "actioned and verified — fresh red-team run 2026-03-27 completed with 7 real attacks" + } +] diff --git a/kraiken-lib/AGENTS.md b/kraiken-lib/AGENTS.md index e178c80..4894c19 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 d6aba96..0c92ebc 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 67b3096..f10e36a 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 8b94b7b..081ade4 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 80901e8..c99fc0a 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 a19ba84..07b2d27 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 051323a..6f7c5c8 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.