Commit 578a4b6
feat: add module, tool execution, and agent response attributes (#13)
* chore: Improve repository structure with templates and documentation organization
- Add CODEOWNERS for automatic review assignment
- Add issue templates (bug report, feature request)
- Add pull request template with comprehensive checklist
- Add pre-commit config with gitleaks, uv-lock, and ruff
- Improve release-drafter.yml with more categories and better organization
- Move AUTOMATION.md and ROADMAP.md to docs/ directory
- Remove MERGE_BOT_GUIDE.md (content moved to AUTOMATION.md in English)
- Update AUTOMATION.md with /update command documentation
- Move Development section from README to CONTRIBUTING.md
- Update ROADMAP version from v0.2.0 to v1.1.0
- Update all documentation references to new file locations
* Fix merge-bot update command checkout issue
The update command was failing because the checkout action wasn't
specifying which repository to checkout from. This caused it to only
fetch the default branches and not the PR branch.
Added 'repository' parameter to the checkout action to explicitly
specify the head repository, fixing the branch checkout issue.
Same fix as applied to msgspec-ext repository.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
* feat: add module, tool execution, and agent response attributes
Add new attribute setters for:
- Module attributes (name, type) for specialized visualizations
- Extended tool attributes (execution type, protocol)
- Extended agent attributes (response content)
These attributes enable better categorization and visualization
of AI operations in the msgtrace frontend.
---------
Co-authored-by: Claude <noreply@anthropic.com>1 parent c881495 commit 578a4b6
1 file changed
+69
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
449 | 449 | | |
450 | 450 | | |
451 | 451 | | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
| 515 | + | |
| 516 | + | |
| 517 | + | |
| 518 | + | |
| 519 | + | |
| 520 | + | |
452 | 521 | | |
453 | 522 | | |
454 | 523 | | |
| |||
0 commit comments