docs: update repo paths to vendor

This commit is contained in:
Benjamin Shafii
2026-01-17 21:29:04 -08:00
parent 8c1b9672a7
commit efad83650d
3 changed files with 13 additions and 11 deletions

View File

@@ -7,12 +7,12 @@ description: PRD authoring conventions for OpenWork
All new PRDs for OpenWork must live at:
- `apps/openwork/pr/<prd-name>.md`
- `vendor/openwork/pr/<prd-name>.md`
Examples:
- `apps/openwork/pr/onboarding-1.0.md`
- `apps/openwork/pr/folder-workspaces-jit.md`
- `vendor/openwork/pr/onboarding-1.0.md`
- `vendor/openwork/pr/folder-workspaces-jit.md`
## Why

View File

@@ -34,7 +34,7 @@ pnpm tauri android build
## Project Structure
```
apps/openwork/
vendor/openwork/
src-tauri/
src/
main.rs # Rust entry point
@@ -45,14 +45,15 @@ apps/openwork/
src/
App.tsx # SolidJS root component
index.tsx # Entry point
components/ # UI components
stores/ # Solid stores for state
lib/ # Utilities and OpenCode bridge
components/ # UI components
stores/ # Solid stores for state
lib/ # Utilities and OpenCode bridge
index.html # HTML template
package.json # Frontend dependencies
vite.config.ts # Vite configuration
```
## Key Dependencies
### Frontend (package.json)