Skip to content

Re-sync agentic workflow guide + add the NetPace "sidekick" delta - #232

Merged
FrankRay78 merged 2 commits into
mainfrom
docs/agentic-workflow-sync
Jul 30, 2026
Merged

Re-sync agentic workflow guide + add the NetPace "sidekick" delta#232
FrankRay78 merged 2 commits into
mainfrom
docs/agentic-workflow-sync

Conversation

@FrankRay78

@FrankRay78 FrankRay78 commented Jul 30, 2026

Copy link
Copy Markdown
Owner

Why

NetPace's agentic workflow guide had drifted — an out-of-date copy under a longer filename (agentic-software-development-workflow.md) — and it lacked a NetPace-specific companion ("delta"/sidekick) doc. This refreshes the generic guide and adds the delta, cleanly splitting the portable principles from NetPace's concrete implementation.

What

  • Add docs/agentic-workflow.md — the generic, stack-portable guide, refreshed to the current version and kept deliberately stack-neutral.
  • Add docs/agentic-workflow-NetPace.md — the sidekick. Records only where NetPace's harness differs from the generic guide:
    • CI — 5 workflows; claude.yml means the agent review (Review B) posts on the PR.
    • Release pipeline — NuGet + cross-platform binaries; RELEASING.md.
    • Decision ledger = Change-Intent-Records + memory.
    • The gates (green-gate, no-skipped, traceability, format-on-commit, PR pre-flight); no stack-guard / UI-automation denylist (N/A to a console CLI).
    • Console output verified by snapshot (Spectre.Console.Testing).
    • Flags one unreconciled divergence: NetPace formats on commit, which the generic guide now argues against — move to /ship cadence or record why it's kept.
  • Delete docs/agentic-software-development-workflow.md — superseded; nothing references it.

Both docs are written to stand on their own — all framing is relative to the generic guide, with no reference to any external repository.

Verification

  • Every relative link in the sidekick resolves against main.
  • The generic guide body is unchanged from the canonical version (a stack-neutral vendored copy).

Also — repo-wide scrub (2nd commit)

Removed three pre-existing references to a private sibling repo from public files (they leaked a repo external readers can't see, and one was a copy-paste bug):

  • .specify/templates/overrides/README.md — "Why <sibling> overrides it" → "Why this repo overrides it".
  • docs/change-intent-records/2026-07-10-guard-speckit-files.md — "downstream (<sibling>) trees" → "other repos sharing this harness".
  • .claude/memory/feedback_read_source_before_designing.md — dropped the sibling-repo origin story; the NetPace incident already carries the lesson.

A full-repo git grep now finds no references to the private repo anywhere in tracked files.

- docs/agentic-workflow.md — the generic, stack-portable guide, refreshed to the
  current version and kept stack-neutral.
- docs/agentic-workflow-NetPace.md — the NetPace delta ("sidekick"), recording where
  NetPace's concrete harness differs from the generic guide: CI + agent-review action
  (Review B), the NuGet + cross-platform release pipeline, Change-Intent-Records +
  memory as the decision ledger, the enforcement gates (green-gate, no-skipped,
  traceability, format-on-commit, PR pre-flight), and console-output snapshot
  verification. Flags one unreconciled divergence: format-on-commit vs the guide's
  ship-cadence recommendation.
- Delete docs/agentic-software-development-workflow.md — superseded by the two above.

Both docs stand alone: all framing is relative to the generic guide only, with no
reference to any external/sibling repository.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01T6dd1XBNhEq42D6EsY6nPz
@FrankRay78
FrankRay78 force-pushed the docs/agentic-workflow-sync branch from 6366357 to 0ee45fb Compare July 30, 2026 14:42
Three pre-existing references named a private sibling repo — invisible to external
readers — in public NetPace files:

- .specify/templates/overrides/README.md — "Why <sibling> overrides it" table header,
  a copy-paste leftover; corrected to "Why this repo overrides it".
- docs/change-intent-records/2026-07-10-guard-speckit-files.md — "downstream (<sibling>)
  trees" reworded to "other repos sharing this harness".
- .claude/memory/feedback_read_source_before_designing.md — dropped the sibling-repo
  origin story; the concrete NetPace incident already carries the lesson.

No meaning lost; all framing now stands on its own.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01T6dd1XBNhEq42D6EsY6nPz
@FrankRay78
FrankRay78 merged commit 96d2481 into main Jul 30, 2026
3 checks passed
@FrankRay78
FrankRay78 deleted the docs/agentic-workflow-sync branch July 30, 2026 14:51
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