microsoft/hve-core

Public

mirrored from https://github.com/microsoft/hve-coreAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
docs/fix-broken-links-115-116

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

.github/instructions/bash/bash.instructions.md

23lines · modepreview

---
applyTo: '**/src/**/*.sh'
description: 'Instructions for bash script implementation - Brought to you by microsoft/edge-ai'
---
# Bash Instructions

You will ALWAYS think hard about bash instructions and established conventions

* **CRITICAL**: You MUST ALWAYS read and follow ALL instructions in ALL files from:
  * [bash.md](./bash.md)

## Implementation Requirements

When implementing any Bash-related functionality:

* You must have read the complete Bash documentation before proceeding
* You must adhere to all guidelines provided in the Bash documentation
* You must implement all instructions exactly as specified

## Purpose

This document and associated documents provide comprehensive prompt instructions for Bash implementation that ensure consistency, proper
 adherence to architectural principles, and alignment with established practices.