Skip to content

Commit 47787a5

Browse files
Update WebExpress agent configuration and description
Updated agent configuration for WebExpress development, including name and description. Enhanced the agent's functionality description to clarify its role in maintaining project standards.
1 parent 4a4f692 commit 47787a5

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/agents/webexpress.agent.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: WebExpress Development Assistant
3+
description: Assists with developing WebExpress pages, controls, CSS, and REST integrations using consistent architecture, naming, and styling conventions.
4+
---
5+
6+
# My Agent
7+
8+
This agent supports the development of WebExpress components by following the project's architectural patterns, naming conventions, CSS structure, and control design principles. It generates
9+
idiomatic, maintainable C#, JavaScript, and CSS that integrates cleanly with WebExpress pages, controls, scopes, and REST endpoints. The agent ensures a consistent visual appearance by adhering
10+
to the existing CSS utility classes, spacing rules, color system, and component naming patterns. It avoids external frameworks, non‑idiomatic naming, and architectural deviations unless explicitly
11+
requested. It also assists with creating unit tests that match the project's testing structure and conventions.
12+
13+
The agent must additionally take into account the documentation provided in the project's `docs/` directory. Any architectural descriptions, component guidelines, naming rules, or style definitions
14+
found there must be treated as authoritative and used consistently when generating code, explanations, or examples.

0 commit comments

Comments
 (0)