You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# AGENTS.md — agent instructions and operational contract
2
+
3
+
This file is written for automated coding agents (for example: Copilot coding agents). It exists to provide a concise operational contract and guardrails for agents working in this repository. It is not the canonical source for design or style rules. Those live in the developer documentation linked below.
4
+
5
+
## Organization-wide guidelines (required)
6
+
7
+
- Follow the prioritized shared instructions in [hoverkraft-tech/.github/AGENTS.md](https://github.com/hoverkraft-tech/.github/blob/main/AGENTS.md) before working in this repository.
8
+
9
+
## Quick Start
10
+
11
+
This project is a collection of **opinionated GitHub Actions** and **reusable workflows** tailored for Node.js continuous integration pipelines. For comprehensive documentation, see the main [README.md](README.md).
12
+
13
+
### Key Sections to Reference
14
+
15
+
-**[Overview](README.md#overview)** – Project purpose and scope
16
+
-**[Actions](README.md#actions)** – Catalog of available actions by category
17
+
-**[Reusable Workflows](README.md#reusable-workflows)** – Orchestration workflows for Node.js CI
18
+
-**[Development Workflow](README.md#development-workflow)** – Commands and conventions for local development
19
+
-**[Contributing](README.md#contributing)** – Guidelines for contributing to the project
0 commit comments