This commit is contained in:
@@ -39,10 +39,17 @@ Required variables:
|
||||
|
||||
- Add Issue is enabled only when the active tab's base URL is already in the URLs list and that URL is linked to a Gitea repo.
|
||||
- The Add Issue view must show the Gitea repo that will receive the issue.
|
||||
- Screenshot capture uses Chrome's visible-tab capture API and requires the extension's `activeTab` permission.
|
||||
- Screenshot capture uses Chrome's visible-tab capture API and requires the extension's `activeTab` permission plus ordinary `http`/`https` host permissions so capture still works after the side panel remains open across tab changes.
|
||||
- Captured screenshots should appear immediately in Add Issue as thumbnail rows.
|
||||
- Created issue bodies must include `Chrome profile: Silma`.
|
||||
- When Ready is checked, create the issue, upload screenshots/files as Gitea issue assets, then apply the `ready` label last.
|
||||
|
||||
## URL Management
|
||||
|
||||
- URLs can be deleted from the URLs list.
|
||||
- Deleting a user-added URL removes it from `silmaAide.userUrls` in `chrome.storage.local`.
|
||||
- Deleting a generated known URL stores its base URL in `silmaAide.deletedUrlBases` so it is hidden without editing generated local context.
|
||||
|
||||
## Agent Checklist
|
||||
|
||||
1. Run `npm run build`.
|
||||
|
||||
Reference in New Issue
Block a user