chore: save iqon static deploy snapshot

This commit is contained in:
Sergei Vasilev
2026-05-20 17:21:42 +03:00
parent 497f2450e9
commit c023fe5d8d
121 changed files with 3211 additions and 24373 deletions
@@ -0,0 +1,47 @@
---
task: Save iqon memory and git snapshot
slug: 20260520-171600_memory-git-save
effort: standard
phase: complete
progress: 8/8
mode: interactive
started: 2026-05-20T17:16:00+03:00
updated: 2026-05-20T17:16:00+03:00
---
# Save iqon memory and git snapshot
Purpose: зафиксировать сохранение проектной памяти и подготовку git snapshot после локальной готовности static deploy-пакета `iqon.com`.
## Context
Сергей попросил сделать сохранение памяти и git. Перед коммитом проверен рабочий статус, добавлен `.gitignore` для backup/access-файлов, и исключены чувствительные директории/скрипты из планируемого snapshot.
## Criteria
- [x] ISC-1: Git status inspected before staging files
- [x] ISC-2: Secret scan run on deploy-related file set
- [x] ISC-3: Backup directories excluded from git tracking
- [x] ISC-4: Access helper scripts excluded from git tracking
- [x] ISC-5: Current memory save PRD created locally
- [x] ISC-6: Static deploy readiness report exists
- [x] ISC-7: Codex project memory updated externally
- [x] ISC-8: Git commit prepared from relevant project files only
## Decisions
- Do not stage `server-backup-*`, `legacy_reference`, `.cursor`, `.cursorrules`, `check_ssh*.exp`, or `.mhtml`.
- Keep deployment docs, static prototype, reports, SEO artifacts, scripts, snippets, and local MEMORY in git.
- Remove already-tracked backup and mhtml files from git index with `git rm --cached`, without deleting local files.
## Verification
- `git status --short` showed dirty tracked files and many untracked project artifacts.
- Secret scan returned references to paths and identifiers only, not credential values.
- `.gitignore` now excludes backup/access/helper artifacts.
- `git rm --cached -r server-backup-20260518 server71.hosting.reg.ru_1500.mhtml` removed sensitive backup artifacts from git tracking only.
---
*Created: 2026-05-20*
*Updated: 2026-05-20*