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 <noreply@anthropic.com>
This commit is contained in:
parent
79a93d4160
commit
bff29e75a1
10 changed files with 31 additions and 10 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
<!-- last-reviewed: 7d72f40274cfe5f32f54defc970cf0aacb5fd1e5 -->
|
<!-- last-reviewed: 79a93d41608f2cbe3b990f4613d04d310642bd2c -->
|
||||||
# Agent Brief: Harb Stack
|
# Agent Brief: Harb Stack
|
||||||
|
|
||||||
## What is KRAIKEN?
|
## What is KRAIKEN?
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
<!-- last-reviewed: 7d72f40274cfe5f32f54defc970cf0aacb5fd1e5 -->
|
<!-- last-reviewed: 79a93d41608f2cbe3b990f4613d04d310642bd2c -->
|
||||||
# Agent Brief: Formulas
|
# Agent Brief: Formulas
|
||||||
|
|
||||||
Formulas are TOML files that declare automated pipeline jobs for the harb evaluator.
|
Formulas are TOML files that declare automated pipeline jobs for the harb evaluator.
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
<!-- last-reviewed: 7d72f40274cfe5f32f54defc970cf0aacb5fd1e5 -->
|
<!-- last-reviewed: 79a93d41608f2cbe3b990f4613d04d310642bd2c -->
|
||||||
# Kraiken Library - Agent Guide
|
# 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.
|
Shared TypeScript helpers used by the landing app, txnBot, and other services to talk to KRAIKEN contracts and the Ponder GraphQL API.
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
<!-- last-reviewed: 7d72f40274cfe5f32f54defc970cf0aacb5fd1e5 -->
|
<!-- last-reviewed: 79a93d41608f2cbe3b990f4613d04d310642bd2c -->
|
||||||
# Landing Interface - Agent Guide
|
# Landing Interface - Agent Guide
|
||||||
|
|
||||||
Vue 3 + Vite application that delivers the public marketing site and forthcoming staking UI.
|
Vue 3 + Vite application that delivers the public marketing site and forthcoming staking UI.
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
<!-- last-reviewed: 7d72f40274cfe5f32f54defc970cf0aacb5fd1e5 -->
|
<!-- last-reviewed: 79a93d41608f2cbe3b990f4613d04d310642bd2c -->
|
||||||
# Agent Brief: Kraiken Protocol
|
# Agent Brief: Kraiken Protocol
|
||||||
|
|
||||||
## Protocol Philosophy & Business Logic
|
## Protocol Philosophy & Business Logic
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
<!-- last-reviewed: 7d72f40274cfe5f32f54defc970cf0aacb5fd1e5 -->
|
<!-- last-reviewed: 79a93d41608f2cbe3b990f4613d04d310642bd2c -->
|
||||||
# Agent Brief: harb-evaluator
|
# Agent Brief: harb-evaluator
|
||||||
|
|
||||||
The evaluator runtime executes formula-defined pipelines. Scripts in this
|
The evaluator runtime executes formula-defined pipelines. Scripts in this
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
<!-- last-reviewed: 7d72f40274cfe5f32f54defc970cf0aacb5fd1e5 -->
|
<!-- last-reviewed: 79a93d41608f2cbe3b990f4613d04d310642bd2c -->
|
||||||
# Ponder Indexer - Agent Guide
|
# Ponder Indexer - Agent Guide
|
||||||
|
|
||||||
Ponder-based indexer that records Kraiken protocol activity and exposes the GraphQL API consumed by the app and automation bot.
|
Ponder-based indexer that records Kraiken protocol activity and exposes the GraphQL API consumed by the app and automation bot.
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
<!-- last-reviewed: 7d72f40274cfe5f32f54defc970cf0aacb5fd1e5 -->
|
<!-- last-reviewed: 79a93d41608f2cbe3b990f4613d04d310642bd2c -->
|
||||||
# Transaction Bot - Agent Guide
|
# Transaction Bot - Agent Guide
|
||||||
|
|
||||||
Automation service that maintains liquidity alignment and tax enforcement for the KRAIKEN protocol.
|
Automation service that maintains liquidity alignment and tax enforcement for the KRAIKEN protocol.
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
<!-- last-reviewed: 7d72f40274cfe5f32f54defc970cf0aacb5fd1e5 -->
|
<!-- last-reviewed: 79a93d41608f2cbe3b990f4613d04d310642bd2c -->
|
||||||
# Web App - Agent Guide
|
# Web App - Agent Guide
|
||||||
|
|
||||||
Vue 3 + TypeScript staking interface for KRAIKEN, enabling users to stake tokens, manage positions, and interact with Harberger-tax mechanics.
|
Vue 3 + TypeScript staking interface for KRAIKEN, enabling users to stake tokens, manage positions, and interact with Harberger-tax mechanics.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue