-
Notifications
You must be signed in to change notification settings - Fork 0
feat: the standing repo conventions become a skill, not a per-brief retype #285
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
2c2045e
feat: the standing repo conventions become a skill, not a per-brief r…
thedavidmeister d739d8a
fix(conventions): the wait entry states a rule its fact did not support
thedavidmeister 8bfb4bf
style: prettier reflow, and the generated config stated as what it ac…
thedavidmeister File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,22 @@ | ||
| { | ||
| "name": "rain-repo-conventions", | ||
| "displayName": "Rain repo conventions", | ||
| "version": "0.1.0", | ||
| "description": "The standing constraints on any agent doing work in a rainlanguage repo, shipped once so a brief stops restating them. One skill, grouped by what KIND of rule each entry is: rules that are chosen and never expire (clone and scratch isolation for parallel agents, the irreversible acts reserved to the human, assignment, never departing from an agreed spec, never reporting a run you did not watch finish), facts that are true of the box and the harness rather than of the work (the `## QA` gate on `gh pr create` and its literal-path argument, force-backgrounded builds, `jq` only inside the devshell, a `pgrep` wait that matches itself), and workarounds that name the defect they route around and what would retire them (the soldeer bump sequence, the generated pre-commit config). A wrong fact carried as belief is worse than no entry, so each is stated so a reader can check it — and it states properties, never cases.", | ||
| "author": { | ||
| "name": "Rain Open Source Software Ltd", | ||
| "url": "https://github.com/rainlanguage" | ||
| }, | ||
| "homepage": "https://github.com/rainlanguage/issue-pr-cron", | ||
| "repository": "https://github.com/rainlanguage/issue-pr-cron", | ||
| "license": "LicenseRef-DCL-1.0", | ||
| "keywords": [ | ||
| "rainlanguage", | ||
| "conventions", | ||
| "agents", | ||
| "tooling", | ||
| "github", | ||
| "foundry" | ||
| ], | ||
| "skills": "./skills/" | ||
| } |
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win
Add language identifiers to all new fenced code blocks. Each block contains commands or literal configuration, so use
textconsistently.README.md#L447-L447: addtextto the installation-command fence.plugins/rain-repo-conventions/README.md#L38-L38: addtextto the installation-command fence.plugins/rain-repo-conventions/skills/rain-repo-conventions/SKILL.md#L65-L65: addtextto the QA block fence.🧰 Tools
🪛 markdownlint-cli2 (0.23.2)
[warning] 447-447: Fenced code blocks should have a language specified
(MD040, fenced-code-language)
📍 Affects 3 files
README.md#L447-L447(this comment)plugins/rain-repo-conventions/README.md#L38-L38plugins/rain-repo-conventions/skills/rain-repo-conventions/SKILL.md#L65-L65🤖 Prompt for AI Agents
Source: Linters/SAST tools