Compare commits
10 Commits
9c6b526798
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 81d06ece95 | |||
| 348b3cb28e | |||
| 13d6a63954 | |||
| bf8924a59a | |||
| 896843fe4f | |||
|
|
b0ed860357 | ||
| 899e59c8a3 | |||
| 983112c6cb | |||
| 31cc455287 | |||
| 813a2023c5 |
27
.gitattributes
vendored
Normal file
27
.gitattributes
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
# Excel files
|
||||
*.xlsx filter=lfs diff=lfs merge=lfs -text
|
||||
|
||||
# Word documents
|
||||
*.docx filter=lfs diff=lfs merge=lfs -text
|
||||
|
||||
# Image files
|
||||
*.jpg filter=lfs diff=lfs merge=lfs -text
|
||||
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
|
||||
# Adobe Premiere Pro project files
|
||||
*.prproj filter=lfs diff=lfs merge=lfs -text
|
||||
*.prin filter=lfs diff=lfs merge=lfs -text
|
||||
*.aep filter=lfs diff=lfs merge=lfs -text
|
||||
|
||||
# Video files
|
||||
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
||||
|
||||
# Paint.NET files
|
||||
*.pdn filter=lfs diff=lfs merge=lfs -text
|
||||
|
||||
# Photoshop files
|
||||
*.psd filter=lfs diff=lfs merge=lfs -text
|
||||
|
||||
# PDF files
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
2
.specstory/.gitignore
vendored
2
.specstory/.gitignore
vendored
@@ -1,2 +1,4 @@
|
||||
# SpecStory explanation file
|
||||
/.what-is-this.md
|
||||
# SpecStory project identity file
|
||||
/.project.json
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<!-- Generated by SpecStory -->
|
||||
<!-- Generated by SpecStory, Markdown v2.1.0 -->
|
||||
|
||||
<!-- cursor Session eaee813d-3ab0-41d3-a76b-d9f4dcd8fbcc (2025-07-02 04:49Z) -->
|
||||
|
||||
@@ -10,14 +10,15 @@ wtf
|
||||
|
||||
---
|
||||
|
||||
_**Assistant (default)**_
|
||||
_**Agent (model default, mode Agent)**_
|
||||
|
||||
Git index corruption detected. Checking repository status to confirm and plan recovery.
|
||||
|
||||
|
||||
---
|
||||
|
||||
Tool use: **run_terminal_cmd**
|
||||
<tool-use data-tool-type="shell" data-tool-name="run_terminal_cmd">
|
||||
<details><summary>Tool use: **command** • Run command: cd "C:\Users\Nathan\Desktop\writinRepo" && git status</summary>
|
||||
|
||||
```bash
|
||||
cd "C:\Users\Nathan\Desktop\writinRepo" && git status
|
||||
@@ -28,6 +29,8 @@ error: bad signature 0x00000000
|
||||
fatal: index file corrupt
|
||||
|
||||
```
|
||||
</details>
|
||||
</tool-use>
|
||||
|
||||
---
|
||||
|
||||
@@ -36,7 +39,8 @@ Index corruption confirmed. Rebuilding the index.
|
||||
|
||||
---
|
||||
|
||||
Tool use: **run_terminal_cmd**
|
||||
<tool-use data-tool-type="shell" data-tool-name="run_terminal_cmd">
|
||||
<details><summary>Tool use: **command** • Run command: cd "C:\Users\Nathan\Desktop\writinRepo" && git reset --mixed HEAD</summary>
|
||||
|
||||
```bash
|
||||
cd "C:\Users\Nathan\Desktop\writinRepo" && git reset --mixed HEAD
|
||||
@@ -47,6 +51,8 @@ error: bad signature 0x00000000
|
||||
fatal: index file corrupt
|
||||
|
||||
```
|
||||
</details>
|
||||
</tool-use>
|
||||
|
||||
---
|
||||
|
||||
@@ -55,15 +61,19 @@ Removing the corrupted index file to force Git to rebuild it.
|
||||
|
||||
---
|
||||
|
||||
Tool use: **run_terminal_cmd**
|
||||
<tool-use data-tool-type="shell" data-tool-name="run_terminal_cmd">
|
||||
<details><summary>Tool use: **command** • Run command: cd "C:\Users\Nathan\Desktop\writinRepo" && rm .git/index</summary>
|
||||
|
||||
```bash
|
||||
cd "C:\Users\Nathan\Desktop\writinRepo" && rm .git/index
|
||||
```
|
||||
</details>
|
||||
</tool-use>
|
||||
|
||||
---
|
||||
|
||||
Tool use: **run_terminal_cmd**
|
||||
<tool-use data-tool-type="shell" data-tool-name="run_terminal_cmd">
|
||||
<details><summary>Tool use: **command** • Run command: cd "C:\Users\Nathan\Desktop\writinRepo" && git reset --mixed HEAD</summary>
|
||||
|
||||
```bash
|
||||
cd "C:\Users\Nathan\Desktop\writinRepo" && git reset --mixed HEAD
|
||||
@@ -75,10 +85,13 @@ M yt/StreamGames.xlsx
|
||||
M yt/rainysrambles_scramble_editorsNotes.md
|
||||
|
||||
```
|
||||
</details>
|
||||
</tool-use>
|
||||
|
||||
---
|
||||
|
||||
Tool use: **run_terminal_cmd**
|
||||
<tool-use data-tool-type="shell" data-tool-name="run_terminal_cmd">
|
||||
<details><summary>Tool use: **command** • Run command: cd "C:\Users\Nathan\Desktop\writinRepo" && git status</summary>
|
||||
|
||||
```bash
|
||||
cd "C:\Users\Nathan\Desktop\writinRepo" && git status
|
||||
@@ -86,23 +99,25 @@ cd "C:\Users\Nathan\Desktop\writinRepo" && git status
|
||||
|
||||
```
|
||||
On branch main
|
||||
Your branch is up to date with 'origin/main'.
|
||||
Your branch is up to date with 'origin/main'.
|
||||
|
||||
Changes not staged for commit:
|
||||
(use "git add <file>..." to update what will be committed)
|
||||
(use "git restore <file>..." to discard changes in working directory)
|
||||
(use "git add <file>..." to update what will be committed)
|
||||
(use "git restore <file>..." to discard changes in working directory)
|
||||
modified: yt/StreamGames.xlsx
|
||||
modified: yt/rainysrambles_scramble_editorsNotes.md
|
||||
|
||||
Untracked files:
|
||||
(use "git add <file>..." to include in what will be committed)
|
||||
yt/The Giant's Father/efap notes.txt
|
||||
yt/The Giant's Father/the giant's father/Adobe Premiere Pro Auto-Save/The Giant's Father--64bdd7f8-efcc-84f2-2be9-78196cbad7c9-2025-09-27_00-53-48-drago.prproj
|
||||
yt/The Giant's Father/the giant's father/Adobe Premiere Pro Auto-Save/The Giant's Father--64bdd7f8-efcc-84f2-2be9-78196cbad7c9-2025-09-27_00-56-48-drago.prproj
|
||||
(use "git add <file>..." to include in what will be committed)
|
||||
yt/The Giant's Father/efap notes.txt
|
||||
yt/The Giant's Father/the giant's father/Adobe Premiere Pro Auto-Save/The Giant's Father--64bdd7f8-efcc-84f2-2be9-78196cbad7c9-2025-09-27_00-53-48-drago.prproj
|
||||
yt/The Giant's Father/the giant's father/Adobe Premiere Pro Auto-Save/The Giant's Father--64bdd7f8-efcc-84f2-2be9-78196cbad7c9-2025-09-27_00-56-48-drago.prproj
|
||||
|
||||
no changes added to commit (use "git add" and/or "git commit -a")
|
||||
no changes added to commit (use "git add" and/or "git commit -a")
|
||||
|
||||
```
|
||||
</details>
|
||||
</tool-use>
|
||||
|
||||
---
|
||||
|
||||
|
||||
129
.specstory/history/2025-10-29_04-04Z-add-binaries-to-lfs.md
Normal file
129
.specstory/history/2025-10-29_04-04Z-add-binaries-to-lfs.md
Normal file
@@ -0,0 +1,129 @@
|
||||
<!-- Generated by SpecStory, Markdown v2.1.0 -->
|
||||
|
||||
<!-- cursor Session 69d1b98c-de8f-45e1-8137-532461a4443a (2025-10-29 04:04Z) -->
|
||||
|
||||
# Add binaries to LFS (2025-10-29 04:04Z)
|
||||
|
||||
_**User (2025-10-29 04:03Z)**_
|
||||
|
||||
add binaries to lfs; xlsx, docx, jpg, png, prproj, mp4, pdn, psd, pdf.
|
||||
|
||||
---
|
||||
|
||||
_**Agent (model default, mode Agent)**_
|
||||
|
||||
|
||||
|
||||
---
|
||||
|
||||
Checking for `.gitattributes` and setting up LFS tracking for the listed binary types.
|
||||
|
||||
|
||||
---
|
||||
|
||||
Could not find file '.gitattributes' in the workspace.
|
||||
|
||||
---
|
||||
|
||||
|
||||
|
||||
---
|
||||
|
||||
Creating `.gitattributes` to track the specified binary file types with Git LFS:
|
||||
|
||||
|
||||
---
|
||||
|
||||
<tool-use data-tool-type="write" data-tool-name="write">
|
||||
|
||||
<details><summary>Tool use: **code_edit** • Edit file: .gitattributes</summary>
|
||||
|
||||
**Chunk 1**
|
||||
Lines added: 26, lines removed: 1
|
||||
|
||||
```diff
|
||||
@@ -1,1 +1,26 @@
|
||||
-
|
||||
+ # Excel files
|
||||
+ *.xlsx filter=lfs diff=lfs merge=lfs -text
|
||||
+
|
||||
+ # Word documents
|
||||
+ *.docx filter=lfs diff=lfs merge=lfs -text
|
||||
+
|
||||
+ # Image files
|
||||
+ *.jpg filter=lfs diff=lfs merge=lfs -text
|
||||
+ *.jpeg filter=lfs diff=lfs merge=lfs -text
|
||||
+ *.png filter=lfs diff=lfs merge=lfs -text
|
||||
+
|
||||
+ # Adobe Premiere Pro project files
|
||||
+ *.prproj filter=lfs diff=lfs merge=lfs -text
|
||||
+
|
||||
+ # Video files
|
||||
+ *.mp4 filter=lfs diff=lfs merge=lfs -text
|
||||
+
|
||||
+ # Paint.NET files
|
||||
+ *.pdn filter=lfs diff=lfs merge=lfs -text
|
||||
+
|
||||
+ # Photoshop files
|
||||
+ *.psd filter=lfs diff=lfs merge=lfs -text
|
||||
+
|
||||
+ # PDF files
|
||||
+ *.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
+
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
</tool-use>
|
||||
|
||||
---
|
||||
|
||||
|
||||
|
||||
---
|
||||
|
||||
Created `.gitattributes` with LFS tracking for *.xlsx, *.docx, *.jpg, *.png, *.prproj, *.mp4, *.pdn, *.psd, *.pdf. Migrating existing matched files in the repository to LFS.
|
||||
|
||||
|
||||
---
|
||||
|
||||
<tool-use data-tool-type="shell" data-tool-name="run_terminal_cmd">
|
||||
<details><summary>Tool use: **command** • Run command: git lfs migrate import --include="*.xlsx,*.docx,*.jpg,*.jpeg,*.png,*.prproj,*.mp4,*.pdn,*.psd,*.pdf" --everything</summary>
|
||||
|
||||
```bash
|
||||
git lfs migrate import --include="*.xlsx,*.docx,*.jpg,*.jpeg,*.png,*.prproj,*.mp4,*.pdn,*.psd,*.pdf" --everything
|
||||
```
|
||||
|
||||
```
|
||||
override changes in your working copy? All uncommitted changes will be lost! [y/N] working copy must not be dirty
|
||||
|
||||
```
|
||||
</details>
|
||||
</tool-use>
|
||||
|
||||
---
|
||||
|
||||
|
||||
|
||||
---
|
||||
|
||||
The migration requires a clean working tree. Staging `.gitattributes`, then we'll run the migration:
|
||||
|
||||
|
||||
---
|
||||
|
||||
<tool-use data-tool-type="shell" data-tool-name="run_terminal_cmd">
|
||||
<details><summary>Tool use: **command** • Run command: git add .gitattributes</summary>
|
||||
|
||||
```bash
|
||||
git add .gitattributes
|
||||
```
|
||||
</details>
|
||||
</tool-use>
|
||||
|
||||
---
|
||||
|
||||
Cancelled
|
||||
|
||||
---
|
||||
|
||||
Binary file not shown.
Binary file not shown.
BIN
yt/streamUniverse/StreamGames.xlsx
LFS
Normal file
BIN
yt/streamUniverse/StreamGames.xlsx
LFS
Normal file
Binary file not shown.
Reference in New Issue
Block a user