Skip to content

fix: BUG: La lógica en bunker-pulse.sh está fallando porque ignora archivos que no son .md #12

Description

@Haiagari

Description

BUG: La lógica en bunker-pulse.sh está fallando porque ignora archivos que no son .md

Root Cause

El sistema parece estar limitado por patrones de búsqueda rígidos (ej: *.md) definidos en el código fuente.

📑 Análisis Forense

📍 Archivo: bin/bunker-pulse.sh
📝 Código Sospechoso:

13:for file in "$INBOX_DIR"/*.md; do
27:        for word in $(echo "$title" | sed 's/[^a-zA-Z0-9.\/_ \-]//g'); do
39:            context=$(grep -nE "for |while |find |\*\.md" "$culprit_file" | head -n 5)
41:            root_cause="El sistema parece estar limitado por patrones de búsqueda rígidos (ej: \`*.md\`) definidos en el código fuente."
57:        git commit --allow-empty -m "chore: forensic triage for $title"

Proposed Fix

  1. Expand the file pattern to support other formats (e.g. *.{md,txt,json}).
  2. Update the scanning logic in bin/bunker-pulse.sh.

Generated by Bunker Architect v5.2.1

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions