mirror of
https://github.com/different-ai/openwork
synced 2026-04-25 17:15:34 +02:00
docs: update repo paths to vendor
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user