Skip to content

lebduska/uplink-issues

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Uplink Issues

Uplink Issues is a narrow MCP server whose only responsibility is to expose GitHub issue-tracker operations to ChatGPT.

Scope

The project is strictly limited to:

  • reading issues
  • creating issues
  • updating issues
  • commenting on issues
  • closing / reopening issues

Anything outside this responsibility is out of scope.

Core guarantees

  • No autonomous behavior
  • All WRITE operations require explicit user confirmation
  • No implicit side effects
  • Minimal surface area is a safety property

How this repository is built

This repository is developed using an issue-driven workflow:

Human + ChatGPT → Issues → Execution agent (Copilot or similar) → Pull Request → Review → Merge

Issues and repository state are the single source of truth.

Status

Greenfield. Repository scaffolding first, implementation later.

See ANCHOR issue #1 for project intent and constraints.

About

A narrow, explicit bridge between LLMs and issue trackers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published