Add 5 production-focused directives to enforce operational thinking#3
Merged
burtbyproxy merged 6 commits intomainfrom Jan 23, 2026
Merged
Conversation
…dencies, observability, breaking) Co-authored-by: burtbyproxy <1827866+burtbyproxy@users.noreply.github.com>
…or new directives Co-authored-by: burtbyproxy <1827866+burtbyproxy@users.noreply.github.com>
Co-authored-by: burtbyproxy <1827866+burtbyproxy@users.noreply.github.com>
…ective list Co-authored-by: burtbyproxy <1827866+burtbyproxy@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Enhance project to be more all encompassing
Add 5 production-focused directives to enforce operational thinking
Jan 23, 2026
Contributor
|
@copilot Lets bump the version a bit and setup automated deploys to npm. |
Co-authored-by: burtbyproxy <1827866+burtbyproxy@users.noreply.github.com>
Contributor
Author
Done! Version bumped to 1.1.0 and added automated npm publishing workflow. Changes in commit 71353de:
To publish:
You'll need to add the |
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.
Expands VibeScript from 8 to 13 required directives. New directives force AI to consider production concerns that experienced engineers evaluate but AI assistants frequently overlook.
New Required Directives
@vibe:security- Attack vectors, input validation, auth requirements@vibe:performance- Complexity, scalability limits, resource usage@vibe:dependencies- External services, version requirements, failure modes@vibe:observability- Logging, metrics, debugging approach@vibe:breaking- API changes, removed fields, signature modificationsExample
Changes
vibescript taskprompts for new directives with sensible defaultsImpact
Forces consideration of production failure modes at code review time rather than at 3 AM during incidents.
Publishing
The package can now be published to npm automatically:
NPM_TOKENsecret configured in repository settingsOriginal prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.