2.1 KiB
2.1 KiB
task, slug, effort, phase, progress, mode, started, updated
| task | slug | effort | phase | progress | mode | started | updated |
|---|---|---|---|---|---|---|---|
| Save iqon memory and git snapshot | 20260520-171600_memory-git-save | standard | complete | 8/8 | interactive | 2026-05-20T17:16:00+03:00 | 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
- ISC-1: Git status inspected before staging files
- ISC-2: Secret scan run on deploy-related file set
- ISC-3: Backup directories excluded from git tracking
- ISC-4: Access helper scripts excluded from git tracking
- ISC-5: Current memory save PRD created locally
- ISC-6: Static deploy readiness report exists
- ISC-7: Codex project memory updated externally
- 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 --shortshowed dirty tracked files and many untracked project artifacts.- Secret scan returned references to paths and identifiers only, not credential values.
.gitignorenow excludes backup/access/helper artifacts.git rm --cached -r server-backup-20260518 server71.hosting.reg.ru_1500.mhtmlremoved sensitive backup artifacts from git tracking only.
Created: 2026-05-20 Updated: 2026-05-20