Skip to content

Feat: add public scaffold release package artifact - #34

Merged
ElvinMorales merged 1 commit into
mainfrom
template/public-scaffold-release-package
Jun 30, 2026
Merged

Feat: add public scaffold release package artifact#34
ElvinMorales merged 1 commit into
mainfrom
template/public-scaffold-release-package

Conversation

@ElvinMorales

Copy link
Copy Markdown
Owner

Summary

  • Added a public scaffold release package artifact type.
  • Added specialized rendering, example values, and validation coverage.
  • Updated docs/examples so the new artifact appears in the builder surface.

Issue

Validation

  • node --check src/app.js
  • node --check src/renderers/markdownRenderer.js
  • node --check src/renderers/artifactRenderers.js
  • node --check src/renderers/rendererUtils.js
  • node --check src/examples/exampleValues.js
  • node --check src/data/artifactCatalog.js
  • node --check tests/catalogIntegrity.test.mjs
  • node --check tests/rendererSmoke.test.mjs
  • node tests/catalogIntegrity.test.mjs
  • node tests/rendererSmoke.test.mjs
  • git diff --check

Public-safety review

  • Uses synthetic/generic examples only.
  • Does not include employer-specific release copy, real user names, private Memory, live State, private traces, credentials, private endpoints, or production-readiness claims.
  • Maps the artifact to Learning and iteration, not a new taxonomy bucket.
  • Keeps the builder aligned to the taxonomy repo as source of truth.

@ElvinMorales
ElvinMorales marked this pull request as ready for review June 30, 2026 13:44
@ElvinMorales
ElvinMorales merged commit 6ab17fb into main Jun 30, 2026
1 check passed
@ElvinMorales
ElvinMorales deleted the template/public-scaffold-release-package branch June 30, 2026 13:45
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.

Add public scaffold release package artifact type

1 participant