Skip to content

Commit 1b938a6

Browse files
committed
chore: add copilot-instructions.md
iAiFy enterprise governance — standardized Copilot instructions.
1 parent 2082f72 commit 1b938a6

1 file changed

Lines changed: 36 additions & 0 deletions

File tree

.github/copilot-instructions.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# Copilot Instructions — openai-agents-python
2+
3+
## Project
4+
5+
- **Name**: openai-agents-python
6+
- **Organization**: AiFeatures
7+
- **Enterprise**: iAiFy
8+
- **Language**: Python
9+
- **Description**: A lightweight, powerful framework for multi-agent workflows
10+
11+
## Fork Status
12+
13+
This is a forked repository. Do not contribute back upstream.
14+
Local customizations are preserved in the main branch.
15+
Upstream sync is managed via Ai-road-4-You/fork-sync.
16+
17+
## Conventions
18+
19+
- Use kebab-case for file and directory names
20+
- Use conventional commits (feat:, fix:, chore:, docs:, refactor:, test:)
21+
- All PRs require review before merge
22+
- Branch from main, merge back to main
23+
- All file names in kebab-case
24+
25+
## Shared Infrastructure
26+
27+
- Reusable workflows: Ai-road-4-You/enterprise-ci-cd@v1
28+
- Composite actions: Ai-road-4-You/github-actions@v1
29+
- Governance standards: Ai-road-4-You/governance
30+
31+
## Quality Standards
32+
33+
- Run lint and tests before submitting PRs
34+
- Keep dependencies updated via Dependabot
35+
- No hardcoded secrets — use GitHub Secrets or environment variables
36+
- Follow OWASP Top 10 security practices

0 commit comments

Comments
 (0)