Skip to content

chore: remove stray git-stash leftovers, fix .gitignore conflict markers (fixes #1030)#1178

Merged
gHashTag merged 3 commits into
masterfrom
fix/ci-stash-cleanup-1030
Jun 17, 2026
Merged

chore: remove stray git-stash leftovers, fix .gitignore conflict markers (fixes #1030)#1178
gHashTag merged 3 commits into
masterfrom
fix/ci-stash-cleanup-1030

Conversation

@gHashTag

Copy link
Copy Markdown
Owner

Изменения

  1. Удалить из корня репозитория три файла-мусора от неудачного git stash:
    • NOW.md~Stashed changes
    • NOW.md~Stashed changes_0
    • NOW.md~Stashed changes_1
  2. Исправить .gitignore:
    • удалить незакрытые маркеры конфликта <<<<<<< Updated upstream, =======, >>>>>>> Stashed changes (строки 49/53/61), сохранив контент обеих сторон;
    • добавить паттерн *~Stashed changes*, чтобы такие файлы больше не попадали в индекс.

Почему

Файлы NOW.md~Stashed changes* ломают CI-гейт свежести (check-now-freshness.yml) и засоряют корень. Маркеры конфликта в .gitignore делают сам ignore-файл некорректным. Это блокер P0 (WV-01).

Проверка

  • git ls-files | grep "Stashed" → пусто.
  • grep -nE "<<<<<<<|=======|>>>>>>>" .gitignore → пусто.
  • CI зелёный.

Closes

#1030

…ers (fixes #1030)

Remove NOW.md~Stashed changes{,_0,_1} that break check-now-freshness CI gate; resolve leftover git-stash conflict markers in .gitignore and add *~Stashed changes* ignore pattern.
@github-actions

Copy link
Copy Markdown
Contributor

📓 NotebookLM Notebook linked to this PR

This notebook contains session context, decisions, and artifacts for this work.

@github-actions

Copy link
Copy Markdown
Contributor

PR Dashboard

Generated at: 2026-06-16 12:29:17 UTC

Summary

Status Count
Total Open PRs 7
PRs with Failing Checks 4
PRs with All Checks Green 3
READY 2
FAILING 4
PENDING 0

Seal Status

  • ⚠️ STALE -- sha256(compiler.rs)=1953ec73601f != manifest seal=49e55df6d444.
    The committed NMSE numbers were certified against an older compiler.rs.
    Run scripts/reseal-check.sh locally for the two-step reseal command (advisory; not a merge gate).

@github-actions

Copy link
Copy Markdown
Contributor

PR Dashboard

Generated at: 2026-06-16 12:33:34 UTC

Summary

Status Count
Total Open PRs 7
PRs with Failing Checks 4
PRs with All Checks Green 3
READY 2
FAILING 4
PENDING 0

Seal Status

  • ⚠️ STALE -- sha256(compiler.rs)=1953ec73601f != manifest seal=49e55df6d444.
    The committed NMSE numbers were certified against an older compiler.rs.
    Run scripts/reseal-check.sh locally for the two-step reseal command (advisory; not a merge gate).

@github-actions

Copy link
Copy Markdown
Contributor

📓 NotebookLM Notebook linked to this PR

This notebook contains session context, decisions, and artifacts for this work.

@github-actions

Copy link
Copy Markdown
Contributor

PR Dashboard

Generated at: 2026-06-16 12:35:14 UTC

Summary

Status Count
Total Open PRs 7
PRs with Failing Checks 4
PRs with All Checks Green 3
READY 2
FAILING 4
PENDING 0

Seal Status

  • ⚠️ STALE -- sha256(compiler.rs)=1953ec73601f != manifest seal=49e55df6d444.
    The committed NMSE numbers were certified against an older compiler.rs.
    Run scripts/reseal-check.sh locally for the two-step reseal command (advisory; not a merge gate).

@github-actions

Copy link
Copy Markdown
Contributor

📓 NotebookLM Notebook linked to this PR

This notebook contains session context, decisions, and artifacts for this work.

@gHashTag
gHashTag merged commit ba177e3 into master Jun 17, 2026
21 checks passed
@gHashTag
gHashTag deleted the fix/ci-stash-cleanup-1030 branch June 17, 2026 05:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant