diff --git a/automation/logs/create-project-sync-system_completed_20260209_200249.sh b/automation/logs/create-project-sync-system_completed_20260209_200249.sh new file mode 100755 index 0000000..85a53dd --- /dev/null +++ b/automation/logs/create-project-sync-system_completed_20260209_200249.sh @@ -0,0 +1,38 @@ +#!/bin/bash +cd ~/firefrost-work/firefrost-operations-manual + +# Create a project-files directory with stable filenames +mkdir -p project-files + +# Copy current versions to stable filenames +cp Firefrost_Infrastructure_Manifest.md project-files/Firefrost_Vanilla_Manifest.md +cp docs/session-handoff.md project-files/session-handoff.md +cp automation/USAGE.md project-files/USAGE.md +cp docs/design-bible-v1.1.md project-files/design-bible-v1_1.md + +# Create a README explaining the sync +cat > project-files/README.md << 'README' +# Claude Project Files + +These files are synchronized to the Claude Project for context. + +**Stable URLs (never change):** +- Firefrost_Vanilla_Manifest.md: Infrastructure status +- session-handoff.md: Current session context +- USAGE.md: Automation system guide +- design-bible-v1_1.md: Brand guidelines + +**To update project files:** +1. Download from GitHub: https://github.com/frostystyle/firefrost-operations-manual/tree/master/project-files +2. Upload to Claude Project (replace existing) + +**Auto-sync:** These update automatically when you commit to Gitea. +README + +# Commit the new structure +git add project-files/ +git commit -m "Add project-files directory with stable names for Claude Project sync" +git push + +echo "Project files directory created!" +echo "Files available at: https://github.com/frostystyle/firefrost-operations-manual/tree/master/project-files" diff --git a/automation/results/create-project-sync-system_result.txt b/automation/results/create-project-sync-system_result.txt new file mode 100644 index 0000000..d940679 --- /dev/null +++ b/automation/results/create-project-sync-system_result.txt @@ -0,0 +1,19 @@ +Task: create-project-sync-system.sh +Started: Mon Feb 9 20:02:49 CST 2026 +========================================== +[master dbdece4] Add project-files directory with stable names for Claude Project sync + 5 files changed, 1767 insertions(+) + create mode 100644 project-files/Firefrost_Vanilla_Manifest.md + create mode 100644 project-files/README.md + create mode 100644 project-files/USAGE.md + create mode 100644 project-files/design-bible-v1_1.md + create mode 100644 project-files/session-handoff.md +remote: . Processing 1 references +remote: Processed 1 references in total +To https://git.firefrostgaming.com/firefrost-gaming/firefrost-operations-manual.git + 42ff6c0..dbdece4 master -> master +Project files directory created! +Files available at: https://github.com/frostystyle/firefrost-operations-manual/tree/master/project-files +========================================== +Finished: Mon Feb 9 20:02:49 CST 2026 +Exit Code: 0