{% extends "base.html" %} {% from "macros.html" import help_bubble, render_next_steps %} {% block title %}Register a Phase — Target Revenue Control Plane{% endblock %} {% block content %} Register a new Phase (Operator+) {{ help_bubble( "Registration is permanent for this Phase id. Validate numbers and repo " "provenance before submit — there is no in-place Manifest edit." ) }} {% set form_steps = [ { "key": "identity", "title": "1. Identify the Phase and repo", "body": "Choose a unique phase id, name the Milestone Release, and pin the Forgejo repo (hub, id, name, revision).", "priority": "recommended", "section": "step-identity", "cta": "Jump to identity fields", }, { "key": "target", "title": "2. Set the commercial target", "body": "Initial Target amount + currency is immutable after registration. Use the effort calculator offline if needed.", "priority": "recommended", "section": "step-target", "cta": "Jump to target fields", }, { "key": "policy", "title": "3. Future License, policy, longstop", "body": "Declare MIT or Apache-2.0, the linear-longstop policy, and a hard full-remission date.", "priority": "recommended", "section": "step-policy", "cta": "Jump to policy fields", }, ] %} {{ render_next_steps(form_steps, title='How to fill this form') }}

This registers a real Phase Manifest against the hosted Trust Service. Further Phases beyond the T05 pilot still need an explicit declaration act.

Identity & repository

Commercial target

License & degeneration

view the linear-longstop-v0 spec

{% endblock %}