Automation: Task execution results 2026-02-09 20:06:23
This commit is contained in:
20
automation/logs/rename-design-bible_completed_20260209_200623.sh
Executable file
20
automation/logs/rename-design-bible_completed_20260209_200623.sh
Executable file
@@ -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!"
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user