DEV-EDGE-093 · Evolution Governance Engine

EDGE — Evolution Governance Engine

Which development should be built now? EDGE answers that question with a reproducible 12-dimension scoring model and four decision thresholds — turning opinion into governance.

Every FIPR task is scored on architecture, business value, technical debt, risk, complexity, maintainability, performance, UX, security, automation, scalability and ROI. The weighted result maps to a decision: immediate, roadmap, backlog or reject.

How it works

12-dimension scoring

Objectively weighted dimensions produce a 0-10 evolution score.

4 decision thresholds

immediate ≥ 9.4 · roadmap ≥ 8.0 · backlog ≥ 7.0 · reject below.

Question modifier

13 governance questions adjust the score with confidence weighting.

DARK-ROOM integration

Approved tasks flow straight into DARK-ROOM for automated execution.

Decision model

DecisionScoreMeaning
immediate≥ 9.4Send straight to DARK-ROOM for execution
roadmap≥ 8.0Schedule into the planned period
backlog≥ 7.0Hold in the backlog queue
reject< 7.0Reject with a clear reason

Ecosystem integration

FIPR

Consumes hive_fi_tasks, writes back edge_approved / edge_rejected status.

DARK-ROOM

Pushes approved decisions for automated code improvement.

MMIMM

Feeds architecture health and duplicate detection into the score.

Hive

Records every decision as LMD evidence with chain hashing.

API

EndpointDescription
POST /api/edge/scoreScore an evolution task with custom parameters
POST /api/edge/decisionRecord a governance decision
POST /api/edge/questionsSubmit 13 governance questions
GET /api/edge/dashboard/overviewLive dashboard metrics
GET /api/edge/pipeline/statusNight pipeline status
GET /api/edge/scheduler/statusScheduler health