Skip to content
Open

شب #2185

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
51a065e
Add Legion Slim 5 RTX 4060 optimized inference example
Copilot Apr 5, 2026
8d80ca6
Merge pull request #1 from adelmorad273-cmyk/copilot/add-pyright-support
adelmorad273-cmyk Apr 5, 2026
a70715a
Merge branch 'abetlen:main' into main
adelmorad273-cmyk Apr 5, 2026
4d47d96
feat: add workflow to create branch protection ruleset for main
Copilot Apr 5, 2026
6846746
fix: add error handling to protect-branches workflow
Copilot Apr 5, 2026
6d87960
Initial plan
Copilot Apr 5, 2026
4837a5a
Update legion_slim5_rtx4060.py for Windows/PowerShell usability
Copilot Apr 5, 2026
f0a1199
Fix CUDA error string matching to catch all variations
Copilot Apr 5, 2026
882f6f7
Create SECURITY.md for security policy
adelmorad273-cmyk Apr 5, 2026
644ad55
Merge pull request #5 from adelmorad273-cmyk/copilot/update-script-wi…
adelmorad273-cmyk Apr 5, 2026
55432a7
Merge branch 'abetlen:main' into main
adelmorad273-cmyk Apr 11, 2026
6ad57e3
Merge branch 'abetlen:main' into main
adelmorad273-cmyk Apr 17, 2026
cdd8fcf
feat: enforce HTTPS with redirect middleware and startup warning
Copilot Apr 19, 2026
0f2c01f
docs: add PowerShell line-continuation note to server docs
Copilot Apr 19, 2026
e50ba80
change default server port from 8000 to 8080
Copilot Apr 19, 2026
a38f4c8
docs: add .continue/rules/CONTINUE.md project guide
Copilot Apr 19, 2026
98dafcd
Add agentsmd-updater check
continue[bot] Apr 19, 2026
3610944
Merge pull request #8 from adelmorad273-cmyk/add-check/agentsmd-updat…
adelmorad273-cmyk Apr 19, 2026
57dd0e5
Create codeql.yml
adelmorad273-cmyk Apr 19, 2026
6629ccf
Add Accessibility Fix Agent check
continue[bot] Apr 19, 2026
73f1709
Add Accessibility Fix Agent check
continue[bot] Apr 19, 2026
a28c5e6
Add Accessibility Fix Agent check
continue[bot] Apr 19, 2026
71687b3
Merge pull request #11 from adelmorad273-cmyk/add-check/accessibility…
adelmorad273-cmyk Apr 19, 2026
fca449a
Add Improve Test Coverage check
continue[bot] Apr 19, 2026
04d49f2
Merge pull request #6 from adelmorad273-cmyk/copilot/configure-oracle…
adelmorad273-cmyk Apr 20, 2026
3bf1293
Merge pull request #10 from adelmorad273-cmyk/add-check/accessibility…
adelmorad273-cmyk Apr 20, 2026
388d226
Merge pull request #9 from adelmorad273-cmyk/add-check/accessibility-…
adelmorad273-cmyk Apr 20, 2026
d8e148a
Merge pull request #4 from adelmorad273-cmyk/copilot/protect-importan…
adelmorad273-cmyk Apr 21, 2026
1b634a8
Merge pull request #7 from adelmorad273-cmyk/copilot/create-continue-…
adelmorad273-cmyk Apr 21, 2026
7604799
Merge pull request #12 from adelmorad273-cmyk/add-check/improve-test-…
adelmorad273-cmyk Apr 21, 2026
b09aac2
Add Accessibility Fix Agent check
continue[bot] Apr 21, 2026
e0e9838
Merge pull request #13 from adelmorad273-cmyk/add-check/accessibility…
adelmorad273-cmyk Apr 21, 2026
5eadbde
Add Accessibility Fix Agent check
continue[bot] Apr 21, 2026
4bc9c42
Merge pull request #14 from adelmorad273-cmyk/add-check/accessibility…
adelmorad273-cmyk Apr 21, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
415 changes: 415 additions & 0 deletions .continue/checks/accessibility-fix-agent.md

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions .continue/checks/agentsmd-updater.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
name: agentsmd-updater
---

You are maintaining the project's AGENTS.md file. Review the pull request and identify new build steps, scripts, directory changes, dependencies, environment variables, architectures, code style rules, or workflows that an AI coding agent should know. Compare these findings with the existing AGENTS.md and update the file so it stays accurate, complete, and practical for automated agents. Keep the structure clean and keep explanations brief. If the file is missing you should create one. Do not modify any other file.
8 changes: 8 additions & 0 deletions .continue/checks/improve-test-coverage.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
name: Improve Test Coverage
description: Adds missing tests to improve coverage
---

Run tests for this repo with coverage reporting (e.g. for vitest, npx vitest run --coverage | head 50). Pick a file that is under-tested and add tests.

Focus on unit, integration, and other backend-esque tests. Only test client components if many other components in the repo are tested. Don't add tests for test files or DB entities/models.
Loading