Skip to content

Test project with mygit framework for LLM collaboration

Notifications You must be signed in to change notification settings

kstabach/test-cowork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test CoWork

A project using the mygit framework for LLM collaboration.

🤖 For LLM Agents and AI Assistants

This project uses the mygit framework for LLM collaboration.

Documentation Map

entry_point: README.md (you are here)
agent_instructions: AGENTS.md
claude_specific: CLAUDE.md
issues: https://github.com/kstabach/test-cowork/issues

Quick Navigation

  • New to this project? → Read AGENTS.md
  • Looking for tasks? → Check issues with llm-friendly label
  • Creating a PR? → Use the PR template
  • Using Claude? → See CLAUDE.md

How to Contribute (LLM Agents)

  1. Query issues: is:issue is:open label:llm-friendly
  2. Read issue details and acceptance criteria
  3. Implement solution with tests
  4. Create PR using template
  5. Respond to CI/CD feedback
  6. PR auto-merges when tests pass + approval

Getting Started

This repository includes the mygit framework which provides:

  • Issue Templates: Structured templates for features, bugs, and LLM tasks
  • PR Template: Standardized pull request format with LLM metadata
  • GitHub Actions: Automated CI, issue labeling, and PR validation
  • Agent Instructions: Clear guidance for AI agents (AGENTS.md, CLAUDE.md)

Setup Labels

After cloning, run the label creation script:

./scripts/create-labels.sh

This creates 22 labels for priority, type, status, area, and agent tracking.

Project Structure

.
├── .github/
│   ├── ISSUE_TEMPLATE/
│   │   ├── feature_request.yml
│   │   ├── bug_report.yml
│   │   ├── llm_task.yml
│   │   └── config.yml
│   ├── workflows/
│   │   ├── ci.yml
│   │   ├── issue-automation.yml
│   │   └── pr-automation.yml
│   └── PULL_REQUEST_TEMPLATE.md
├── configs/
├── docs/
├── scripts/
│   └── create-labels.sh
├── .mygit-config.yml
├── AGENTS.md
├── CLAUDE.md
└── README.md

License

MIT


Built with mygit - GitHub LLM Framework

About

Test project with mygit framework for LLM collaboration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages