Changeset 76e9cfd in Klonkt


Ignore:
Timestamp:
05/20/2026 02:48:05 AM (4 months ago)
Author:
robo <roboburr@…>
Branches:
main
Children:
46f23fd
Parents:
8681239
Message:

bd init: initialize beads issue tracking

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • .beads/hooks/post-checkout

    r8681239 r76e9cfd  
    11#!/usr/bin/env sh
    2 # --- BEGIN BEADS INTEGRATION v1.0.3 ---
     2# --- BEGIN BEADS INTEGRATION v1.0.4 ---
    33# This section is managed by beads. Do not remove these markers.
    44if command -v bd >/dev/null 2>&1; then
     
    2222  if [ $_bd_exit -ne 0 ]; then exit $_bd_exit; fi
    2323fi
    24 # --- END BEADS INTEGRATION v1.0.3 ---
     24# --- END BEADS INTEGRATION v1.0.4 ---
  • .beads/hooks/post-merge

    r8681239 r76e9cfd  
    11#!/usr/bin/env sh
    2 # --- BEGIN BEADS INTEGRATION v1.0.3 ---
     2# --- BEGIN BEADS INTEGRATION v1.0.4 ---
    33# This section is managed by beads. Do not remove these markers.
    44if command -v bd >/dev/null 2>&1; then
     
    2222  if [ $_bd_exit -ne 0 ]; then exit $_bd_exit; fi
    2323fi
    24 # --- END BEADS INTEGRATION v1.0.3 ---
     24# --- END BEADS INTEGRATION v1.0.4 ---
  • .beads/hooks/pre-commit

    r8681239 r76e9cfd  
    11#!/usr/bin/env sh
    2 # --- BEGIN BEADS INTEGRATION v1.0.3 ---
     2# --- BEGIN BEADS INTEGRATION v1.0.4 ---
    33# This section is managed by beads. Do not remove these markers.
    44if command -v bd >/dev/null 2>&1; then
     
    2222  if [ $_bd_exit -ne 0 ]; then exit $_bd_exit; fi
    2323fi
    24 # --- END BEADS INTEGRATION v1.0.3 ---
     24# --- END BEADS INTEGRATION v1.0.4 ---
  • .beads/hooks/pre-push

    r8681239 r76e9cfd  
    11#!/usr/bin/env sh
    2 # --- BEGIN BEADS INTEGRATION v1.0.3 ---
     2# --- BEGIN BEADS INTEGRATION v1.0.4 ---
    33# This section is managed by beads. Do not remove these markers.
    44if command -v bd >/dev/null 2>&1; then
     
    2222  if [ $_bd_exit -ne 0 ]; then exit $_bd_exit; fi
    2323fi
    24 # --- END BEADS INTEGRATION v1.0.3 ---
     24# --- END BEADS INTEGRATION v1.0.4 ---
  • .beads/hooks/prepare-commit-msg

    r8681239 r76e9cfd  
    11#!/usr/bin/env sh
    2 # --- BEGIN BEADS INTEGRATION v1.0.3 ---
     2# --- BEGIN BEADS INTEGRATION v1.0.4 ---
    33# This section is managed by beads. Do not remove these markers.
    44if command -v bd >/dev/null 2>&1; then
     
    2222  if [ $_bd_exit -ne 0 ]; then exit $_bd_exit; fi
    2323fi
    24 # --- END BEADS INTEGRATION v1.0.3 ---
     24# --- END BEADS INTEGRATION v1.0.4 ---
  • AGENTS.md

    r8681239 r76e9cfd  
    3737- `brew` - use `HOMEBREW_NO_AUTO_UPDATE=1` env var
    3838
    39 <!-- BEGIN BEADS INTEGRATION v:1 profile:minimal hash:ca08a54f -->
     39<!-- BEGIN BEADS INTEGRATION v:1 profile:minimal hash:7510c1e2 -->
    4040## Beads Issue Tracker
    4141
     
    5757- Use `bd remember` for persistent knowledge — do NOT use MEMORY.md files
    5858
     59**Architecture in one line:** issues live in a local Dolt DB; sync uses `refs/dolt/data` on your git remote; `.beads/issues.jsonl` is a passive export. See https://github.com/gastownhall/beads/blob/main/docs/SYNC_CONCEPTS.md for details and anti-patterns.
     60
    5961## Session Completion
    6062
     
    6971   ```bash
    7072   git pull --rebase
    71    bd dolt push
    7273   git push
    7374   git status  # MUST show "up to date with origin"
     
    8384- If push fails, resolve and retry until it succeeds
    8485<!-- END BEADS INTEGRATION -->
     86
  • CLAUDE.md

    r8681239 r76e9cfd  
    33This file provides instructions and context for AI coding agents working on this project.
    44
    5 <!-- BEGIN BEADS INTEGRATION v:1 profile:minimal hash:ca08a54f -->
     5<!-- BEGIN BEADS INTEGRATION v:1 profile:minimal hash:7510c1e2 -->
    66## Beads Issue Tracker
    77
     
    2323- Use `bd remember` for persistent knowledge — do NOT use MEMORY.md files
    2424
     25**Architecture in one line:** issues live in a local Dolt DB; sync uses `refs/dolt/data` on your git remote; `.beads/issues.jsonl` is a passive export. See https://github.com/gastownhall/beads/blob/main/docs/SYNC_CONCEPTS.md for details and anti-patterns.
     26
    2527## Session Completion
    2628
     
    3537   ```bash
    3638   git pull --rebase
    37    bd dolt push
    3839   git push
    3940   git status  # MUST show "up to date with origin"
     
    4950- If push fails, resolve and retry until it succeeds
    5051<!-- END BEADS INTEGRATION -->
     52
    5153
    5254
Note: See TracChangeset for help on using the changeset viewer.