chore: v0.5.0 release hardening#120
Merged
bradygaster merged 1 commit intodevfrom Feb 20, 2026
Merged
Conversation
…e checklist (#62) - Bump package.json version from 0.4.2 to 0.5.0 - Add version consistency validation to squad-preview.yml and squad-release.yml - Validates that package.json version has matching CHANGELOG.md entry - Prevents releases with missing or mismatched version documentation - Mirror validation changes to templates/workflows/ for consumer repos - Create docs/release-checklist.md with comprehensive release procedures - Patch, minor, and major release checklists - Pre-release and CI validation steps - Clear actionable guidance for release engineers - Update CHANGELOG.md with v0.5.0 feature list Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This was referenced Feb 20, 2026
joniba
pushed a commit
to joniba/squad
that referenced
this pull request
Mar 26, 2026
Adds comprehensive user-facing documentation for the proactive notifications system across three implementation phases: webhook routing, failure recovery, and scheduler integration. Guide covers: - Setup and configuration (webhook URL, directory structure) - Sending notifications for all three tiers (urgent, action, feature) - Event trigger patterns and integration points - Failure recovery with dead letter queue and retry scheduler - Configuration reference (state watermark, dead letter structure) - Testing and validation commands - Troubleshooting flowcharts and health checks - Reference section with Adaptive Card templates Updates docs/INDEX.md and docs/TAGS.md for proper indexing per Bilbo standards. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
joniba
pushed a commit
to joniba/squad
that referenced
this pull request
Mar 26, 2026
…radygaster#129) * feat(squad): hire Frodo — TI Domain Backend Engineer Conservative charter for SecurityInsights RP and Sentinel-TiPipeline work. Domain knowledge seeded from Sagi's TiExpert PR #15064785 review and ICM 767184571 investigation (RP-side subscription blocking). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * fix: purge all lockout rules from source files (Decision bradygaster#48) Removed Reviewer Rejection Lockout Semantics from: - .github/agents/squad.agent.md (coordinator governance) - .squad/templates/squad.agent.md (template copy) - .squad/templates/charter.md (charter template) - .squad/templates/run-output.md (review output template) - .squad/agents/gandalf/charter.md (lead charter) - templates/squad-starter/charter-templates/lead.md (starter template) New rule: original authors own their fixes. Reviewers provide specific feedback; coordinator routes it back to the author. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * docs: notifications system guide (bradygaster#120) Adds comprehensive user-facing documentation for the proactive notifications system across three implementation phases: webhook routing, failure recovery, and scheduler integration. Guide covers: - Setup and configuration (webhook URL, directory structure) - Sending notifications for all three tiers (urgent, action, feature) - Event trigger patterns and integration points - Failure recovery with dead letter queue and retry scheduler - Configuration reference (state watermark, dead letter structure) - Testing and validation commands - Troubleshooting flowcharts and health checks - Reference section with Adaptive Card templates Updates docs/INDEX.md and docs/TAGS.md for proper indexing per Bilbo standards. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * feat(dgrep): authentication integration (bradygaster#104) - IAuthProvider interface with AzCli, Certificate, ManagedIdentity providers - AuthProviderFactory with config-driven selection (default: azcli) - dgrep auth status/test commands - KustoQueryExecutor wired with auth provider - AuthMethod field in DgrepConfig + ConfigManager support - IProcessRunner abstraction for testable az CLI invocation - InternalsVisibleTo for test access - 78 new xUnit tests (262 total, all passing) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Elrond <elrond@squad.local> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
joniba
pushed a commit
to joniba/squad
that referenced
this pull request
Mar 26, 2026
* feat(squad): hire Frodo — TI Domain Backend Engineer Conservative charter for SecurityInsights RP and Sentinel-TiPipeline work. Domain knowledge seeded from Sagi's TiExpert PR #15064785 review and ICM 767184571 investigation (RP-side subscription blocking). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * fix: purge all lockout rules from source files (Decision bradygaster#48) Removed Reviewer Rejection Lockout Semantics from: - .github/agents/squad.agent.md (coordinator governance) - .squad/templates/squad.agent.md (template copy) - .squad/templates/charter.md (charter template) - .squad/templates/run-output.md (review output template) - .squad/agents/gandalf/charter.md (lead charter) - templates/squad-starter/charter-templates/lead.md (starter template) New rule: original authors own their fixes. Reviewers provide specific feedback; coordinator routes it back to the author. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * docs: notifications system guide (bradygaster#120) Adds comprehensive user-facing documentation for the proactive notifications system across three implementation phases: webhook routing, failure recovery, and scheduler integration. Guide covers: - Setup and configuration (webhook URL, directory structure) - Sending notifications for all three tiers (urgent, action, feature) - Event trigger patterns and integration points - Failure recovery with dead letter queue and retry scheduler - Configuration reference (state watermark, dead letter structure) - Testing and validation commands - Troubleshooting flowcharts and health checks - Reference section with Adaptive Card templates Updates docs/INDEX.md and docs/TAGS.md for proper indexing per Bilbo standards. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * feat(dgrep): saved queries with parameter substitution (bradygaster#105) - SavedQuery model with DefaultDatabase, DefaultCluster, {{param}} placeholders - dgrep saved list/add/remove/show/run commands - Parameter substitution via {{param_name}} with missing-param validation - 3 built-in ICM investigation queries (icm-errors, icm-latency, icm-throttling) - SavedCommand wired into Program.cs via QueryExecutor + ConfigManager - Full xUnit test coverage (42 new tests, 317 total passing) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Elrond <elrond@squad.local> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
joniba
pushed a commit
to joniba/squad
that referenced
this pull request
Mar 26, 2026
* feat(squad): hire Frodo — TI Domain Backend Engineer Conservative charter for SecurityInsights RP and Sentinel-TiPipeline work. Domain knowledge seeded from Sagi's TiExpert PR #15064785 review and ICM 767184571 investigation (RP-side subscription blocking). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * fix: purge all lockout rules from source files (Decision bradygaster#48) Removed Reviewer Rejection Lockout Semantics from: - .github/agents/squad.agent.md (coordinator governance) - .squad/templates/squad.agent.md (template copy) - .squad/templates/charter.md (charter template) - .squad/templates/run-output.md (review output template) - .squad/agents/gandalf/charter.md (lead charter) - templates/squad-starter/charter-templates/lead.md (starter template) New rule: original authors own their fixes. Reviewers provide specific feedback; coordinator routes it back to the author. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * docs: notifications system guide (bradygaster#120) Adds comprehensive user-facing documentation for the proactive notifications system across three implementation phases: webhook routing, failure recovery, and scheduler integration. Guide covers: - Setup and configuration (webhook URL, directory structure) - Sending notifications for all three tiers (urgent, action, feature) - Event trigger patterns and integration points - Failure recovery with dead letter queue and retry scheduler - Configuration reference (state watermark, dead letter structure) - Testing and validation commands - Troubleshooting flowcharts and health checks - Reference section with Adaptive Card templates Updates docs/INDEX.md and docs/TAGS.md for proper indexing per Bilbo standards. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * docs: notifications status assessment — honest gap analysis Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * fix(dgrep): Windows process runner for az.cmd invocation (bradygaster#110) On Windows, az is az.cmd (batch file). Process.Start with UseShellExecute=false can't find it. Fix: resolve .cmd extension on Windows before spawning process. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * refactor: Frodo charter v2 — domain-grounded, no link indirection Complete rewrite of Frodo's charter based on deep TI domain research. Changes: - Removed ICM-specific content (767184571, 764634026) - Removed link indirection to PR reviews and external docs - Added inline TI domain knowledge: 4-layer pipeline architecture (Ingestion, Processing, Storage, Matching), all repos covered - Extracted concrete patterns from Galadriel's reviews (STIX inheritance, error handling contracts, API versioning, polling discipline) - Expanded scope from 2 repos to entire TI domain (C:\dev\ti) - Kept conservative philosophy, EMU auth, failure recovery unchanged Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * refactor: incorporate Elrond's TI domain research into Frodo charter Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Elrond <elrond@squad.local> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
joniba
pushed a commit
to joniba/squad
that referenced
this pull request
Mar 26, 2026
…Boromir hired - Orchestration logs: Gimli (DGrep SDK bradygaster#105, error handling bradygaster#108, coordinator bradygaster#134), Bilbo (notifications docs bradygaster#120) - Session log: Gimli-Bilbo batch completion (381 tests, 3 issues closed) - History updates: Gimli (notifications coordinator pattern notes), Bilbo (runbook + overview delivery notes) - Decision inbox: Verified empty, no merges required - Status: Batch complete, ready for main branch merge Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
joniba
pushed a commit
to joniba/squad
that referenced
this pull request
Mar 26, 2026
- Gimli: 3 tasks completed (bradygaster#135 E2E validation, bradygaster#106 tail command, bradygaster#108 error handling) - Bilbo: 1 task completed (bradygaster#120 documentation) - Milestone: Notifications MVP E2E validated, all 4 MVP issues closed - Logged orchestration entries, session record, and cross-agent histories
joniba
pushed a commit
to joniba/squad
that referenced
this pull request
Mar 26, 2026
* docs(guides): Notifications runbook for issue bradygaster#120 Add comprehensive Teams notification system runbook covering: - Notification tiers (urgent, action, feature) and delivery semantics - One-time webhook setup and security best practices - Event types with complete JSON schemas and examples - Integration guide for dispatcher and direct usage - Troubleshooting guide for common failure modes - Reference documentation for event schema and state file Addresses squad issue bradygaster#120: comprehensive end-user documentation for the Teams notification system. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * docs: Add parameter translation table and notification-scheduler.ps1 reference Fix PR bradygaster#143 feedback: - Add Parameter Translation table documenting how dispatcher parameters (notify-squad-event.ps1) map to underlying scripts (notify-blocked.ps1, notify-feature-complete.ps1) for both 'blocked' and 'feature-complete' events - Document non-obvious behavior: PR normalization (adds # prefix), DocLinks only forwards first URL with warning - Add notification-scheduler.ps1 to See Also references with description of scheduler and batching engine role - Update script descriptions in references to clarify function Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Jonathan Ben Ami <elrond@squad.local> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
diberry
added a commit
that referenced
this pull request
Mar 30, 2026
Implements 5 short-term CI hardening improvements: - Lockfile stability check in preflight - Composite action for npm setup (DRY) - Cron schedule audit and cleanup (refs #120) - GitHub API rate limit monitoring (values masked per security review) - npm registry health check before publish Security: Rate limit values masked in CI logs per RETRO review. Refs: diberry#121 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
tamirdresher
pushed a commit
that referenced
this pull request
Mar 30, 2026
Implements 5 short-term CI hardening improvements: - Lockfile stability check in preflight - Composite action for npm setup (DRY) - Cron schedule audit and cleanup (refs #120) - GitHub API rate limit monitoring (values masked per security review) - npm registry health check before publish Security: Rate limit values masked in CI logs per RETRO review. Refs: diberry#121 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.
Fixes #62 (P0 items)
Changes
Validation
Co-authored-by: Copilot 223556219+Copilot@users.noreply.github.com