Skip to content
This repository was archived by the owner on Mar 2, 2026. It is now read-only.

Add schedule/action group methods and open source contributing guide#7

Merged
simons-plugins merged 1 commit into
mainfrom
feature/schedule-actiongroup-docs
Feb 22, 2026
Merged

Add schedule/action group methods and open source contributing guide#7
simons-plugins merged 1 commit into
mainfrom
feature/schedule-actiongroup-docs

Conversation

@simons-plugins

@simons-plugins simons-plugins commented Feb 22, 2026

Copy link
Copy Markdown
Owner

Summary

  • Updated command-namespaces.md with new Indigo 2025.1 schedule and action group methods: duplicate(), execute(), getDependencies(), moveToFolder(), removeDelayedActions(), displayInRemoteUI()
  • Expanded api-patterns.md with practical examples for schedule and action group management
  • Added open-source-contributing.md with the IndigoDomotics GitHub contribution workflow
  • Updated skill.md with routing and file references for new content

Test plan

  • Verify /indigo command loads updated skill metadata
  • Confirm schedule/action group queries route to correct docs
  • Verify open source contributing queries route correctly

🤖 Generated with Claude Code

Summary by CodeRabbit

  • New Features

    • Added new Action Group and Schedule methods: execute, duplicate, moveToFolder, getDependencies, and removeDelayedActions with enhanced parameters.
  • Documentation

    • Expanded API documentation with comprehensive usage patterns for Action Groups and Schedules.
    • Published open-source contribution guide with workflow and guidelines.

Update documentation with new Indigo 2025.1 methods for schedules
(duplicate, execute, getDependencies, moveToFolder, removeDelayedActions)
and action groups (duplicate, execute with event_data, getDependencies,
moveToFolder, displayInRemoteUI). Add open source contribution workflow
guide for IndigoDomotics GitHub organization.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Feb 22, 2026

Copy link
Copy Markdown

Caution

Review failed

The pull request is closed.

📝 Walkthrough

Walkthrough

This pull request expands documentation for Action Group and Schedule API namespaces with new method signatures, adds usage patterns and examples, introduces open-source contributing guidelines, and updates the documentation structure to reference these new sections.

Changes

Cohort / File(s) Summary
API Documentation
docs/api/iom/command-namespaces.md
Documented new and enhanced API signatures for Action Group and Schedule namespaces, including execute with event_data/schedule_data parameters, duplicate returning new instances, moveToFolder with value parameter, new methods displayInRemoteUI, getDependencies, and removeDelayedActions.
Pattern Documentation
docs/patterns/api-patterns.md
Added Execute, Dependencies and Management subsections under Action Group Patterns; introduced new Schedule Patterns section with Execute and Control, and Dependencies and Management subsections demonstrating practical usage examples.
Contributing Guidelines
docs/patterns/open-source-contributing.md
New documentation file detailing Indigo open-source contribution workflow covering issue creation, fork process, testing, style compliance, PR submission, and review procedures.
Documentation Structure
skill.md
Updated navigation and documentation index to include open-source-contributing.md reference and added routing for Schedule/action group commands documentation.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~12 minutes

Possibly related PRs

Poem

🐰 Documentation hops with glee,
New patterns bloom for all to see—
Schedules dance, actions unite,
Contributing paths shining bright!

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch feature/schedule-actiongroup-docs

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@simons-plugins simons-plugins merged commit 4bc4245 into main Feb 22, 2026
1 of 4 checks passed
@simons-plugins simons-plugins deleted the feature/schedule-actiongroup-docs branch February 22, 2026 20:50
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant