惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

H
Help Net Security
博客园_首页
酷 壳 – CoolShell
酷 壳 – CoolShell
G
Google Developers Blog
Jina AI
Jina AI
C
Check Point Blog
Apple Machine Learning Research
Apple Machine Learning Research
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
GbyAI
GbyAI
Last Week in AI
Last Week in AI
罗磊的独立博客
Hugging Face - Blog
Hugging Face - Blog
阮一峰的网络日志
阮一峰的网络日志
The Cloudflare Blog
M
MIT News - Artificial intelligence
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
J
Java Code Geeks
WordPress大学
WordPress大学
博客园 - 聂微东
月光博客
月光博客
博客园 - 司徒正美
T
The Blog of Author Tim Ferriss
大猫的无限游戏
大猫的无限游戏
Microsoft Security Blog
Microsoft Security Blog

Show HN

Show HN: AI agents for UK GDAD PCF roles and their skills The Two Pillars: Mixer Mode and Meta-Software in the Reorganization of Software Work After AI GitHub - JaiCode08/teleport-env What 1,000+ Harness Experiments Taught Me About Self-Improving Agents Show HN: Liiists, a Markdown-first, iOS and CLI list app SwiperTab – Get this Extension for 🦊 Firefox (en-US) GitHub - kouhxp/fftext: Summarize, explain, fact-check, or translate any text, URL, or file. No GPU. No cloud. One command GitHub - sweetpad-dev/sweetpad: Develop Swift/iOS projects using VSCode GitHub - dogmaticdev/IRON: IRON a.k.a. Intermediate Representation Object Notation is a Interpreter/Database that is used to create Programming Languages. GitHub - sjhalani7/vaen: Package your AI coding harness into a portable .agent file, and share it across repos, teams, & the community without ever having to copy-paste instructions, skills, MCP config, or secrets. Show HN: Gandalf the Grader Show HN: Citadeld – replay any CI failure locally from a single file GitHub - tdortman/cuSBF: High-Performance GPU Super Bloom Filter coral-ai/claude-code-token-xray at main · Coral-Bricks-AI/coral-ai GitHub - ulyssestenn/funes: Funes is a Git-based framework for LLM-managed knowledge work: an AI Librarian ingests raw sources, builds an interlinked Markdown knowledge base, and uses it to produce cited reports, analyses, and other outputs. GitHub - ThatXliner/gah: Git Add Hunk, built for agents to use GitHub - harmont-dev/harmont-cli: Command-line client for the Harmont CI platform GitHub - brooksmcmillin/mcp-authflow: OAuth 2.0 Authorization Server framework for MCP servers GitHub - javaid-codes/audit-supply-chain-agents GitHub - amorey/gochan: A small library of common channel architectures for Go, inspired by Rust GitHub - arifozgun/OpenGem: Free, Open-Source AI API Gateway with Gemini, OpenAI & Anthropic Compatibility in 1 file GitHub - Pranesh950/BioPetals: 🌸 Run BIOxAI models at home, BitTorrent-style. Fine-tuning and inference up to 10x faster than offloading GitHub - cnguyen14/bounty-doctor: Diagnose a GitHub bounty issue before you waste hours: detects honeypot scam repos, AI-bot attempt swarms, and stale contests. Show HN: CoreMCP – MCP Server for On-Prem DBs Show HN: KittyHTML – Render HTML/CSS as an inline image in your terminal GitHub - bingud/filemat: Web-based file manager Show HN: TruthLens – Free multi-signal deepfake image detector GitHub - apexlocal-jz/claude-usage-tray: Windows system-tray app showing your Claude Code rate-limit usage at a glance. Zero deps, ~300 lines of PowerShell. Cross-IDE (works regardless of VS Code, Cursor, plain terminal). Release v0.1.2.1 · kouhxp/yapsnap GitHub - noopolis/moltnet: Self-hostable chat network for AI agents. Pre-built bridges for Claude Code, Codex, and the Claws. Rooms, DMs, history. No Slack bots, no Matrix, no glue code.
git-issues — Issues that move with your code
steviee · 2026-06-23 · via Show HN

A git-native issue tracker

Never out of sync. No database, no server, no accounts — just Markdown files in your repo, version-controlled alongside your code.

go install github.com/steviee/git-issues@latest

0003-auth-refactor.md

status: in-progress

priority: critical

0002-session-timeout.md

status: open

priority: high

---

id: 1

title: "Fix login bug"

status: open

priority: critical

labels: [bug, auth]

---

Description and notes go here as free-form Markdown.

Version Control

Always in sync
with your code

Your issues live in .issues/, right next to src/. When you git checkout a branch, your issues come with it. When you git bisect to find a bug, the issue state at that commit is exactly what you see.

Branch-aware

Issues follow branches. A feature branch has its own issues.

Bisect-friendly

git bisect shows the issue state at every commit in history.

History is truth

git log .issues/ shows exactly when and why things changed.

a1b2c3d Fix auth bug

src/auth.go

.issues/0001-fix-login-bug.md

e4f5g6h Add dark mode toggle

src/ui/dark-mode.ts

.issues/0002-add-dark-mode.md

git show a1b2c3d:.issues/0001-fix-login-bug.md

---

id: 1

title: "Fix login bug"

status: closed

closed: 2026-03-04

---

Fixed in src/auth.go. Password validation now rejects empty strings.

.issues/0001-fix-login-bug.md

---

id: 1

title: "Fix login bug"

priority: medium

labels: [bug, auth]

---

Login schlägt bei leeren Passwörtern fehl.

~ vim .issues/0001-fix-login-bug.md — 3s ago

Plain Text

Plans change.
Your issues too.

No rigid forms. No API rate limits. No "can't edit because the server is down." Issues are Markdown. Edit them in Vim, VS Code, or directly in the GitHub UI.

Plain text

YAML + Markdown. Every editor, every agent, every human can read it.

No lock-in

Want to leave? Delete issues, keep the .md files. Done.

Offline first

No network needed. Edit issues on a plane, in a tunnel, anywhere.

Features

Everything you need.
Nothing you don't.

Zero Infrastructure

One Go binary. No Docker, no server, no database. Install, run `issues init`, done.

AI-Native Workflow

`issues next`, `claim`, `done`. `.agent.md` gives agents full context. JSON output for automation.

Bidirectional Relations

`blocks`, `depends-on`, `related-to`, `duplicates`. Both sides sync automatically.

Auto-Staged

Every change is automatically `git add`-ed. Your issue state travels with the commit.

Kanban Board

Interactive TUI with Bubble Tea. `issues board` opens a full Kanban board in your terminal.

Human & Machine

`--format table` for humans, `--format json` for scripts, `--format ids` for pipes.

AI Agents

Built for AI Agents

The issues next → claim → done workflow replaces manual task management for coding agents.

1

issues next

Find the next unblocked, highest-priority issue

2

issues claim <id>

Mark as in-progress

3

Do the work

The agent implements

4

issues done <id>

Close the issue, auto-staged for commit

Commands

Everything you need