Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
5bf01f8
ci: first implementation of accessible python agents
Mar 15, 2026
2ee7d4e
ci: Remove reference of web
Mar 15, 2026
286e1b7
fix: Restore copilote instruction file
Mar 15, 2026
e01690d
fix: Move skill python
Mar 15, 2026
76422d8
fix: Move skill python
Mar 15, 2026
35ac41d
fix: Fix source for desktop specialist
Mar 15, 2026
bf2ef85
Update .github/prompts/pts/developer-hub.prompt.md
Nael-Sayegh Mar 16, 2026
b116a20
style(pre-commit.ci): auto fixes from pre-commit hooks
pre-commit-ci[bot] Mar 16, 2026
a17a8b5
Update .github/prompts/pts/python-specialist.prompt.md
Nael-Sayegh Mar 16, 2026
8a32c42
fix: Fix yaml syntaxe
Mar 16, 2026
ba83976
style(pre-commit.ci): auto fixes from pre-commit hooks
pre-commit-ci[bot] Mar 16, 2026
02495a4
fix: Update pre-commit-config too ignore md files in .github/agents a…
Mar 16, 2026
4272697
fix: fix yaml syntaxe
Mar 16, 2026
2d93b33
fix: move prompts in main prompts folder
Mar 16, 2026
ce81c27
fix: fix syntaxe in developer-hub agent
Mar 16, 2026
116ec31
fix: add agent for desktop-testing in wxpython
Mar 16, 2026
2628ffb
fix: fix syntaxe yaml in promtt a11y
Mar 16, 2026
35e3500
fix: replace _ by - in wxpython agent
Mar 16, 2026
0ec9094
fix: Fix dash in wxpython agent
Mar 16, 2026
cb5cc30
fix: remove bom in file
Mar 16, 2026
bf032c9
fix: str _ by - in desktop-a11y prompt
Mar 16, 2026
a4eb755
fix: str _ by - in desktop-a11y coach prompt
Mar 16, 2026
97aa932
fix: str _ by - in developper-hub prompt
Mar 16, 2026
5f789ce
fix: str _ by - in wxpython prompt
Mar 16, 2026
1a725da
Update .github/prompts/wxpython-specialist.prompt.md
Nael-Sayegh Mar 16, 2026
5c740af
Merge branch 'agent' of https://github.com/nael-sayegh/basiliskllm in…
Mar 16, 2026
a79862b
fix: Fix encoding of wxpython agent file
Mar 16, 2026
01c6dd2
fix: Fix encoding of desktop a11y prompt file
Mar 16, 2026
e668900
fix: add agent attribute in desktop test prompt file
Mar 16, 2026
53970d8
fix: fix encoding of wxpython prompt file
Mar 16, 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
28 changes: 28 additions & 0 deletions .github/agents/AGENTS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Agent Teams Configuration (Python-Only)

This workspace keeps only the Python-focused Developer Tools team.

## Team: Developer Tools

**Lead:** `developer-hub`

**Members:**

- `python-specialist` - Python debugging, packaging, testing, typing, async, performance
- `wxpython-specialist` - wxPython GUI layout, events, threading, desktop patterns
- `desktop-a11y-specialist` - Desktop accessibility APIs and control accessibility patterns
- `desktop-a11y-testing-coach` - NVDA/JAWS/Narrator/VoiceOver/Orca testing guidance
- `a11y-tool-builder` - Python tooling design (rule engines, parsers, reports)

**Skill:**

- `python-development` - Shared Python/wxPython development guidance

## Scope and Routing

- Use `developer-hub` as the default entry point for Python and desktop tasks.
- Route language/runtime/package/test topics to `python-specialist`.
- Route GUI-specific questions to `wxpython-specialist`.
- Route platform accessibility implementation to `desktop-a11y-specialist`.
- Route accessibility testing workflows to `desktop-a11y-testing-coach`.
- Route tool/scanner architecture work to `a11y-tool-builder`.
Loading
Loading