Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
f838779
feat(kb): add read-only Knowledge Base support
May 13, 2026
bf5a83c
fix(kb): address Codacy pydocstyle and ruff findings
May 13, 2026
47973d5
chore: drop accidentally-committed vendor/llm-anon-core gitlink
May 13, 2026
7d60299
fix(kb): address CodeRabbit review findings
May 13, 2026
72b8b28
chore: ignore vendor/ and drop accidentally committed gitlink
May 13, 2026
310546c
fix(kb): address remaining Codacy pydocstyle minor findings
May 13, 2026
54d9353
fix: align docstring formatting with Codacy D203/D212/D213 rules
May 13, 2026
9897848
chore: flip docstring layout to satisfy Codacy rule set
May 13, 2026
cfae9e5
chore: satisfy Codacy docstring rules (D211/D212/D213/D203)
May 13, 2026
a24da8f
chore: adjust docstring formatting for Codacy
May 13, 2026
b5ed8b3
chore: satisfy Codacy docstring rules
May 13, 2026
2cceaee
chore: align docstrings with Codacy checks
May 13, 2026
f6ab328
chore: flip docstrings for Codacy
May 13, 2026
bb7fc05
Merge branch 'basher83:main' into feat/kb-readonly
snizzleorg May 13, 2026
01d7f37
Merge branch 'main' into feat/kb-readonly
snizzleorg May 15, 2026
ec25c3c
Merge branch 'basher83:main' into feat/kb-readonly
snizzleorg May 18, 2026
5baab85
Merge branch 'basher83:main' into feat/kb-readonly
snizzleorg Jun 6, 2026
5272d51
Merge branch 'basher83:main' into feat/kb-readonly
snizzleorg Jun 18, 2026
5cd7034
Merge branch 'basher83:main' into feat/kb-readonly
snizzleorg Jul 7, 2026
81dbf6e
Merge branch 'basher83:main' into feat/kb-readonly
snizzleorg Aug 3, 2026
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
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -262,3 +262,6 @@ secrets/

# Hookify local rule configs (personal preferences)
.claude/hookify.*.local.md

# Local vendored deps (used only by feature branches such as PII, not in upstream).
vendor/
Loading