81 lines
2.1 KiB
Markdown
81 lines
2.1 KiB
Markdown
# Asset Migration Policy
|
|
|
|
status: draft_runtime_policy
|
|
date: 2026-06-20
|
|
|
|
## Rule
|
|
|
|
Do not migrate directories. Migrate only selected principles or seed content, rewritten into this project's runtime language.
|
|
|
|
The old project is:
|
|
|
|
```text
|
|
model-governance-lab
|
|
asset-seed archive
|
|
historical reference
|
|
anti-pattern reference
|
|
```
|
|
|
|
It is not a parent codebase.
|
|
|
|
## Allowed Seed Sources
|
|
|
|
Allowed only as reference inputs:
|
|
|
|
- old QPI model/card material;
|
|
- old Intellectual Archaeology model/card material;
|
|
- selected source/excerpt structures;
|
|
- selected examples after later owner approval;
|
|
- `Wantsong认知操作系统.md`;
|
|
- the Intellectual Archaeology seven-layer example report;
|
|
- selected lessons from old governance explanations.
|
|
|
|
## Forbidden Migration
|
|
|
|
Do not copy or recreate:
|
|
|
|
- old `reports/`;
|
|
- old `ccra_review_bundle/`;
|
|
- old `local_ccra_reviews/`;
|
|
- full QPI regression suite;
|
|
- full selector calibration;
|
|
- before/after selector diff workflow;
|
|
- lifecycle-status scan workflow;
|
|
- review-bundle packager workflow;
|
|
- Round Conductor;
|
|
- old process manifests;
|
|
- old validation reports as project truth.
|
|
|
|
## Knowledge Asset Rule
|
|
|
|
Do not create the old-style `knowledge_assets/` directory in v0.1.
|
|
|
|
If a legacy principle is useful, rewrite it into one of these docs:
|
|
|
|
- `docs/PROJECT_BRIEF.md`;
|
|
- `docs/MODEL_MANAGEMENT_V0.md`;
|
|
- `docs/MODEL_ORCHESTRATION_V0.md`;
|
|
- `docs/LOCAL_CCRA_MILESTONE_PROTOCOL.md`;
|
|
- `docs/DECISIONS.md`.
|
|
|
|
## Rewrite Standard
|
|
|
|
A migrated principle must be rewritten so that it answers:
|
|
|
|
- how this runtime should process inputs;
|
|
- when a model should or should not be called;
|
|
- how output value will be inspected;
|
|
- how to prevent over-governance;
|
|
- what owner decision is needed before expansion.
|
|
|
|
Do not preserve old round labels, old bundle names, or old review evidence as operating rules.
|
|
|
|
## M0-M1 Migration Actually Used
|
|
|
|
M0-M1 uses the old project only to compress two seed model cards:
|
|
|
|
- `qpi`;
|
|
- `intellectual_archaeology`.
|
|
|
|
No reports, review bundles, Local CCRA histories, full regression suites, selector calibration sets, or lifecycle workflows are migrated.
|