nexarch 0.9.6 → 0.9.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1646,8 +1646,8 @@ ${finalStep} — Identify architecturally significant components not auto-detect
|
|
|
1646
1646
|
║ ENRICHMENT TASK — action required ║
|
|
1647
1647
|
╚══════════════════════════════════════════════════════════════════╝
|
|
1648
1648
|
|
|
1649
|
-
The mechanical scan has written a skeleton graph entry for this project.
|
|
1650
|
-
You now need to enrich it with meaningful content.
|
|
1649
|
+
The mechanical scan has written a skeleton graph entry for this project (NOT fully enriched).
|
|
1650
|
+
You now need to enrich it with meaningful content before considering registration complete.
|
|
1651
1651
|
|
|
1652
1652
|
PROJECT ENTITY : ${projectExternalKey}
|
|
1653
1653
|
PROJECT DIR : ${dir}
|
|
@@ -1655,6 +1655,10 @@ ECOSYSTEM(S) : ${ecosystemLabel}
|
|
|
1655
1655
|
MANIFEST : ${manifestHint}
|
|
1656
1656
|
${readmeHints.length > 0 ? `README FILES : ${readmeHints.join(", ")}` : "README FILES : (none found — check docs/)"}
|
|
1657
1657
|
|
|
1658
|
+
IMPORTANT REPORTING RULE:
|
|
1659
|
+
Do NOT report "fully registered" or "fully done" after init-project alone.
|
|
1660
|
+
Correct status after init-project is: "skeleton created; enrichment pending" until Steps 1+ are completed.
|
|
1661
|
+
|
|
1658
1662
|
STEP 1 — Read the project README / docs and build your understanding of:
|
|
1659
1663
|
• What does this project do? (business purpose, key features)
|
|
1660
1664
|
• Who are the users?
|
|
@@ -1750,6 +1754,7 @@ ${subPkgSection}${adrSection}${gapCheckSection}`;
|
|
|
1750
1754
|
console.log(`\nDone.`);
|
|
1751
1755
|
console.log(` Entities : ${output.entities.succeeded ?? 0} written, ${output.entities.failed ?? 0} failed`);
|
|
1752
1756
|
console.log(` Relationships: ${output.relationships.succeeded ?? 0} written`);
|
|
1757
|
+
console.log(" Status : skeleton created; enrichment pending");
|
|
1753
1758
|
if (output.metrics.relationshipsSkippedAsDuplicate > 0) {
|
|
1754
1759
|
console.log(` Deduped rels : ${output.metrics.relationshipsSkippedAsDuplicate} skipped as duplicates before upsert`);
|
|
1755
1760
|
}
|