chore: unify bold syntax to single asterisk in .org files and update legacy memex-amero references

This commit is contained in:
2026-04-01 12:37:45 -04:00
parent 78ba3112cb
commit d364f90ff6
102 changed files with 955 additions and 955 deletions

View File

@@ -9,35 +9,35 @@ This session focused on three critical architectural upgrades: modularizing the
* Accomplishments
** 1. Emacs Modularization ([[file:modular-emacs-configuration.org][Modular Emacs Configuration]])
- **New Structure:** Configuration moved from monolithic `emacs.org` to domain-specific modules in `~/memex/system/`.
- **Bootstrap Fix:** `~/.emacs` rewritten as a robust bootstrap that prioritizes the newer Org-mode version from `straight.el` to prevent version mismatches.
- **Path Normalization:** All `org-directory`, `org-roam`, and capture paths standardized to `~/memex/`.
- **Literate Mandate:** All modular files (`emacs-*.org`) are the source of truth, tangling locally to `.el` files.
- *New Structure:* Configuration moved from monolithic `emacs.org` to domain-specific modules in `~/memex/system/`.
- *Bootstrap Fix:* `~/.emacs` rewritten as a robust bootstrap that prioritizes the newer Org-mode version from `straight.el` to prevent version mismatches.
- *Path Normalization:* All `org-directory`, `org-roam`, and capture paths standardized to `~/memex/`.
- *Literate Mandate:* All modular files (`emacs-*.org`) are the source of truth, tangling locally to `.el` files.
** 2. org-gtd v4.0 Migration ([[file:org-gtd-v4-migration.org][org-gtd v4.0 Migration]])
- **DAG Implementation:** Successfully ran `org-gtd-upgrade-v3-to-v4`.
- **Database Partitioning:** To handle context limits and prevent crashes, massive legacy blocks were moved to separate inbox files:
- *DAG Implementation:* Successfully ran `org-gtd-upgrade-v3-to-v4`.
- *Database Partitioning:* To handle context limits and prevent crashes, massive legacy blocks were moved to separate inbox files:
- `inbox-rotten-uri.org` (3,048 items)
- `inbox-web-bookmarks.org` (733 items)
- `inbox-atoms.org` (Deeply nested items)
- `inbox-emacs.org` (336 items)
- `inbox-posts.org` (Legacy web content)
- **Shadow Orchestration:** Integrated `:PSF-STATE:` properties into `gtd.org` for engineering lifecycle tracking.
- *Shadow Orchestration:* Integrated `:PSF-STATE:` properties into `gtd.org` for engineering lifecycle tracking.
** 3. PSF Operationalization ([[file:personal-software-foundry.org][Personal Software Foundry]])
- **Mandates:** Codified Lisp Machine Sovereignty, Org Mandate, and Literate Programming.
- **Skill Upgrade:** `skill-project-foundry.org` now scaffolds full SDLC structures (`src/`, `tests/`, `docs/`, `PRD.org`, `PROTOCOL.org`).
- **Audit Loop:** `Scribe-Agent.org` updated to audit workspace compliance.
- *Mandates:* Codified Lisp Machine Sovereignty, Org Mandate, and Literate Programming.
- *Skill Upgrade:* `skill-project-foundry.org` now scaffolds full SDLC structures (`src/`, `tests/`, `docs/`, `PRD.org`, `PROTOCOL.org`).
- *Audit Loop:* `Scribe-Agent.org` updated to audit workspace compliance.
* Current System State
- **Emacs:** Stable, running Org 10.0-pre, modularized.
- **GTD:** v4.0 Active. Main file `org-gtd-tasks.org` shrunk to ~40k lines.
- **PSF:** Phase 1 (Foundations) Complete.
- *Emacs:* Stable, running Org 10.0-pre, modularized.
- *GTD:* v4.0 Active. Main file `org-gtd-tasks.org` shrunk to ~40k lines.
- *PSF:* Phase 1 (Foundations) Complete.
* Pending Actions (Phase 2)
1. **Resolve Encoding:** Fix encoding issues in the new `inbox-*.org` files.
2. **Architect Skill:** Implement `skill-architect.org` to automate `PROTOCOL.org` generation.
3. **Analyst Skill:** Implement `skill-tech-analyst.org` for automated TDD inception.
1. *Resolve Encoding:* Fix encoding issues in the new `inbox-*.org` files.
2. *Architect Skill:* Implement `skill-architect.org` to automate `PROTOCOL.org` generation.
3. *Analyst Skill:* Implement `skill-tech-analyst.org` for automated TDD inception.
* See Also
- [[file:personal-software-foundry.org][Personal Software Foundry (Philosophy)]]