Skip to content

Conversation

@pierringshot
Copy link
Member

This PR polishes docs and prepares Wiki:

  • Adds Wiki pages under docs/wiki (Home, Quickstart, CLI, CTI+LLM, Development, FAQ)
  • Adds mindmap image references
  • Adds Wiki links in README (GitHub Wiki + local mirror)
  • Adds scripts/publish_wiki.sh to sync local wiki content to GitHub Wiki

Before

  • README lacked a direct Wiki link
  • No structured Wiki content

After

  • Clear Wiki entry points
  • Repeatable wiki publishing via script

Notes

  • If GitHub Wiki push is restricted at org level, run gh repo edit --enable-wiki and then bash scripts/publish_wiki.sh.

feat(cli): CTI + UA + reports + tests
…g by IP/signature, sampling, gating by 4xx/UA, optional time-window bucketing\n- CTI: scope filtering, max cap, batch flush + pause, strong cache reuse\n- Offline: support OFFLINE_IP_BLOCKLIST for local reputations\n- Budget: GROQ_TOKENS_BUDGET guard in GroqRotatingClient\n- Docs: USAGE updated; AGENTS.md adds scalable plan\n\nDefault preserves test behavior; all tests pass.
…rom CTI signals\n\n- New report files: reports/malicious_ai_report.txt|md\n- Expose Groq client at module level for monkeypatching\n- Add tests for offline blocklist + dummy Groq client
@pierringshot pierringshot added the documentation Improvements or additions to documentation label Sep 5, 2025
@pierringshot pierringshot self-assigned this Sep 5, 2025
@pierringshot pierringshot linked an issue Sep 5, 2025 that may be closed by this pull request
@pierringshot pierringshot added the enhancement New feature or request label Sep 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add CI workflow for tests/coverage

2 participants