feat: bootstrap unified generic auto-research control plane #1
No reviewers
Labels
No labels
accessibility
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nsaspy/emacs-auto-research!1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feature/initial-control-plane"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What this does
Bootstraps
emacs-auto-researchas the standalone generic home for the research UI/UX that previously lived in Doom dotfiles.Unified control plane
M-x auto-researchis the single dashboard.auto-research-document-mode, so approval is available in the document itself (C-c C-a/C-c C-r).Approval repair
auto-research.approval.v1metadata layer.prolog-rlm.research-approval.v1andadard.research-approval.v1records.Generic project model
M-x auto-research-current-projectsupports project-local use while the normal dashboard remains all-projects-first.Standalone plugin API
auto-research-plugin.el.xand from open documents withC-c C-x.Vanilla Emacs / Doom
auto-research-doom.eladds equivalent motion/normal-state bindings only when Evil exists.Docs
README.orgwith feature/architecture/UX docs and ARADR explanation.docs/ARADR.orgdocs/PLUGINS.orgdocs/METADATA.orgdocs/CONFIGURATION.orgdocs/MIGRATION.orgTests
Important migration boundary
This does not delete the old dotfile implementation yet. The existing dashboard's complete GitHub remote discovery + approval-PR delivery path still needs to be ported as an optional adapter before the old files can be removed without a regression.
docs/MIGRATION.orgmakes that explicit.Validation note
I could not execute the batch ERT suite in the current tool environment because the container cannot resolve GitHub to clone the branch. The test target is included, but this PR should get a local
make testrun before merge.