mirror of
https://github.com/xmanrui/OpenClaw-bot-review.git
synced 2026-07-27 10:02:24 +00:00
- add canonical self-improvement/R&D Council data helpers, APIs, and tests - persist council decisions, evidence telemetry, and work-order handoff - harden operator UI states and require operator token by default - ignore local R&D runtime artifacts
6 lines
191 B
TypeScript
6 lines
191 B
TypeScript
import { runSelfImprovementCommand } from "../self-improvement-command";
|
|
|
|
export async function POST(request: Request) {
|
|
return runSelfImprovementCommand("ingest-usage" as any, request);
|
|
}
|