You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/project-scoping/prd.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -151,7 +151,7 @@ These findings came from source inspection, not a live visual walkthrough.
151
151
152
152
| ID | Finding | Source |
153
153
| --- | --- | --- |
154
-
| F1 | Project opening adds all project documents to a shared tab list and selects the overview. |[WorkspaceTabsStore](https://github.com/nodetool-ai/nodetool/blob/main/web/src/stores/WorkspaceTabsStore.ts), [useProjects](https://github.com/nodetool-ai/nodetool/blob/main/web/src/hooks/useProjects.ts)|
155
-
| F2 | The entity library query searches assets without a project filter, while the overview has a project-specific entity section. |[useEntities](https://github.com/nodetool-ai/nodetool/blob/main/web/src/serverState/useEntities.ts), [ProjectEntitiesSection](https://github.com/nodetool-ai/nodetool/blob/main/web/src/components/projects/ProjectEntitiesSection.tsx)|
156
-
| F3 | Assets carry a project field, but the inspected upload payload does not carry project context. |[AssetStore](https://github.com/nodetool-ai/nodetool/blob/main/web/src/stores/AssetStore.ts), [asset schema](https://github.com/nodetool-ai/nodetool/blob/main/packages/models/src/schema/assets.ts)|
157
-
| F4 | The project document summary union omits workflows, and project metadata has one agent-thread pointer. |[project-summary](https://github.com/nodetool-ai/nodetool/blob/main/packages/models/src/project-summary.ts), [project schema](https://github.com/nodetool-ai/nodetool/blob/main/packages/models/src/schema/projects.ts)|
154
+
| F1 | Project opening adds all project documents to a shared tab list and selects the overview. |<ahref="https://github.com/nodetool-ai/nodetool/blob/main/web/src/stores/WorkspaceTabsStore.ts">WorkspaceTabsStore</a>, <ahref="https://github.com/nodetool-ai/nodetool/blob/main/web/src/hooks/useProjects.ts">useProjects</a>|
155
+
| F2 | The entity library query searches assets without a project filter, while the overview has a project-specific entity section. |<ahref="https://github.com/nodetool-ai/nodetool/blob/main/web/src/serverState/useEntities.ts">useEntities</a>, <ahref="https://github.com/nodetool-ai/nodetool/blob/main/web/src/components/projects/ProjectEntitiesSection.tsx">ProjectEntitiesSection</a>|
156
+
| F3 | Assets carry a project field, but the inspected upload payload does not carry project context. |<ahref="https://github.com/nodetool-ai/nodetool/blob/main/web/src/stores/AssetStore.ts">AssetStore</a>, <ahref="https://github.com/nodetool-ai/nodetool/blob/main/packages/models/src/schema/assets.ts">asset schema</a>|
157
+
| F4 | The project document summary union omits workflows, and project metadata has one agent-thread pointer. |<ahref="https://github.com/nodetool-ai/nodetool/blob/main/packages/models/src/project-summary.ts">project-summary</a>, <ahref="https://github.com/nodetool-ai/nodetool/blob/main/packages/models/src/schema/projects.ts">project schema</a>|
0 commit comments