Baixar Notícia
WhatsApp
Email

qte77 pushed to refs/heads/main at Lambda-Biolab/i3mega-pipettebot

Fonte: github.com | Data: 08/05/2026 13:17:00

🔗 Ler matéria original

Commits on May 8, 2026

  1. chore(.gitignore): exclude agent + skill working state (#19)


    Three host-local paths kept showing up as untracked across every
    session because they're produced by Claude Code's agent / skill
    infrastructure, not by the project itself:
    
      .claude/scripts/   agent UI infra (statusline.sh and similar)
      MEMORY.md          generic cross-repo agent memory; per the user's
                         CLAUDE.md, project memory belongs at
                         ~/.claude/projects/<repo>/memory/, not here
      config/            market-research skill scratch state
                         (sources.md, mode.md, validation_criteria.md, …)
    
    None of these are referenced by `pipettebot` source, the test suite,
    docs, or CI. Adding them to .gitignore prevents accidental future
    commits and keeps `git status` quiet. The existing `.claude/skills`
    and `.claude/settings.local.json` lines are already there with the
    same rationale; this commit groups them under a clearer header and
    adds the three new patterns.
    
    Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

    and
    claude

    authored

    May 8, 2026



    Configuration menu


    Browse the repository at this point in the history