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

推荐订阅源

Apple Machine Learning Research
Apple Machine Learning Research
M
MIT News - Artificial intelligence
罗磊的独立博客
博客园 - 【当耐特】
A
About on SuperTechFans
Last Week in AI
Last Week in AI
雷峰网
雷峰网
IT之家
IT之家
aimingoo的专栏
aimingoo的专栏
H
Hackread – Cybersecurity News, Data Breaches, AI and More
博客园_首页
博客园 - 叶小钗
Microsoft Azure Blog
Microsoft Azure Blog
博客园 - Franky
J
Java Code Geeks
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
D
Docker
Engineering at Meta
Engineering at Meta
B
Blog RSS Feed
The Cloudflare Blog
大猫的无限游戏
大猫的无限游戏
阮一峰的网络日志
阮一峰的网络日志
S
SegmentFault 最新的问题
Recent Announcements
Recent Announcements

Hacker News: Show HN

PurrrrrFocus: Pomodoro Timer App - App Store Workflow Engine — Multi-Step Orchestration for Bun RapidPhoto: Pro Photo Editor App - App Store GitHub - DheerG/swarms: Achieve extraordinary results with claude code across a variety of tasks SPICE simulation → oscilloscope → verification with Claude Code — Lucas Gerads Show HN: VCoding – A 5 MB native Windows IDE with no dynamic dependencies Show HN: LLMs don't hallucinate because they're bad at math, it's the format GitHub - Agent-FM/agentfm-core: AgentFM is a peer-to-peer network that turns everyday computers into a decentralized AI supercomputer. AgentFM lets you run massive AI workloads directly across a global mesh of idle CPUs and GPUs. Show HN: Tracking Top US Science Olympiad Alumni over Last 25 Years GitHub - Potarix/agent-hub: One place to talk to all your agents Show HN: Runtime security for AI agents(injection,tool abuse, data exfiltration) GitHub - dubeyKartikay/lazyspotify: Terminal Spotify client for macOS and Linux GitHub - the-banana-tool/king-louie: Easy to use GUI Personal AI Assistant. Win/Linux/Mac. Show HN I made my vacation rental bookable by AI agents–no Airbnb, 0% commission GitHub - basteez/jsf-autoreload: maven plugin to enable hot reload on jsf projects uvm32/hosts/host-gdbstub at main · ringtailsoftware/uvm32 GitHub - labsai/EDDI: Config-driven engine that turns JSON into production-grade AI agents. Multi-agent orchestration, 12+ LLM providers, MCP/A2A protocols, RAG, persistent memory, and enterprise compliance (EU AI Act, GDPR, HIPAA). Built on Quarkus. GitHub - glitchnsec/fortyone-oss: AI Executive Assistant Platform Quickstart | Alien GitHub - muxshed/shed: One stream in, or many. Every destination, simultaneously. No cloud middleman, no per-channel fees, no limits. GitHub - ocrbase-hq/ocrbase: 📄 PDF/IMG ->.MD/JSON Document OCR API for PaddleOCR and GLMOCR. Self-hostable. GitHub - impactjo/home-memory: MCP server that lets your AI assistant remember everything about your home. GitHub - Sets88/dbcls: DbCls is a powerful terminal database client that supports various databases GitHub - neptun2000/heor-agent-mcp GitHub - SeanFDZ/macmind: Single-layer transformer in HyperTalk for the classic Macintosh RollQuation: Math Puzzles - Apps on Google Play GitHub - dropbox/witchcraft Show HN: Agent-cache – Multi-tier LLM/tool/session caching for Valkey and Redis GitHub - opentalon/opentalon: OpenTalon is an open-source platform built from the ground up in Go as a robust alternative to OpenClaw LinkedIn™ 职位抓取工具 - Chrome 应用商店
git-issues — Issues that move with your code
steviee · 2026-06-23 · via Hacker News: 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