append zipseqarchv script and batches

This commit is contained in:
Nathan
2025-11-06 10:10:29 -07:00
parent 699b053165
commit a90acae5c5
6 changed files with 378 additions and 0 deletions

View File

@@ -1,2 +1,3 @@
# SpecStory explanation file
/.what-is-this.md

8
.specstory/.project.json Normal file
View File

@@ -0,0 +1,8 @@
{
"workspace_id": "94b7-1af5-44a2-c709",
"workspace_id_at": "2025-11-06T17:01:19.380Z",
"project_name": "ProjectStructure",
"cloud_sync": false,
"git_id": "002d-9d95-b84c-ef52",
"git_id_at": "2025-11-06T17:01:19.414Z"
}

View File

@@ -298,3 +298,13 @@ Lines added: 1, lines removed: 1
---
Updated to use the absolute work path:
```4:4:A:\1 Amazon_Active_Projects\3 ProjectStructure\UpdateSequences.bat
set "ps1=A:\1 Amazon_Active_Projects\3 ProjectStructure\UpdateSequences.ps1"
```
The script now points to the absolute path for the work configuration.
---