ADORSYS-GIS / ADORSYS-GIS/lightbridge-authz
[Epic]: Content and path exclusion controls
- 主要語言
- Rust
- 星號
- 0
- 分支
- 1
- 平均合併
- 6 小時 42 分鐘
- 30 天內合併 PR
- 246
描述
## Summary
Add content and path exclusion controls so a customer can mark repos or paths that must never be indexed or used for code suggestions — a standard control at every competitor, and a cheap, obvious parity gap to close.
## Intent / Source of truth
Standard at every competitor (GitHub ships per-repo/org content-exclusion globs). Coordinate with lightbridge-code-intelligence, which owns indexing. Source: 2026-08-13 enterprise-readiness research pass.
## Scope
- [ ] Repo/org-level content-exclusion glob configuration (data model + admin API)
- [ ] Enforcement in lightbridge-code-intelligence's indexing pipeline (coordination story with that repo)
- [ ] Admin UI/API for managing exclusion lists
## Out of scope
- Per-file dynamic exclusion based on content scanning (glob-based path exclusion only, matching the competitive bar)
## Verification
A path matching an exclusion glob is provably never indexed and never appears in a suggestion; a change to the exclusion list takes effect on the next indexing cycle without a full re-index requirement (or that requirement is explicitly documented).
## Risk assessment
This control only matters if lightbridge-code-intelligence's indexing pipeline actually honors it — needs a real cross-repo integration test, not just a config surface that assumes enforcement happens elsewhere.
## AI Usage Declaration
Drafted with AI assistance during the 2026-08-13 cross-repo backlog consolidation and enterprise-readiness research. A human owns intent, verification and consequences.
貢獻指南
評估
這個 Issue 還沒有評估資料。