diff --git a/automation/logs/rename-design-bible_completed_20260209_200623.sh b/automation/logs/rename-design-bible_completed_20260209_200623.sh new file mode 100755 index 0000000..ddd7126 --- /dev/null +++ b/automation/logs/rename-design-bible_completed_20260209_200623.sh @@ -0,0 +1,20 @@ +#!/bin/bash +cd ~/firefrost-work/firefrost-operations-manual + +# Rename in docs/ (source location) +git mv docs/design-bible-v1.1.md docs/design-bible.md + +# Update project-files/ (copy for Claude Project) +rm project-files/design-bible-v1_1.md +cp docs/design-bible.md project-files/design-bible.md + +# Commit +git add -A +git commit -m "Remove version number from design-bible filename + +Version tracked inside file (currently v1.1). +Keeps filename stable like infrastructure manifest." + +git push + +echo "Design bible renamed!" diff --git a/automation/results/rename-design-bible_result.txt b/automation/results/rename-design-bible_result.txt index e9093e8..85fdff7 100644 --- a/automation/results/rename-design-bible_result.txt +++ b/automation/results/rename-design-bible_result.txt @@ -1,3 +1,19 @@ Task: rename-design-bible.sh Started: Mon Feb 9 20:06:23 CST 2026 ========================================== +[master 32ae6d8] Remove version number from design-bible filename + 8 files changed, 47 insertions(+), 27 deletions(-) + delete mode 100755 automation/queue/organize-repo.sh + create mode 100755 automation/queue/rename-design-bible.sh + create mode 100644 automation/results/rename-design-bible_result.txt + rename docs/{design-bible-v1.1.md => design-bible.md} (100%) + create mode 100644 master + rename project-files/{design-bible-v1_1.md => design-bible.md} (100%) +remote: . Processing 1 references +remote: Processed 1 references in total +To https://git.firefrostgaming.com/firefrost-gaming/firefrost-operations-manual.git + 7dcad7d..32ae6d8 master -> master +Design bible renamed! +========================================== +Finished: Mon Feb 9 20:06:23 CST 2026 +Exit Code: 0