Skip to content

Commit 88d4049

Browse files
committed
docs: add copilot-instructions.md for iAiFy governance
1 parent c0cdd66 commit 88d4049

1 file changed

Lines changed: 34 additions & 0 deletions

File tree

.github/copilot-instructions.md

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

0 commit comments

Comments
 (0)