CodeBurn IMPERIAL — EIS-CODEBURN-001

Version: 1.0.0-imperial.1 Upstream: https://github.com/getagentseal/codeburn Pinned upstream version: 0.9.24 Pinned commit: e8a6eb697bb9c11fb983407fbfbdb5125aa2fc94 License: MIT

Purpose

Universal AI-compute observability and resource-efficiency skill for IMPERIAL Core. It adapts CodeBurn concepts to serverless NCA runtimes where native host session files such as ~/.codex or ~/.claude are unavailable.

Improvements over blind native installation

  • Tracks free-model quota pressure, failed/blocked routes, duplicate prompt hashes, cache reuse, latency and reserved completion budget.
  • Enforces the IMPERIAL NO-RECHECK rule: unchanged verified evidence should be reused instead of spending compute again.
  • FREE_ONLY guard denies paid escalation.
  • Stores metrics and hashes only; never prompt text or source code.
  • Produces per-agent and fleet efficiency snapshots with evidence SHA-256.
  • Complements RTK: RTK reduces shell output before context ingestion; CodeBurn IMPERIAL detects broader compute waste and retry loops.
  • Findings are advisory/resource-control signals only and never grant execution, financial, legal or security authority.

Authority boundary

OBSERVABILITY_AND_RESOURCE_GUARD_ONLY; SKILL_DOES_NOT_GRANT_AUTHORITY; FREE_ONLY; NO_APPROVAL_BYPASS; NO_PROMPT_OR_CODE_CAPTURE.

Native CodeBurn boundary

Native CodeBurn remains appropriate on real shell hosts with supported local session files. This Val Town adapter does not pretend to be the native CLI and does not claim to reproduce provider billing.