Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/jsdoc lift 2 #3695

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions cloud-deployment-eliza
Submodule cloud-deployment-eliza added at 303269
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"ws": "8.18.0",
"zod": "3.24.1"
},
"packageManager": "pnpm@9.15.0",
"packageManager": "pnpm@9.15.6+sha512.139cab068fdf0b751268179ac5f909b5be72afb4a75c513d1905d151befc8977b593d3cf8671ed83d4d6637c5c94b98ffbce108125de4a5a27a31233601a99de",
"workspaces": [
"packages/*"
]
Expand Down
8 changes: 8 additions & 0 deletions packages/plugin-bootstrap/organizedDocs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"classes": [],
"methods": [],
"interfaces": [],
"types": [],
"functions": [],
"variables": []
}
17 changes: 17 additions & 0 deletions scripts/jsdoc-automation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,20 @@ The `main` function is the entry point of the documentation generation process.

- DocumentationGenerator
- JsDocGenerator



## Debug

```
export GITHUB_ACCESS_TOKEN=`cat ~/.github`

export OPENAI_API_KEY="sk-..." # your OpenRouter API key
export OPENAI_API_BASE="https://openrouter.ai/api/v1"

export GITHUB_REPOSITORY=cloud-deployment-eliza
export GITHUB_ACTOR=meta-introspector
export INPUT_PULL_NUMBER=28
```

` pnpm start`
Loading