fix: map Non-Functional Reqs to features_scope phase, remove circular 'Generated when PRD finalized' hint

Made-with: Cursor
This commit is contained in:
2026-03-17 17:15:26 -07:00
parent 062e836ff9
commit 8eb6c149cb
3 changed files with 4 additions and 7 deletions

View File

@@ -1022,7 +1022,7 @@ function PrdContent({ projectId }: { projectId: string }) {
)}
{!s.isDone && (
<div style={{ marginTop: 5, marginLeft: 32, fontSize: "0.7rem", color: "#c5c0b8" }}>
{s.phaseId ? "Complete this phase in Vibn" : "Generated when PRD is finalized"}
Complete this phase in Vibn
</div>
)}
</div>