{"id":45761950,"url":"https://github.com/filthyrake/server-shed-misters","last_synced_at":"2026-02-25T23:19:21.484Z","repository":{"id":312756203,"uuid":"1048616610","full_name":"filthyrake/server-shed-misters","owner":"filthyrake","description":"Production-ready automated climate control system for server sheds using SwitchBot Hub 2 sensors and Rachio Smart Hose Timer valves","archived":false,"fork":false,"pushed_at":"2025-11-07T21:01:29.000Z","size":227,"stargazers_count":1,"open_issues_count":27,"forks_count":4,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-07T22:20:46.590Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/filthyrake.png","metadata":{"files":{"readme":".github/README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-01T18:27:00.000Z","updated_at":"2025-11-07T21:01:29.000Z","dependencies_parsed_at":"2025-09-01T21:21:29.947Z","dependency_job_id":"d612165e-0313-4120-a020-35a21d8edfec","html_url":"https://github.com/filthyrake/server-shed-misters","commit_stats":null,"previous_names":["filthyrake/server-shed-misters"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/filthyrake/server-shed-misters","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filthyrake%2Fserver-shed-misters","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filthyrake%2Fserver-shed-misters/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filthyrake%2Fserver-shed-misters/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filthyrake%2Fserver-shed-misters/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/filthyrake","download_url":"https://codeload.github.com/filthyrake/server-shed-misters/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filthyrake%2Fserver-shed-misters/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29844850,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-25T22:37:40.667Z","status":"ssl_error","status_checked_at":"2026-02-25T22:37:25.960Z","response_time":61,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-02-25T23:19:20.694Z","updated_at":"2026-02-25T23:19:21.479Z","avatar_url":"https://github.com/filthyrake.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GitHub Copilot Configuration\n\nThis directory contains configuration files for GitHub Copilot coding agent to help it understand and work with this repository effectively.\n\n## Files\n\n### `copilot-instructions.md`\nMain instructions file that provides Copilot with:\n- Project overview and context\n- Development workflow and commands\n- Architecture and design patterns\n- Critical implementation details\n- Safety guidelines for hardware control\n- Testing and deployment procedures\n\nThis file is automatically loaded by Copilot when working on issues in this repository.\n\n### `agents/` Directory\nContains custom agent profiles for specialized tasks:\n\n#### `hardware-safety-agent.md`\nSpecialized agent for ensuring safety when modifying code that controls physical hardware (water valves and sensors). Use this agent when:\n- Modifying misting decision logic\n- Changing state management\n- Updating emergency stop or cooldown mechanisms\n- Reviewing changes that affect valve control\n\n#### `api-integration-agent.md`\nSpecialized agent for working with SwitchBot and Rachio APIs. Use this agent when:\n- Adding or modifying API endpoints\n- Changing authentication patterns\n- Updating device discovery logic\n- Handling temperature conversion (Celsius ↔ Fahrenheit)\n- Troubleshooting API connectivity issues\n\n#### `docker-deployment-agent.md`\nSpecialized agent for Docker configuration and deployment. Use this agent when:\n- Modifying Docker Compose files\n- Updating Dockerfile\n- Changing deployment scripts\n- Configuring systemd service\n- Setting up production environments\n- Troubleshooting deployment issues\n\n## Usage\n\n### For GitHub Copilot Coding Agent\nWhen you assign an issue to Copilot:\n1. Copilot automatically loads `copilot-instructions.md`\n2. For specialized tasks, mention the appropriate agent in the issue description\n3. Agents provide focused expertise for their specific domains\n\n### For Custom Agents\nCustom agents are automatically available to Copilot when working on issues. They provide specialized expertise based on the task context. Copilot will select the appropriate agent based on:\n- The issue description and labels\n- The files being modified\n- The type of changes requested\n\nTo help Copilot choose the right agent, include relevant keywords in your issue description:\n- For hardware safety: \"valve control\", \"misting logic\", \"safety review\"\n- For API changes: \"SwitchBot API\", \"Rachio integration\", \"device discovery\"\n- For deployment: \"Docker\", \"deployment\", \"production configuration\"\n\n## Best Practices\n\n1. **Keep Instructions Updated**: When making significant architectural changes, update `copilot-instructions.md`\n2. **Use Specialized Agents**: Leverage custom agents for domain-specific tasks\n3. **Safety First**: Always use `hardware-safety-agent` for changes affecting physical hardware control\n4. **Clear Issues**: Write detailed issue descriptions to help Copilot understand context\n5. **Review Changes**: Always review Copilot's PRs before merging, especially for safety-critical code\n\n## References\n\nFor more information about GitHub Copilot coding agent and custom agents:\n- [GitHub Copilot Coding Agent Documentation](https://docs.github.com/en/copilot)\n- [GitHub Copilot Best Practices Blog](https://github.blog/tag/copilot/)\n\nNote: GitHub documentation and features may evolve. Check the official GitHub docs for the latest information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffilthyrake%2Fserver-shed-misters","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffilthyrake%2Fserver-shed-misters","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffilthyrake%2Fserver-shed-misters/lists"}