- README: remove autogen/crewai references, add v2 architecture diagram, code-review scenario, cross-LLM config examples, roadmap - wiki/overview: event-driven architecture, Pydantic v2, roadmap - wiki/index: add entities/roles, concepts/code-review, packages/pydantic - wiki/log: Phase 1 completion, code-review decision - New: entities/roles.md, concepts/code-review.md, packages/pydantic.md Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
19 lines
649 B
Markdown
19 lines
649 B
Markdown
# Wiki Log
|
|
|
|
Append-only operation log. Format:
|
|
|
|
```
|
|
## [YYYY-MM-DD] <op> | <one-line description>
|
|
```
|
|
|
|
Operations: `init`, `ingest`, `query`, `lint`, `refactor`, `decision`.
|
|
|
|
Parseable: `grep "^## \[" .wiki/log.md | tail -20`.
|
|
|
|
---
|
|
|
|
## [2026-05-03] init | wiki bootstrapped via setup-wiki@1.0.0
|
|
|
|
## [2026-05-04] refactor | v2 Phase 1 complete: Pydantic models, EventEmitter, APIClient class, ToolRegistry class (pure Python/Windows), DiscussionEngine (event-driven), config.py, CLI refactor, deprecation shim. 184 tests passing.
|
|
|
|
## [2026-05-04] decision | code-review scenario added: cross-LLM review with defender/attacker/security/moderator roles |