chore(sdd): bootstrap SDD governance artifacts#660
Open
guiribeiro30 wants to merge 1 commit into
Open
Conversation
Introduces the Engineering Golden Path SDD governance artifacts for node-vtex-api: - .specify/memory/constitution.md (v1.0.0) — non-negotiable principles and standards, derived from the `node-library` family base with adaptations for this repo's "library that embeds a VTEX IO runtime" shape (Koa server, scoped process.env reads via src/constants.ts and src/service/). - AGENTS.md — agent-facing operational guidance (under 200 lines). - .gitignore — only .specify/memory/ is tracked; the rest of the spec-kit scaffolding (templates, scripts, integrations) is regeneratable locally via `uvx specify init . --here --ai <tool>`. Family detection note: the strict node-library heuristic excludes repos that depend on `koa`, but the published artifact here is unambiguously a library (main → lib/index.js, typings → lib/index.d.ts, files → ["lib/", "gen/"]). The base was applied with the borderline case documented inline in the constitution. Generated by the sdd-bootstrap skill (green-field state, public repo). Co-authored-by: Cursor <cursoragent@cursor.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.
Introduces the Engineering Golden Path SDD governance artifacts for node-vtex-api:
node-libraryfamily base with adaptations for this repo's "library that embeds a VTEX IO runtime" shape (Koa server, scoped process.env reads via src/constants.ts and src/service/).uvx specify init . --here --ai <tool>.Family detection note: the strict node-library heuristic excludes repos that depend on
koa, but the published artifact here is unambiguously a library (main → lib/index.js, typings → lib/index.d.ts, files → ["lib/", "gen/"]). The base was applied with the borderline case documented inline in the constitution.Generated by the sdd-bootstrap skill (green-field state, public repo).
What is the purpose of this pull request?
What problem is this solving?
How should this be manually tested?
Screenshots or example usage
Types of changes