feat: Emacs OSINT workbench foundation (profiles, star:// URIs, object and search buffers) - #133
Open
lost-rob0t wants to merge 3 commits into
Open
feat: Emacs OSINT workbench foundation (profiles, star:// URIs, object and search buffers)#133lost-rob0t wants to merge 3 commits into
lost-rob0t wants to merge 3 commits into
Conversation
- named server profiles with auth-source credential resolution and current-server identity stamped into every object reference - star:// URI scheme: parse/format/open with org link registration - canonical object identity plus generic object buffer rendering 0.9 data fields and extensions.star_server provenance - actionable tabulated-list search buffer with marking, bookmark pagination, and typed unavailable-capability errors - M-x starintel workbench entry with optional transient menu - 45 new hermetic ERT tests; client error-message helper now reports plain UI user-errors redacted - docs: workbench implementation inventory and execution plan
- :auth-source accepts a host shorthand (login defaults to api) or an explicit (:host :user) plist - credentials resolve per request via auth-source-search; document the encrypted ~/.authinfo.gpg workflow and redaction guarantees
- rename the entry module to starintel-ui.el (provide starintel-ui); the interactive entry point stays M-x starintel - add autoload cookies for the interactive command surface and generate starintel-ui-autoloads in the flake package - flake: packages.starintel-ui built via emacsPackages.trivialBuild over the runtime elisp only (tests excluded from site-lisp)
lost-rob0t
force-pushed
the
agent/emacs-osint-workbench
branch
from
August 29, 2026 11:27
dcb5320 to
0ba16d5
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
First slice of the Emacs OSINT workbench (plan: docs/emacs-workbench-plan.org, inventory: docs/emacs-workbench-inventory.org).
starintel-server.el): named deployments, per-requestauth-sourcecredential resolution, profile identity stamped into references, capability-cache invalidation on switch.starintel-uri.el):star://SERVER/KIND/IDparse/format/open, percent-encoding round-trip, Org "star" link registration, extensible kind handlers.starintel-object.el):starintel-objectreferences (server/dtype/id/uri), dtype-aware titles from actual 0.9datafields only, typed rendering of data/sources/provenance (extensions.star_server), copy id/URI, refresh, raw JSON view.starintel-search.el): capability-resolved search in atabulated-list-modebuffer — open/copy/Mark actions, server-bookmark pagination, clean unavailable-capability errors.starintel.el):M-x starintelwith optional transient menu.client.el:starintel-api-error-messagenow redacts plain user-error strings (typed UI errors); legacy layer untouched.Verification
make test-emacs: 87/87 ERT tests green (42 existing + 45 new hermetic workbench tests).Author: nsaspy