p-backlog 0.2.3 → 0.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,10 +1,14 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.2.4
4
+
5
+ - A clearer description on npm and GitHub, and a rewritten README introduction: out-of-scope fixes stay out of pull requests, audit findings don't get lost, tasks keep the context the agent needs. No code changes.
6
+
3
7
  ## 0.2.3
4
8
 
5
9
  - README: screenshots of the task list, a task card and statistics (English UI in README.md, Russian UI in README.ru.md), generated from fictional demo data with `npm run screenshots`. No code changes.
6
10
 
7
- ## 0.2.2 (not published to npm; its changes ship in 0.2.3)
11
+ ## 0.2.2
8
12
 
9
13
  - README: npm, CI, Node and license badges; a section on using p-backlog together with code-review-graph (re-check by symbol). No code changes.
10
14
 
package/README.md CHANGED
@@ -4,14 +4,28 @@
4
4
 
5
5
  **[Русская версия](README.ru.md)**
6
6
 
7
- A task backlog that lives as markdown files: an AI agent creates them while working on code, and a human
8
- triages them in a local web app.
9
-
10
- - **`backlog` CLI** — creates tasks, takes them into progress, changes their status.
11
- - **`backlog` skill** for Claude Code — tells the agent when and how to call the CLI.
12
- - **Web app** — project list, search, filters, epics, links, progress; doesn't create tasks.
13
- - **Backlog hygiene** — the agent re-checks tasks whose code changed and closes the ones no longer needed;
14
- closed tasks are deleted after 7 days.
7
+ **Keep pull requests clean. Never lose an audit finding.**
8
+
9
+ A personal backlog for Claude Code that lives next to your code as Markdown files. When the agent notices a problem
10
+ outside the task at hand, it doesn't slip a fix into your pull request — it files a task with the file, the line and
11
+ what will break. Findings from audits and code reviews become tasks too, instead of getting lost in chat history.
12
+
13
+ - **Clean pull requests.** Out-of-scope fixes go to the backlog, not into the diff you review. The Effect tab in
14
+ statistics shows how many lines stayed out of your pull requests.
15
+ - **Nothing gets lost.** Every finding from an audit or a review is a task with its source (`file:line`), what it
16
+ risks and a checklist.
17
+ - **Context kept, tokens saved.** A task stores the context the agent needs to pick it up later. On a re-check the
18
+ agent gets the task's summary, the current code around its line and the diff since the last check — usually
19
+ enough to decide without re-reading the codebase.
20
+ - **Stays current by itself.** A Stop hook asks the agent to re-check tasks whose code changed. The agent closes
21
+ fixed ones with the commit as evidence; line numbers follow the code as it moves. Closed tasks are cleaned up
22
+ after 7 days.
23
+ - **Local and autonomous.** Plain files in `~/backlog`, no account, no cloud. The agent drives it through the skill,
24
+ so you don't have to touch the CLI — though you can.
25
+ - **Charts when you want them.** Start the local web app to browse and triage tasks and follow the metrics: debt by
26
+ week, where it hurts in the code, how accurate the checks are, what the hook costs in tokens.
27
+
28
+ It consists of the `backlog` CLI, the `backlog` skill and a Stop hook for Claude Code, and an optional web app.
15
29
 
16
30
  ## Screenshots
17
31
 
package/README.ru.md CHANGED
@@ -4,14 +4,27 @@
4
4
 
5
5
  **[English version](README.md)**
6
6
 
7
- Беклог задач, который живёт markdown-файлами: их создаёт ИИ-агент во время работы над кодом, а человек
8
- разбирает в локальном веб-приложении.
9
-
10
- - **CLI `backlog`** — создаёт задачи, берёт их в работу, меняет статусы.
11
- - **Скилл `backlog`** для Claude Code — объясняет агенту, когда и как звать CLI.
12
- - **Веб-приложение** — список проектов, поиск, фильтры, эпики, связи, прогресс; задачи не создаёт.
13
- - **Порядок в беклоге** — агент перепроверяет задачи, чей код изменился, и закрывает ненужные; закрытые
14
- задачи удаляются через 7 дней.
7
+ **Чистые пулреквесты. Находки аудитов не теряются.**
8
+
9
+ Личный беклог для Claude Code, который живёт рядом с кодом markdown-файлами. Когда агент замечает проблему вне
10
+ текущей задачи, он не протаскивает правку в ваш пулреквест, а заводит задачу: файл, строка и чем это грозит.
11
+ Находки аудитов и ревью тоже становятся задачами, а не теряются в истории чата.
12
+
13
+ - **Чистые пулреквесты.** Посторонние правки уходят в беклог, а не в дифф, который вы ревьюите. Вкладка «Эффект»
14
+ в статистике показывает, сколько строк не попало в пулреквесты.
15
+ - **Ничего не теряется.** Каждая находка аудита или ревью — задача с источником (`файл:строка`), описанием риска
16
+ и чеклистом.
17
+ - **Контекст сохранён, токены сэкономлены.** Задача хранит контекст, который нужен агенту, чтобы потом взять её
18
+ в работу. При перепроверке агент получает суть задачи, текущий код вокруг её строки и изменения с прошлой
19
+ проверки — обычно этого хватает, чтобы решить, не перечитывая кодовую базу.
20
+ - **Сам следит за актуальностью.** Stop-хук просит агента перепроверить задачи, чей код изменился. Агент закрывает
21
+ исправленные со ссылкой на коммит, номера строк следуют за кодом. Закрытые задачи удаляются через 7 дней.
22
+ - **Локальный и автономный.** Обычные файлы в `~/backlog`, без аккаунта и облака. Агент работает с ним через
23
+ скилл, так что трогать CLI не обязательно — но можно.
24
+ - **Графики — когда нужны.** Поднимите локальное веб-приложение, чтобы просматривать и разбирать задачи и следить
25
+ за метриками: долг по неделям, где болит в коде, насколько точны проверки, во что обходится хук в токенах.
26
+
27
+ Состоит из CLI `backlog`, скилла `backlog` и Stop-хука для Claude Code и веб-приложения по желанию.
15
28
 
16
29
  ## Скриншоты
17
30
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "p-backlog",
3
- "version": "0.2.3",
4
- "description": "Personal developer backlog for Claude Code: tasks as Markdown files, CLI, Stop hook and a local web UI",
3
+ "version": "0.2.4",
4
+ "description": "Keep pull requests clean and audit findings safe: a local, autonomous backlog for Claude Code. The agent files out-of-scope issues as Markdown tasks with context and re-checks them as code changes. Optional web UI with metrics.",
5
5
  "keywords": [
6
6
  "claude-code",
7
7
  "claude",