Add Product/Forge separation audit - #508
Merged
Merged
Conversation
cursorBotforce-pushed
the
cursor/product-forge-separation-audit-5f6f
branch
from
September 5, 2026 23:59
ce02701 to
b05baf0CompareCo-authored-by: IanFrelinger <IanFrelinger@users.noreply.github.com>
Co-authored-by: IanFrelinger <IanFrelinger@users.noreply.github.com>
Co-authored-by: IanFrelinger <IanFrelinger@users.noreply.github.com>
…-guard
Rewrite 6 backtick path tokens for files that don't exist yet:
- scripts/pack-local-feed.sh
- docs/architecture/ForgeOverview.md
- docs/VerifyHarness.md
- docs/MigratingToForge.md
- docs/CONTRIBUTING.md
- .github/workflows/forge-gate.yml
Added <angle brackets> to make guard skip these planned paths.
Guard skips tokens containing '<' or '{' per onboarding-docs-guard.yml.
Co-authored-by: IanFrelinger <IanFrelinger@users.noreply.github.com>Co-authored-by: IanFrelinger <IanFrelinger@users.noreply.github.com>
Uh oh!
There was an error while loading. Please reload this page.
cursorBot
pushed a commit
that referenced
this pull request
Sep 6, 2026
Co-authored-by: IanFrelinger <IanFrelinger@users.noreply.github.com>
cursorBot
pushed a commit
that referenced
this pull request
Sep 6, 2026
Co-authored-by: IanFrelinger <IanFrelinger@users.noreply.github.com>
cursorBot
pushed a commit
that referenced
this pull request
Sep 6, 2026
Co-authored-by: IanFrelinger <IanFrelinger@users.noreply.github.com>
cursorBot
pushed a commit
that referenced
this pull request
Sep 6, 2026
Co-authored-by: IanFrelinger <IanFrelinger@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
This PR adds a comprehensive audit document (
docs/audits/2026-09-product-forge-separation.md) that analyzes the current Ashlar repository structure and proposes extraction of product-shaped code to a newAshlar.Forgerepository.Strategic Context
Product Strategy:
Audit Findings
The audit identifies ~15-20% of the current repository as product/application code that should be extracted:
High Priority Extractions
apps/runtime-studio/) →Forge.Studioapplication/) →Forge.Surfaces(API + CLI)extensions/ashlar-vscode/) →forge-vscodeAdditional Extractions
spikes/autonomy-first-flight/)products/) — staging in Forge before individual reposStays in Core
src/framework code (58 projects)Key Proposals
1. Forge Repository Structure
2. Forge.Verify Harness (NEW Component)
Cursor agent verification system for Forge self-extension:
Why in Forge: Validates product code changes, uses Ashlar admission as a component.
3. One-Way Dependency Rule
12-Phase Milestone Plan
Next Agent Task
Immediate next step: Scaffold
Ashlar.Forgerepository with:Forge.Surfaces.CLIhello-worldforge-gate.yml)See Section 11 of the audit for detailed scaffolding task specification.
Benefits of Separation
Risk Mitigation
Type of Change
Testing
This is a documentation-only change (audit document). No code changes.
Checklist
Additional Context
This audit is a prerequisite for the strategic goal of enabling autonomous self-extend + validation with built-in agents. By separating Forge from Core:
Forge.Verifyto validate changesStrategic model validation: If Forge (the product) successfully builds on top of Ashlar (the framework) using only NuGet dependencies, we prove Ashlar is a real framework, not just internal tooling.
Review focus: