feat: classify chamfer common pair
Some checks failed
real-verification / chrome (push) Has been cancelled
real-verification / freecad-oracle (push) Has been cancelled
real-verification / wasm (push) Has been cancelled

This commit is contained in:
2026-08-16 01:34:40 -04:00
parent 27db1a8f93
commit 00ed27b7b8
6 changed files with 262 additions and 19 deletions

View File

@@ -24,12 +24,12 @@
],
"followUpProgress": "config/freecad-follow-up-task-progress.json"
},
"nextTask": "TSN-PAIR-chamfer-common",
"nextTask": "TSN-PAIR-chamfer-rotate",
"summary": {
"tasks": 1756,
"completed": 338,
"completed": 339,
"inProgress": 1,
"pending": 1417
"pending": 1416
},
"milestones": [
{
@@ -4487,17 +4487,20 @@
{
"id": "TSN-PAIR-chamfer-common",
"title": "Classify ordered operation pair chamfer->common",
"status": "in_progress",
"dependencies": [
"TSN-PROD-DRIFT-001"
],
"status": "completed",
"dependencies": [],
"pair": "chamfer->common",
"classification": "accepted",
"evidence": [
"config/freecad-ordered-operation-pair-classification.json",
"native-builders-mutation-naming-and-fcstd-resave-pass"
],
"exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence"
},
{
"id": "TSN-PAIR-chamfer-rotate",
"title": "Classify ordered operation pair chamfer->rotate",
"status": "pending",
"status": "in_progress",
"dependencies": [
"TSN-PROD-DRIFT-001"
],