Changes in .beads/README.md [4cc4bcf:5b22ea9] in Klonkt


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • .beads/README.md

    r4cc4bcf r5b22ea9  
    11# Beads - AI-Native Issue Tracking
    2 
    3 > **The beads database in this repository is retired. Do not write to it.**
    4 >
    5 > Klonkt's issues live in `~/Sources/shaer-frontend/.beads` (Dolt database
    6 > `shaer`). All 32 of them were migrated there on 2026-08-23 keeping their
    7 > original `prutfolio-src-*` ids, so `bd show prutfolio-src-7cz` works from that
    8 > repository and means the same issue it always did.
    9 >
    10 > Create, update and close Klonkt issues from `~/Sources/shaer-frontend`. The
    11 > `bd` commands below apply there, not here.
    12 >
    13 > Why: this repository has no `core.hooksPath`, so the beads hooks in
    14 > `.beads/hooks/` never ran. The Dolt database is gitignored and the one tracked
    15 > artefact, `.beads/issues.jsonl`, is only refreshed by those hooks — it had
    16 > drifted four days and two issues behind before anyone noticed. shaer-frontend
    17 > has the hooks wired, so its export stays current.
    18 >
    19 > The local database is left in place and still readable for history. Nothing
    20 > enforces this: it is a convention, and a `bd create` run here will succeed and
    21 > be lost.
    222
    233Welcome to Beads! This repository uses **Beads** for issue tracking - a modern, AI-native tool designed to live directly in your codebase alongside your code.
Note: See TracChangeset for help on using the changeset viewer.