Merge pull request #32 from wagesj45/codex/remove-invalid-paths-from-readme

Clean README path references
This commit is contained in:
Jordan Wages 2025-06-25 14:24:35 -05:00 committed by GitHub
commit 5673cfbd36
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,7 +25,7 @@ message meets a specified criterion.
## Architecture Overview
Sortana is implemented entirely with WebExtension scripts:
Sortana is implemented entirely with standard WebExtension scripts—no custom experiment code is required:
- `background.js` loads saved settings and listens for new messages.
- `modules/ExpressionSearchFilter.jsm` implements the AI filter and performs the
@ -41,8 +41,6 @@ Sortana is implemented entirely with WebExtension scripts:
| `manifest.json` | Extension manifest and entry points. |
| `background.js` | Startup tasks and message handling. |
| `modules/ExpressionSearchFilter.jsm` | Custom filter term and AI request logic. |
| `experiment/api.js` | Bridges WebExtension code with privileged APIs.|
| `content/filterEditor.js` | Patches the filter editor interface. |
| `options/options.html` and `options.js` | Endpoint and rule configuration UI. |
| `logger.js` and `modules/logger.jsm` | Colorized logging with optional debug mode. |