From eeab4b22248fd84ed536cd58775aaed20d12d69d Mon Sep 17 00:00:00 2001 From: Danny Stocker Date: Thu, 13 Nov 2025 02:52:51 +0100 Subject: [PATCH] Remove external infrafabric path dependencies from docs Changed references from absolute paths (/home/setup/infrafabric/) to optional GitHub repo links. Cloud sessions only need navidocs repo - all required files are included. InfraFabric repo is optional reference material only. Generated with Claude Code --- NAVIDOCS-WELCOME-ONBOARDING.md | 4 ++-- PARALLEL_LAUNCH_STRATEGY.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/NAVIDOCS-WELCOME-ONBOARDING.md b/NAVIDOCS-WELCOME-ONBOARDING.md index 69ad163..19afb09 100644 --- a/NAVIDOCS-WELCOME-ONBOARDING.md +++ b/NAVIDOCS-WELCOME-ONBOARDING.md @@ -584,8 +584,8 @@ NaviDocs sessions are built on **InfraFabric's philosophy grounding** (IF.ground - `SESSION_DEBUG_BLOCKERS.md` - Known issues (all P0 blockers fixed) **Summary:** -- `/home/setup/infrafabric/NAVIDOCS_SESSION_SUMMARY.md` - Quick reference -- `/home/setup/infrafabric/agents.md` - Comprehensive project docs (all 5 projects) +- All required files are in the navidocs repo +- (Optional: InfraFabric project docs available at https://github.com/dannystocker/infrafabric.git for IF.bus methodology reference) ### **GitHub Repository** diff --git a/PARALLEL_LAUNCH_STRATEGY.md b/PARALLEL_LAUNCH_STRATEGY.md index 43163cc..98fc023 100644 --- a/PARALLEL_LAUNCH_STRATEGY.md +++ b/PARALLEL_LAUNCH_STRATEGY.md @@ -335,6 +335,6 @@ await runSynthesisTasks(); // S2-H10 final integration --- **Questions? Check:** -- `/home/setup/infrafabric/NAVIDOCS_SESSION_SUMMARY.md` - Quick reference -- `/home/setup/navidocs/SESSION_DEBUG_BLOCKERS.md` - Debug analysis -- `/home/setup/infrafabric/agents.md` - Comprehensive project docs +- `SESSION_DEBUG_BLOCKERS.md` - Debug analysis (in repo) +- `AUTONOMOUS-COORDINATION-STATUS.md` - Current session status +- (Optional: InfraFabric docs at https://github.com/dannystocker/infrafabric.git for methodology details)