Skip to content

chore(workflows): auto-move non-workflow files out of .github/workflows - #168

Merged
fig-ai-agent[bot] merged 1 commit into
mainfrom
workflows-junk-auto-move
Sep 10, 2026
Merged

chore(workflows): auto-move non-workflow files out of .github/workflows#168
fig-ai-agent[bot] merged 1 commit into
mainfrom
workflows-junk-auto-move

Conversation

@fig-ai-agent

@fig-ai-agent fig-ai-agent Bot commented Sep 10, 2026

Copy link
Copy Markdown
Contributor

Summary

Auto-moves 7 files that are not valid GitHub Actions workflows out of .github/workflows/ into archive/workflows-junk/, so the actions directory contains only real workflow YAML.

Files moved (git mv — history preserved)

From To
.github/workflows/ADD EXAMPLAE AGENTS archive/workflows-junk/ADD-EXAMPLAE-AGENTS.md
.github/workflows/Auto-Build-SVG.md archive/workflows-junk/Auto-Build-SVG.md
.github/workflows/README.md archive/workflows-junk/README-workflows-notes.md
.github/workflows/deploy.yml (Production) archive/workflows-junk/deploy-production.yml.txt
.github/workflows/name Deploy Static Content to Pages.txt archive/workflows-junk/name-Deploy-Static-Content-to-Pages.txt
.github/workflows/🧪 Staging Workflow Example archive/workflows-junk/staging-workflow-example.md
.github/workflows/vercel-deployment archive/workflows-junk/vercel-deployment.md

Notes

  • Repo root README.md is untouched (the moved file was the separate notes file at .github/workflows/README.md).
  • Nothing deleted — all 7 files preserved verbatim in archive/workflows-junk/.
  • Adds archive/workflows-junk/README.md documenting each move.
  • .github/workflows/ drops from 19 → 12 entries, all real YAML.

Test

  • Each moved file inspected: all are notes/markdown/text drafts, none valid workflow YAML.
  • Verified git diff shows pure renames (0 insertions / 0 deletions).
  • No files under .github/workflows/*.yml|*.yaml were modified — no CI logic altered.

Move 7 note/doc files out of .github/workflows/ into archive/workflows-junk/
so the actions directory contains only real workflow YAML:
- ADD EXAMPLAE AGENTS, Auto-Build-SVG.md, README.md
- deploy.yml (Production), name Deploy Static Content to Pages.txt
- emoji-named Staging Workflow Example, vercel-deployment

Repo root README.md is untouched. Nothing deleted (all preserved in archive).
Adds archive/workflows-junk/README.md documenting each move.
@fig-ai-agent
fig-ai-agent Bot merged commit a32d8e9 into main Sep 10, 2026
5 of 10 checks passed
@fig-ai-agent
fig-ai-agent Bot deleted the workflows-junk-auto-move branch September 10, 2026 11:27
fig-ai-agent Bot added a commit that referenced this pull request Sep 10, 2026
Co-authored-by: Fig Agent <agent@fig.local>
fig-ai-agent Bot added a commit that referenced this pull request Sep 10, 2026
…ds (#182)

TASK-20260910-005 -> done/. Its Completion summary now cites both companions:
the deliverable half in CHANGELOG.md ([2026-09-10] -> item PR #178 / #179) and
the unverified half in PROBLEMS.md P-004, with a row mapping each of the five
unverified items to its place in P-004. Closing this task does not mean those
five pass — the summary says so explicitly and repeats that agent-core must not
be called production-ready yet.

Two records corrected while reviewing:

- TASK-20260910-004 lived in a file named 'example-task.md'. Renamed to match
  its id. Its content was also stale: PR #168 (moving non-workflow files out of
  .github/workflows/) had since merged, and the prepared SHA-pin + YAML repair
  work was recorded as 'none yet — blocked before commit' when it is in fact
  built and verified but unpushable. Validation table now carries the measured
  numbers (5 of 12 files fail to parse, 66 unpinned refs, 11/11 parse after the
  fix, 0 unpinned after the fix) and the blockers point at P-001/P-002/P-003.
- TASK-20260910-003 gained a re-check section: the codeql.yml fix is still NOT on
  remote (both SHAs return HTTP 422 against the GitHub API, with a control SHA
  returning 200), plus a newly measured, separate cause of red CI in that repo —
  five workflows read requirements.txt at the root while the repo only has
  scripts/errorlog-generator/requirements.txt. That is out of this task's scope.

Tracker tests: 20 passed. No workflow file touched.

Co-authored-by: Fig Agent <agent@fig.local>
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