Bootstrap Org-roam knowledge base #1

Open
lost-rob0t wants to merge 1 commit from feature/bootstrap-org-roam into main
lost-rob0t commented 2026-08-13 02:48:57 +00:00 (Migrated from github.com)

What changed

  • bootstraps the repository as a technical Org-roam knowledge graph
  • adds README.org, index.org, and meta nodes for authoring/conventions/tutorial gating
  • adds repository-local Org-roam helper code
  • adds an Emacs Lisp validator plus make validate
  • adds GitHub Actions validation under Emacs
  • preserves empty knowledge-base directories with .gitkeep

Tutorial contract

No project-specific tutorial is included. New tutorials are created only after an explicit make tutorial instruction.

Validation

A static structural surrogate pass succeeded locally. The PR workflow runs the real validator under emacs-nox because Emacs was not initially available in the execution environment.

## What changed - bootstraps the repository as a technical Org-roam knowledge graph - adds `README.org`, `index.org`, and meta nodes for authoring/conventions/tutorial gating - adds repository-local Org-roam helper code - adds an Emacs Lisp validator plus `make validate` - adds GitHub Actions validation under Emacs - preserves empty knowledge-base directories with `.gitkeep` ## Tutorial contract No project-specific tutorial is included. New tutorials are created only after an explicit `make tutorial` instruction. ## Validation A static structural surrogate pass succeeded locally. The PR workflow runs the real validator under `emacs-nox` because Emacs was not initially available in the execution environment.
nsaspy changed title from WIP: Bootstrap Org-roam knowledge base to Bootstrap Org-roam knowledge base 2026-08-27 19:42:14 +00:00
This pull request has changes conflicting with the target branch.
  • .gitignore
  • index.org
View command line instructions

Manual merge helper

Use this merge commit message when completing the merge manually.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin feature/bootstrap-org-roam:feature/bootstrap-org-roam
git switch feature/bootstrap-org-roam

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff feature/bootstrap-org-roam
git switch feature/bootstrap-org-roam
git rebase main
git switch main
git merge --ff-only feature/bootstrap-org-roam
git switch feature/bootstrap-org-roam
git rebase main
git switch main
git merge --no-ff feature/bootstrap-org-roam
git switch main
git merge --squash feature/bootstrap-org-roam
git switch main
git merge --ff-only feature/bootstrap-org-roam
git switch main
git merge feature/bootstrap-org-roam
git push origin main
Sign in to join this conversation.
No description provided.