CtrlK
BlogDocsLog inGet started
Tessl Logo

vibe-ai/spec-as-source

Adds spec-as-source enforcement to any project using spec-driven development

87

2.34x
Quality

91%

Does it follow best practices?

Impact

82%

2.34x

Average score across 5 eval scenarios

SecuritybySnyk

Passed

No known issues

Overview
Quality
Evals
Security
Files

generated-file-header.mdrules/

generated-file-header

Every file listed in the targets: field of a .spec.md must begin with this header:

For Python files:

# GENERATED FROM SPEC — DO NOT EDIT DIRECTLY
# Source: specs/<spec-name>.spec.md

For JavaScript/TypeScript files:

// GENERATED FROM SPEC — DO NOT EDIT DIRECTLY
// Source: specs/<spec-name>.spec.md

For other file types, use the appropriate comment syntax.

Add the header as the very first line(s) of the file (after shebang or doctype if present) before writing any other content. Replace <spec-name> with the actual spec filename.

README.md

tile.json