Commit Graph

8 Commits (a1fc5a7c0f6b6dc8e3a2e3a22993012eb1c415b3)

Author SHA1 Message Date
PeninsulaInd 8077ac5ab6 Revert "Update CLAUDE.md with link building agent documentation"
This reverts commit 2344770143.
2026-02-19 18:38:51 -06:00
PeninsulaInd 2344770143 Update CLAUDE.md with link building agent documentation
Add linkbuilder agent to architecture diagram, document the
Link Building skill_map entry, add test_linkbuilding.py to
test catalog, update test count to 187.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 11:52:57 -06:00
PeninsulaInd 1cce14b39f Document autostart behavior to prevent restart loops
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-18 09:05:33 -06:00
PeninsulaInd c311ae5909 Add Multi-Agent Configuration reference to CLAUDE.md
Comprehensive section covering AgentConfig fields, how to add a new
agent, how agents interact (delegation, execution brain, memory
scoping), and key files reference.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 10:33:43 -06:00
PeninsulaInd 8a21990ba4 Update CLAUDE.md for multi-agent architecture
Add AgentRegistry, AgentConfig, delegate_to_agent, memory scoping,
and skills.py to architecture diagram, key files, and conventions.
Update test count to 124.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 10:14:53 -06:00
PeninsulaInd d05b589651 2.5: Update CLAUDE.md with skills.py and skill format docs
- Add cheddahbot/skills.py to Key Files table
- Update skills/ description to mention YAML frontmatter
- Add skills format to Conventions section
- Fix ctx type annotation in docs (dict -> dict | None)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 10:04:54 -06:00
PeninsulaInd ff3114b515 Add .docx attachment uploads to ClickUp tasks after press release generation
When a press release task completes, docx file paths are extracted from
the tool output and uploaded as attachments to the ClickUp task. The
completion comment now includes an attachment count note.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-16 18:04:23 -06:00
PeninsulaInd 712829a610 Optimize NotificationBus subscribe cursor and update CLAUDE.md
Replace inefficient two-query approach (fetch up to 10k rows to find max ID)
with a single SELECT MAX(id) query. Update CLAUDE.md test count (51 → 118)
and add 3 missing test file descriptions.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-16 18:01:18 -06:00