Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 463 Bytes

File metadata and controls

21 lines (16 loc) · 463 Bytes

AGENTS.md

This repository is part of the OpenSIN-AI ecosystem.

Development Guidelines

  • Use opencode CLI for all LLM interactions
  • Follow the Global Brain PCPM integration
  • All changes must be committed via pull requests
  • Run tests before pushing

Quick Start

git clone https://github.com/OpenSIN-AI/$(basename "$PWD")
cd $(basename "$PWD")
npm install
npm start

Contributing

See CONTRIBUTING.md for guidelines.