feat: add minimal working skeleton#1
Open
kostapetan wants to merge 4 commits intomainfrom
Open
Conversation
Shells should be empty specs, implementation, tests, andscaffolds features are generated by the spec2cloud orchestrator from user PRDs. Removed: - PRD and FRD spec documents - Gherkin feature files (specs/features/) - Backend implementation (routes, models, services, middleware) - Frontend pages and components tied to the sample app - E2E test specs (Playwright) - BDD step definitions - Generated docs (dotnet: specs/docs/) Kept: - Shell scaffolding (project configs, Dockerfiles, package.json, pom.xml, pyproject.toml) - Infrastructure (Bicep, azure.yaml, apphost.cs) - spec2cloud framework (.spec2cloud/, skills, AGENTS.md, copilot-instructions) - Test framework configs (playwright.config, vitest.config, cucumber.js) - DevContainer setup Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Bare minimum implementation to verify the stack works with Aspire. No auth, no users, no just a /health endpoint and a landing page.features Specs, features, and implementation will be generated by the spec2cloud orchestrator from user PRDs. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Synced from spec2cloud vNext: - AGENTS.md: Phase 1b now produces 6 structured artifacts in specs/ui/ (screen-map, design-system, prototypes, component-inventory, flow-walkthrough, walkthrough HTML) with clear downstream consumers (E2E, Gherkin, Implementation) - AGENTS.md: Added specs/ui/ subtree to project structure - copilot-instructions.md: Added specs/ui/ to file organization Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…ate schemavNext Synced from spec2cloud vNext (4 commits): - All 45 skills updated with mandatory completion checklists and blocking conditions - AGENTS.md: new Section 9 (Test Discipline Gospel), enhanced Phase 1b/2 descriptions, updated state.json schema documentation - copilot-instructions.md: bug-spot protocol, specs/ui/ in file organization - .spec2cloud/state.json: enhanced schema with new phase tracking fields - docs/: updated conceptual docs (greenfield, brownfield, concepts, architecture, etc.) - templates/shell/apphost.cs: updated web and docs service config Co-authored-by: Copilot <223556219+Copilot@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 free
to 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.
Health endpoint + landing page. No auth/ specs generated by orchestrator.