Skip to content
Closed
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
28 changes: 28 additions & 0 deletions bucket/pressey-ai-test-generator.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"version": "0.3.0",
"description": "AI test generator — create editable practice tests from any topic",
"homepage": "https://github.com/Eld3rForce/Pressey-AI-Test-Generator",
"license": "MIT",
Comment on lines +2 to +5

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor | ⚡ Quick win

Link the required package-request issue for this new manifest.

This is a newly added manifest, but the provided PR context does not show a linked package-request issue in the description/PR body. Please add one (issue number or URL), and confirm it meets the acceptance criteria (well-known usage, stable release, English interface/docs).

As per coding guidelines, new manifest submissions must include a linked package request issue and satisfy the stated acceptance criteria.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@bucket/pressey-ai-test-generator.json` around lines 2 - 5, This new manifest
file pressey-ai-test-generator.json requires a linked package-request issue in
the PR description, which is currently missing. Create a new package-request
issue using the template provided at the GitHub issues URL, ensure the
submission meets the acceptance criteria (well-known usage, stable release,
English interface/docs), and then add the issue number or URL link to your PR
description/body to establish the connection between this manifest submission
and the formal package request.

Source: Coding guidelines

"architecture": {
"64bit": {
"url": "https://github.com/Eld3rForce/Pressey-AI-Test-Generator/releases/download/v0.3.0/Pressey.AI.Test.Generator_0.3.0_x64-setup.exe#/dl.7z",
"hash": "0d4e8fd06f5065bea497228f35f51df4f51b64451cd8a650bf501891cbb622c8",
"pre_install": "Remove-Item \"$dir\\`$PLUGINSDIR\" -Recurse -Force 2>$null"
}
},
"bin": "pressey-ai-test-generator.exe",
"shortcuts": [
[
"pressey-ai-test-generator.exe",
"Pressey AI Test Generator"
]
],
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/Eld3rForce/Pressey-AI-Test-Generator/releases/download/v$version/Pressey.AI.Test.Generator_$version_x64-setup.exe#/dl.7z"
}
}
}
}