mirror of
https://github.com/rustfs/rustfs.git
synced 2026-07-26 08:18:18 +00:00
d1db9a10cd
Agent-instruction and architecture docs had drifted from the code: - CLAUDE.md: slim to commands + pointers; fix wrong claim that `make pre-commit` is the full pre-PR gate (that is `make pre-pr`); drop stale pre-#3929 file paths and merged bug narratives - AGENTS.md: drop dead `rust-refactor-helper` skill rule and the hand-maintained (already stale) scoped-AGENTS index; link architecture docs from Sources of Truth - .github/AGENTS.md: replace the outdated copied CI command matrix with a pointer to ci.yml - crates/AGENTS.md: merge duplicated Testing sections - ARCHITECTURE.md: resolve the utils->config contradiction (edges are removed), mark volatile counts as snapshots, fix a bad path - docs/architecture: add README router; move one-shot plans/trackers (rebalance-decommission phases, migration-progress ledger, PR template) to docs/superpowers/plans with archive headers; fix stale source paths in kept inventories (core/sets.rs, core/pools.rs, store/mod.rs, startup_* split from #3671) - docs/operations/tier-ilm-debugging.md: extracted tier debugging playbook with corrected paths - scripts/check_doc_paths.sh: new guard failing pre-commit/pre-pr when instruction/architecture docs reference nonexistent file paths - .claude/skills: add tier-debug and arch-checks repo skills; .gitignore now keeps .claude/skills and docs/operations committable Verification: ./scripts/check_doc_paths.sh, ./scripts/check_architecture_migration_rules.sh (both pass) Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
86 lines
1.2 KiB
Plaintext
86 lines
1.2 KiB
Plaintext
/target
|
|
.DS_Store
|
|
.idea
|
|
.vscode
|
|
.cursor
|
|
.direnv/
|
|
# Ignore local Claude state but keep shared repo skills committable
|
|
.claude/*
|
|
!.claude/skills
|
|
.tmp/
|
|
/test
|
|
/logs
|
|
/data
|
|
/docs
|
|
/rustfs-data/
|
|
.devcontainer
|
|
rustfs/static/*
|
|
!rustfs/static/.gitkeep
|
|
vendor
|
|
cli/rustfs-gui/embedded-rustfs/rustfs
|
|
*.log
|
|
deploy/certs/*
|
|
deploy/data/*
|
|
*jsonl
|
|
.env
|
|
.rustfs.sys
|
|
.cargo/
|
|
!fuzz/.cargo/
|
|
!fuzz/.cargo/config.toml
|
|
!.cargo/config.toml
|
|
profile.json
|
|
.docker/openobserve-otel/data
|
|
*.zst
|
|
.secrets
|
|
*.go
|
|
*.pb
|
|
*.svg
|
|
deploy/logs/*.log.*
|
|
artifacts/
|
|
# s3-tests local artifacts (root directory only)
|
|
/s3-tests/
|
|
/s3-tests-local/
|
|
/s3tests.conf
|
|
/s3tests.conf.*
|
|
*.events
|
|
*.audit
|
|
*.snappy
|
|
PR_DESCRIPTION.md
|
|
scripts/s3-tests/selected_tests.txt
|
|
docs
|
|
__pycache__/
|
|
!docs/
|
|
docs/*
|
|
!docs/architecture/
|
|
!docs/architecture/**
|
|
!docs/operations/
|
|
!docs/operations/**
|
|
!docs/superpowers/
|
|
!docs/superpowers/**
|
|
docs/heal-scanner-logging-governance.md
|
|
docs/benchmark/rustfs-target-bench/
|
|
docs/benchmark/*.md
|
|
.codegraph/*
|
|
.docker/test/compat/data/*
|
|
.docker/test/compat/kms/*
|
|
reasonix.toml
|
|
.reasonix/*
|
|
|
|
# nix stuff
|
|
result*
|
|
*.gz
|
|
rustfs-webdav.code-workspace
|
|
|
|
.aiexclude
|
|
*.bak
|
|
# Local test/benchmark artifacts
|
|
benchmarks.logs
|
|
tmp/
|
|
crates/*/docs
|
|
fuzz/target
|
|
outputs
|
|
worktrees/*
|
|
|
|
# Local AI-agent review artifacts (omo evidence dumps)
|
|
.omo/
|