Skip to content
approved Visibility internal Owner erik@uvilo.com Approver _ Created 2026-07-25 Updated 2026-07-25

Orchestration 2 Changelog

Files added, modified, or deleted across all Plans.

FileActionPlanTask
agent-sync.tsModified1Task 1
Env_Snippet.mdAdded1Task 2
Project_Snippet.mdAdded1Task 3
astro.config.mjsModified1Task 4
Create_Page/SKILL.mdDeleted2Task 1
index.mdModified2Task 1
Project_Extract/SKILL.mdModified2Task 1
Manage_Pages/SKILL.mdAdded2Task 2
SKILL.raw.mdAdded2Task 2
generate_view_pages.tsAdded2Task 2
view_folder_config.jsonAdded2Task 2
Update_Sidebar/SKILL.mdDeleted2Task 2
SKILL.raw.mdDeleted2Task 2
generate_view_pages.tsDeleted2Task 2
view_folder_config.jsonDeleted2Task 2
package.jsonModified2Task 2
Forge_Content_System.mdModified2Task 2
Forge_Document_Structure.mdModified2Task 2
Forge_Agent_Architecture.mdModified2Task 2
Forge_Agents_User_Guide.mdModified2Task 2
Admin_Panel_Plan.mdModified2Task 2
example_report.mdModified2Task 2
Project_Archive/SKILL.mdModified2Task 2
Project_Complete/SKILL.mdModified2Task 2
Project_Create/SKILL.mdModified2Task 2
Project_Implement/SKILL.mdModified2Task 2
Project_Plan/SKILL.mdModified2Task 2
Project_Rename/SKILL.mdModified2Task 2
Project_Requirements/SKILL.mdModified2Task 2
Project_Research/SKILL.mdModified2Task 2
Project_Spec/SKILL.mdModified2Task 2
AGENTS.mdModified2Task 2
Forge/AGENTS.mdModified2Task 2
Forge_Chat_Prompt.mdAdded2Task 3
Page_Handler_Prompt.mdAdded2Task 3
Project_Evaluator_Prompt.mdAdded2Task 3
Project_Runner_Prompt.mdAdded2Task 3
Project_Thinker_Prompt.mdAdded2Task 3
Project_Worker_Prompt.mdAdded2Task 3
Task_Runner_Prompt.mdAdded2Task 3
FORGE_CHAT.mdDeleted2Task 4
PAGE_WORKER.mdDeleted2Task 4
PROJECT_EVALUATOR.mdDeleted2Task 4
PROJECT_RUNNER.mdDeleted2Task 4
PROJECT_THINKER.mdDeleted2Task 4
PROJECT_WORKER.mdDeleted2Task 4
TASK_RUNNER.mdDeleted2Task 4
agent-sync.tsModified2Task 4
LibreChat_Agent_Instructions.mdModified2Task 4
Forge_Agent_Orchestration.mdModified2Task 4
Forge_Project_Flow.mdModified2Task 4
Forge/README.mdModified2Task 4
Artifacts/SKILL.mdModified2Task 4
Context_Hygiene/SKILL.mdModified2Task 4
commands.mdModified2Task 4
Create_Skill/SKILL.mdModified2Task 4
Forge_Optimizer/SKILL.mdModified2Task 4
extraction_prompt.mdModified2Task 4
optimize.tsModified2Task 4
Orchestration/SKILL.mdModified2Task 4
Update_Agents/SKILL.mdModified2Task 4
astro.config.mjsModified2Task 5
Forge_Chat_Prompt.mdModified2Evaluation
Context_Hygiene/SKILL.mdModified3Task 1
context_audit.mdAdded3Task 1
Forge_Agent_Orchestration.mdModified3Task 3
Orchestration/SKILL.mdModified3Task 4
Update_Agents/SKILL.mdModified3Task 5
extraction_prompt.mdModified3Task 6

Verification

Success Criteria

#CriterionMeasured byStatus
V1Include directives are resolved and inlined before agent instructions are written to MongoDBagent-sync resolves <!-- include: --> directives; output is fully assembled prompt🟢 Success
V2Recursive includes work up to max depth; cycles and missing files produce clear errorsTest with nested include and invalid path🟢 Success
V3Context Hygiene skill updated with category-aware budgets table; /audit-context produces context_audit.mdAudit command runs against all agent prompts; writes results table to references/🟢 Success
V4Page_Handler_Prompt.md refactored to use includes; no runtime skill read for Manage_Pagesagent-sync resolves the include; Page Handler operates without reading the skill at runtime🟢 Success
V5Shared environment and project snippets exist and are included by agents that need themSnippet files are includable by multiple agent prompts; agents that exclude them still function correctly🟢 Success
V6Manage_Pages inlined in Page_Handler_Prompt; Forge Optimizer updated to detect always-used skillsPage Handler operates without runtime skill read; Optimizer can detect usage patterns🟢 Success
V7Forge/Skills/index.md deprecated and removed from always-loaded contextAll agents that previously relied on index.md use forge-discovery for skill lookup instead🟢 Success
V8All agent prompts renamed to Title_Case_With_Underscores_Prompt.md convention; all references updatedagent-sync.ts, documentation, and sidebar use new names; sync succeeds🟢 Success
V9Create Page skill deleted; Update Sidebar renamed to Manage Pages; all references updatedCreate_Page directory removed; Manage_Pages directory exists with combined logic; all references use new name🟢 Success

Items

#TypeDescriptionStatusDisposition
E1GapForge/Skills/index.md still exists with status: published — R7 says “deprecate” but the file was only removed from always-loaded context, not archived or deleted🟢 ResolvedFix
E2VarianceSpec §3.1 says Forge Chat snippet inclusion is “TBD” but R5 explicitly excludes Forge Chat. Spec should be updated to resolve the TBD.🟢 ResolvedFix
E3VarianceEscalation rule inconsistency: Forge_Chat_Prompt.md has “2 failed attempts” while Env_Snippet.md has “3 failed attempts”. R5 increased to 3 for the snippet, but Forge Chat (which doesn’t include the snippet) retains the old value. Creates divergent agent behavior.🟢 ResolvedFix

Resolution Log

#DispositionAction takenResolved
E1FixDeleted index.md, removed sidebar entry, updated Create_Skill step 5 and 6 (removed index.md step, renamed Update Sidebar → Manage Pages)
E2FixUpdated Spec §3.1 and R5 to include Forge Chat in Env Snippet inclusion list; removed TBD
E3FixAdded <!-- include: Forge/Configs/Agents/Env_Snippet.md --> to Forge_Chat_Prompt.md; removed duplicated rules (SIDEBAR RULE, DIAGNOSIS RULE, ESCALATION RULE) from Forge Chat body