Merged
Conversation
- pachca-messages: edit/delete message, add reaction, check read receipts, broadcast to multiple users - pachca-chats: project chat from template, sync members with tag, export history, archive inactive - pachca-users: find by name/email, onboarding, offboarding, get all members of tag - pachca-tasks: add full scenario section (create reminder, list upcoming, mark done, create series) - pachca-profile: add scenario section (set/clear status, get custom fields) - pachca-forms: poll survey, request/ticket form - pachca-bots: handle button callback, periodic digest, monitoring alerts - pachca-security: monitoring suspicious logins, export logs for period
- chats: {chat_id} → {id}, {tag_id} → {id}
- bots: {message_id} → {id} in PUT /messages
- messages: {message_id} → {id} in thread endpoints
Replaced imperative "Используй когда нужно" / "НЕ используй для" phrasing with third-person "Применяется для" / "Не применяется для" in all 9 SKILL.md files to comply with the agentskills.io specification requirement that descriptions be written in third person for correct agent discovery.
The API explicitly states tasks only support creation without entity linking. Remove the incorrect linked_entity parameter from the scenario.
- Add 27 new workflows across all 8 skills in workflows.ts - Create AgentSkillsWorkflows accordion component (Radix UI) - Register component in mdx-components + markdown-content - Add mdx-expander handler for .md/llms-full.txt rendering - Add workflow suggestion GitHub issue template - Regenerate all SKILL.md files with new workflows
- Add AgentSkillsWorkflows accordion component with Radix UI - Remove title field from SkillConfig (not required by Agent Skills spec) - Fix accordion header not rendering as h3 (TOC interference) - Fix chevron rotation with named group syntax - Fix prose margin-bottom on ul/ol with !mb-0 - Add not-prose to accordion root to prevent typography styles - Fix left border stripe not reaching bottom divider (pb-3 wrapper) - Fix GET /tasks: remove non-existent status filter param, clarify client-side filtering - Remove caps (КАЖДОГО, НЕ, ДО, ЛС) from workflow text - Update GitHub issue template: free-form scenarios, drop structured fields - Fix TypeScript errors: SkillConfig.title → name in mdx-expander, enum key cast in generate.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.