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

@@ -4,7 +4,7 @@
#+FILETAGS: :planning:meta-cognition:long-horizon:psf:
* Overview
The **Long-Horizon Planning Agent** manages complex, multi-step tasks that exceed the context window of standard LLMs. It uses an Org-mode **Dynamic Task Tree** to track progress, summarize completed sub-tasks, and prune irrelevant execution branches.
The *Long-Horizon Planning Agent* manages complex, multi-step tasks that exceed the context window of standard LLMs. It uses an Org-mode *Dynamic Task Tree* to track progress, summarize completed sub-tasks, and prune irrelevant execution branches.
* Phase A: Demand (PRD)
:PROPERTIES:
@@ -15,10 +15,10 @@ The **Long-Horizon Planning Agent** manages complex, multi-step tasks that excee
Enable the agent to maintain focus and coherence over tasks spanning 100+ steps (SWE-bench parity).
** 2. User Needs
- **Hierarchical Planning:** Break large goals into a nested tree of Org headlines.
- **Context Compression:** Automatically summarize the results of child sub-trees into their parent nodes.
- **Branch Pruning:** Meta-cognitive review to stop execution of failed or redundant paths.
- **Self-Correction:** Adjust the plan dynamically based on environmental feedback.
- *Hierarchical Planning:* Break large goals into a nested tree of Org headlines.
- *Context Compression:* Automatically summarize the results of child sub-trees into their parent nodes.
- *Branch Pruning:* Meta-cognitive review to stop execution of failed or redundant paths.
- *Self-Correction:* Adjust the plan dynamically based on environmental feedback.
** 3. Success Criteria
*** TODO Dynamic Task Tree Generation