From 393c86c7cf353297ccb61abbb8ae6e89909c6aa0 Mon Sep 17 00:00:00 2001 From: Amr Gharbeia Date: Thu, 9 Apr 2026 21:10:52 -0400 Subject: [PATCH] FIX: Repair dangling dependencies in the skill graph --- skills/org-skill-credentials-vault.org | 2 +- skills/org-skill-function-calling.org | 2 +- skills/org-skill-homoiconic-memory.org | 2 +- skills/org-skill-llm-gateway.org | 2 +- skills/org-skill-state-persistence.org | 1 - skills/org-skill-token-accountant.org | 2 +- 6 files changed, 5 insertions(+), 6 deletions(-) diff --git a/skills/org-skill-credentials-vault.org b/skills/org-skill-credentials-vault.org index 97ec0fc..598311e 100644 --- a/skills/org-skill-credentials-vault.org +++ b/skills/org-skill-credentials-vault.org @@ -5,7 +5,7 @@ #+TITLE: SKILL: Credentials Vault (Universal Literate Note) #+STARTUP: content #+FILETAGS: :auth:security:infrastructure:psf: -#+DEPENDS_ON: id:e8b500e2-3f26-4c8e-8558-528061e178ca +#+DEPENDS_ON: id:state-persistence-skill * Overview The *Credentials Vault* is the high-security enclave for the Org-Agent. It centralizes the management of LLM API keys, OAuth sessions, and browser cookies. By consolidating these into a single vault, we ensure that sensitive tokens are handled with uniform masking, validation, and Merkle-integrated persistence. diff --git a/skills/org-skill-function-calling.org b/skills/org-skill-function-calling.org index afa0da8..21b3c91 100644 --- a/skills/org-skill-function-calling.org +++ b/skills/org-skill-function-calling.org @@ -6,7 +6,7 @@ #+TITLE: SKILL: Native Function Calling (Universal Literate Note) #+STARTUP: content #+FILETAGS: :llm:tools:json-schema:reliability:psf: -#+DEPENDS_ON: org-skill-org-json-bridge +#+DEPENDS_ON: id:homoiconic-memory-skill * Overview The *Native Function Calling* skill provides the translation layer between the system's deterministic Lisp interfaces and the LLM's neural tool-calling capabilities. It ensures that System 1 (the LLM) interacts with the world via structured, validated schemas rather than raw text plists, virtually eliminating "formatting hallucinations." diff --git a/skills/org-skill-homoiconic-memory.org b/skills/org-skill-homoiconic-memory.org index 1e72877..0839a2c 100644 --- a/skills/org-skill-homoiconic-memory.org +++ b/skills/org-skill-homoiconic-memory.org @@ -5,7 +5,7 @@ #+TITLE: SKILL: Homoiconic Memory (Universal Literate Note) #+STARTUP: content #+FILETAGS: :org-mode:ast:json:normalization:psf: -#+DEPENDS_ON: id:e8b500e2-3f26-4c8e-8558-528061e178ca +#+DEPENDS_ON: id:state-persistence-skill * Overview The *Homoiconic Memory* skill defines the "Grammar of the Memex." It establishes Org-mode as the native Abstract Syntax Tree (AST) for both humans and agents. This skill consolidates the definition of Org nodes, the bidirectional JSON bridge, and the structural normalization logic (ID injection) into a single, high-integrity unit. diff --git a/skills/org-skill-llm-gateway.org b/skills/org-skill-llm-gateway.org index 458b9af..295d9b5 100644 --- a/skills/org-skill-llm-gateway.org +++ b/skills/org-skill-llm-gateway.org @@ -5,7 +5,7 @@ #+TITLE: SKILL: Unified LLM Gateway (Universal Literate Note) #+STARTUP: content #+FILETAGS: :llm:gateway:infrastructure:psf: -#+DEPENDS_ON: id:ab7f8ca4-5589-44ed-b797-1389ceeaf39c +#+DEPENDS_ON: id:credentials-vault-skill * Overview The *Unified LLM Gateway* is the single sensory and reasoning interface for all neural backends. It consolidates the previously fragmented provider skills into a high-integrity dispatch layer, standardizing credential management, error handling, and payload formatting. diff --git a/skills/org-skill-state-persistence.org b/skills/org-skill-state-persistence.org index 6f91f05..1de0dfe 100644 --- a/skills/org-skill-state-persistence.org +++ b/skills/org-skill-state-persistence.org @@ -5,7 +5,6 @@ #+TITLE: SKILL: State Persistence Layer (Universal Literate Note) #+STARTUP: content #+FILETAGS: :memory:persistence:closos:ipfs:psf: -#+DEPENDS_ON: id:e8b500e2-3f26-4c8e-8558-528061e178ca * Overview The *State Persistence Layer* ensures the durability and sovereignty of the agent's memory. It unifies local, high-performance Lisp image dumps with decentralized, immutable IPFS checkpointing. This dual-path approach provides both rapid operational recovery and long-term historical integrity. diff --git a/skills/org-skill-token-accountant.org b/skills/org-skill-token-accountant.org index 13fe256..828f6d1 100644 --- a/skills/org-skill-token-accountant.org +++ b/skills/org-skill-token-accountant.org @@ -6,7 +6,7 @@ #+TITLE: SKILL: Token Accountant Agent (Universal Literate Note) #+STARTUP: content #+FILETAGS: :infrastructure:budget:llm:psf:economics: -#+DEPENDS_ON: skill-router +#+DEPENDS_ON: id:event-orchestrator-skill * Overview The *Token Accountant* is the governor of the Neural Engine. It manages the cost, reliability, and routing of LLM providers. Its primary mission is to ensure the PSF operates at maximum intelligence with minimum marginal cost by aggressively prioritizing subsidized free models when appropriate.