Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file removed .beads.gate.lock
Empty file.
8 changes: 0 additions & 8 deletions .cargo/audit.toml

This file was deleted.

45 changes: 0 additions & 45 deletions .cargo/config.toml

This file was deleted.

41 changes: 39 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,44 @@ skill-create-output/
.mcp.json
CLAUDE.local.md

# BLOCK: machine-local build/editor configuration.
# These encode one workstation (linker, job counts, cache sizes, editor state)
# and break every other environment when versioned. Keep them on disk, out of git.
# Leading slash anchors each rule to the repository root, so test fixtures that
# legitimately ship their own .cargo/ or editor files stay tracked.
/.cargo/
/.vscode/
/.waza.yaml
/opencode.jsonc

# BLOCK: tool output. Reports are produced by a gate, never authored.
# Regenerate with the owning make verb instead of committing a snapshot.
*.sarif
*violations*.txt
build_err.txt
clippy_output.txt
validate_output.txt
test_003_warnings.txt
staged_files.txt
pr[0-9]*_comments.txt
coverage/

# BLOCK: compiled and captured test artifacts
*.rlib
/data/vectors/
/crates/mcb-providers/src/database/sqlite/test_file.txt

# BLOCK: captured runtime logs. tests/mcb.<date> is server stdout, not a test.
tests/mcb.[0-9]*

# BLOCK: agent/session scratch
tmp_*.txt
.beads.gate.lock

# BLOCK: parallel documentation tree. docs/ is the single documentation owner
# (Law 4). context/ duplicated it and described dill/figment, removed by ADR-050/051.
/context/

# Tracked managed artifacts
!.github/ci-template/
!.github/ci-template/ci.yml
Expand All @@ -305,9 +343,8 @@ CLAUDE.local.md
!.github/workflows/ci-matrix.yml
!.github/workflows/ci.yml
!.github/workflows/docs.yml
!.github/workflows/release.yml
!.github/workflows/release-binaries.yml
!sgconfig.yml
!.vscode/settings.json
!LICENSE
!config/
!config/workspace.yaml
Expand Down
149 changes: 0 additions & 149 deletions .vscode/settings.json

This file was deleted.

46 changes: 0 additions & 46 deletions .waza.yaml

This file was deleted.

64 changes: 0 additions & 64 deletions build_err.txt

This file was deleted.

Loading
Loading