Update docs: watcher fix, plugin capture fix (2026-02-25)

- Fixed watcher stuck on old session bug (restarted service)
- Fixed plugin capture 0 exchanges (added extractMessageText for OpenAI content arrays)
- Updated README, session.md, function_check.md, audit_checklist.md
- Verified: 9 exchanges captured per session
This commit is contained in:
root
2026-02-25 12:45:27 -06:00
parent abc5498f60
commit 87a390901d
8 changed files with 1234 additions and 202 deletions

View File

@@ -334,7 +334,7 @@ Comprehensive pre-install, install, and post-install validation steps.
| # | Check | Command | Expected |
|---|-------|---------|----------|
| 9.1.1 | Gitea remote | `git remote get-url gitea` | `http://10.0.0.61:3000/...` |
| 9.1.1 | Gitea remote | `git remote get-url gitea` | `http://<GITEA_IP>:3000/...` |
| 9.1.2 | GitLab remote | `git remote get-url gitlab` | `https://gitlab.com/...` |
| 9.1.3 | GitHub remote | `git remote get-url github` | `https://github.com/...` |
| 9.1.4 | All remotes accessible | `git fetch --all` | No errors |