Add AGENTS.md with cloud-specific development instructions#2
Draft
marekdkropiewnicki-dotcom wants to merge 1 commit intomainfrom
Draft
Add AGENTS.md with cloud-specific development instructions#2marekdkropiewnicki-dotcom wants to merge 1 commit intomainfrom
marekdkropiewnicki-dotcom wants to merge 1 commit intomainfrom
Conversation
Co-authored-by: QuantuM <qumusai@proton.me>
There was a problem hiding this comment.
No issues found across 1 file
Confidence score: 5/5
- Automated review surfaced no issues in the provided summaries.
- No files require special attention.
Architecture diagram
sequenceDiagram
participant Agent as Developer / Cursor Agent
participant Instr as NEW: AGENTS.md
participant Linter as Repolinter
participant MD as Markdownlint
participant FS as Local Filesystem
participant GH as GitHub Organization
Note over Agent,GH: Repository Development & Health Check Flow
Agent->>Instr: NEW: Read environment & tool instructions
rect rgb(240, 240, 240)
Note right of Agent: Repolinter Workflow
Agent->>Linter: Execute lint --rulesetFile config/repolinter-ruleset.json
Linter->>FS: Load custom JSON ruleset
Note over Linter,FS: Note: Ruleset contains trailing commas
Linter->>FS: Verify README, SECURITY, LICENSE
alt Fix Rule Triggered
Linter->>FS: CHANGED: Auto-create CODEOWNERS file
Agent->>FS: Manual cleanup (rm CODEOWNERS)
end
end
rect rgb(240, 240, 240)
Note right of Agent: Markdown Quality Workflow
Agent->>MD: Execute lint on *.md and profile/*.md
MD-->>Agent: Return warnings/errors
end
Note over FS,GH: Deployment / Rendering
GH->>FS: Fetch profile/README.md
GH-->>GH: Display as Organization Profile Page
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.
Summary
Adds
AGENTS.mdwith Cursor Cloud specific instructions for this documentation-only.githuborganization repository.What this covers
repolinter lint,markdownlint)script/bootstrapreferences, repolinter auto-creating CODEOWNERS)Dev environment verification
The following tools were verified as working:
config/repolinter-ruleset.jsonLogs from the verification run:
dev_environment_output.log