Skip to content

chore: migrate hcf pipeline to agent frontmatter and prune stray docs#122

Merged
markshust merged 1 commit into
developfrom
feature/hcf-pipeline-frontmatter-migration
Jun 23, 2026
Merged

chore: migrate hcf pipeline to agent frontmatter and prune stray docs#122
markshust merged 1 commit into
developfrom
feature/hcf-pipeline-frontmatter-migration

Conversation

@markshust

Copy link
Copy Markdown
Collaborator

What

Two housekeeping changes bundled together:

1. HCF pipeline → frontmatter migration

HCF no longer reads .claude/pipeline.md — agents enroll via per-agent frontmatter. This migrates the legacy central registry without changing what runs:

Agent Phase Outcome
devils-advocate post-plan Already enrolled by the plugin — no change
standards-enforcer post-implementation (order 10) Plugin ships it dormant; the project had it enabled, so it's copied locally and enabled so it keeps running
doc-updater post-implementation (order 20) Genuinely local agent — stamped in place
  • Deleted .claude/pipeline.md
  • Removed the stale pipeline.md reference from CLAUDE.md

Note: the local standards-enforcer copy won't auto-update with the plugin — inherent cost of enabling a dormant plugin agent.

2. Prune orphaned doc

Removed blog-ux-testing.md — a manual QA checklist for a blog module that doesn't exist in this repo. It was at the repo root, unreferenced anywhere, and not part of the framework docs.

Why

Unblocks plan-create / plan-orchestrate, which were gated while the legacy pipeline.md existed.

Migrate the legacy .claude/pipeline.md central registry to per-agent
frontmatter enrollment (HCF now enrolls agents via frontmatter, not the
pipeline file). Behavior is preserved:

- devils-advocate (post-plan) — already enrolled by the plugin; no change
- standards-enforcer (post-implementation, order 10) — copied locally and
  enabled so it keeps running
- doc-updater (post-implementation, order 20) — stamped in place

Also remove the stale pipeline.md reference from CLAUDE.md and delete the
orphaned blog-ux-testing.md (no blog module exists; unreferenced).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@github-actions github-actions Bot added the maintenance Dependency updates and housekeeping label Jun 23, 2026
@markshust markshust merged commit d4d53da into develop Jun 23, 2026
1 check passed
@markshust markshust deleted the feature/hcf-pipeline-frontmatter-migration branch June 23, 2026 15:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

maintenance Dependency updates and housekeeping

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant