-
Notifications
You must be signed in to change notification settings - Fork 0
chore(squad): finalize pre-push gate documentation and governance #13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
557f631
feat: add pre-push gate (build + test before push)
mpaulosky 8b0b72a
fix(infra): align pre-push gate with actual MyBlog project structure
mpaulosky c7024a5
docs(squad): sync pre-push hook history and comments
mpaulosky 233b856
docs(contributing): consolidate the canonical contributor guide
mpaulosky 655ba71
fix(hooks): address follow-up PR review comments
mpaulosky 5cda239
docs(squad): gandalf security review of PR #11 and PR #12
mpaulosky d59b493
Fix PR #12 review follow-ups
mpaulosky 810498e
squad: consolidate decisions, update team history, establish governan…
mpaulosky 1bd7698
Merge branch 'dev' of https://github.com/mpaulosky/MyBlog into squad/…
mpaulosky f037e2c
chore: ignore JetBrains IDE metadata
mpaulosky d757e68
chore: untrack generated tailwind.css file
mpaulosky File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,25 @@ | ||
| { | ||
| "version": 1, | ||
| "migrations": [ | ||
| { | ||
| "timestamp": "2026-04-18T00:00:00Z", | ||
| "event": "casting_migration_v1", | ||
| "agent": "Ralph", | ||
| "description": "Initial casting migration for squadified repo without casting directory", | ||
| "details": { | ||
| "source": ".squad/team.md", | ||
| "destination": ".squad/casting/", | ||
| "files_created": [ | ||
| "policy.json", | ||
| "registry.json", | ||
| "history.json" | ||
| ], | ||
| "agents_migrated": 12, | ||
| "team_size": 11, | ||
| "all_agents_marked_legacy_named": true, | ||
| "all_agents_marked_active": true, | ||
| "decisions_recorded": true | ||
| } | ||
| } | ||
| ] | ||
| } | ||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,24 @@ | ||
| { | ||
| "version": 1, | ||
| "name": "MyBlog Squad Casting Policy", | ||
| "created": "2026-04-18T00:00:00Z", | ||
| "defaults": { | ||
| "max_concurrent_agents": 5, | ||
| "default_timeout_minutes": 120, | ||
| "retry_policy": { | ||
| "max_retries": 2, | ||
| "backoff_seconds": 30 | ||
| }, | ||
| "routing": { | ||
| "auto_escalate_blockers": true, | ||
| "lead_approval_required": false, | ||
| "parallel_spawning": true | ||
| } | ||
| }, | ||
| "team_size": 11, | ||
| "guidelines": { | ||
| "note": "This policy reflects the current MyBlog team. Adjust max_concurrent_agents and routing rules as team size changes.", | ||
| "agent_count_with_coordinator": 11, | ||
| "agent_count_without_coordinator": 10 | ||
|
mpaulosky marked this conversation as resolved.
|
||
| } | ||
|
mpaulosky marked this conversation as resolved.
|
||
| } | ||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,102 @@ | ||
| { | ||
| "version": 1, | ||
| "created": "2026-04-18T00:00:00Z", | ||
| "agents": [ | ||
| { | ||
|
mpaulosky marked this conversation as resolved.
|
||
| "name": "Squad", | ||
| "role": "Coordinator", | ||
| "legacy_named": true, | ||
| "status": "active", | ||
| "charter_path": null, | ||
| "notes": "Routes work, enforces handoffs and reviewer gates." | ||
| }, | ||
| { | ||
| "name": "Aragorn", | ||
| "role": "Lead / Architect", | ||
| "legacy_named": true, | ||
| "status": "active", | ||
| "charter_path": ".squad/agents/aragorn/charter.md", | ||
| "notes": "Solution design, ADRs, PR gates" | ||
| }, | ||
| { | ||
| "name": "Sam", | ||
| "role": "Backend / .NET", | ||
| "legacy_named": true, | ||
| "status": "active", | ||
| "charter_path": ".squad/agents/sam/charter.md", | ||
| "notes": "Domain model, AppHost, APIs" | ||
| }, | ||
| { | ||
| "name": "Legolas", | ||
| "role": "Frontend / Blazor", | ||
| "legacy_named": true, | ||
| "status": "active", | ||
| "charter_path": ".squad/agents/legolas/charter.md", | ||
| "notes": "Blazor Server UI, components" | ||
| }, | ||
| { | ||
| "name": "Gimli", | ||
| "role": "Tester", | ||
| "legacy_named": true, | ||
| "status": "active", | ||
| "charter_path": ".squad/agents/gimli/charter.md", | ||
| "notes": "Unit, Architecture & Integration tests" | ||
| }, | ||
| { | ||
| "name": "Boromir", | ||
| "role": "DevOps / Infra", | ||
| "legacy_named": true, | ||
| "status": "active", | ||
| "charter_path": ".squad/agents/boromir/charter.md", | ||
| "notes": "CI/CD, Aspire config, Docker" | ||
| }, | ||
| { | ||
| "name": "Gandalf", | ||
| "role": "Reviewer", | ||
| "legacy_named": true, | ||
| "status": "active", | ||
| "charter_path": ".squad/agents/gandalf/charter.md", | ||
| "notes": "Code review gate, quality" | ||
| }, | ||
| { | ||
| "name": "Frodo", | ||
| "role": "Security", | ||
| "legacy_named": true, | ||
| "status": "active", | ||
| "charter_path": ".squad/agents/frodo/charter.md", | ||
| "notes": "Auth, secrets, vulnerabilities" | ||
| }, | ||
| { | ||
| "name": "Pippin", | ||
| "role": "Docs", | ||
| "legacy_named": true, | ||
| "status": "active", | ||
| "charter_path": ".squad/agents/pippin/charter.md", | ||
| "notes": "Summaries, ADRs, changelogs" | ||
| }, | ||
| { | ||
| "name": "Bilbo", | ||
| "role": "Research", | ||
| "legacy_named": true, | ||
| "status": "active", | ||
| "charter_path": ".squad/agents/bilbo/charter.md", | ||
| "notes": "Spikes, POCs, investigations" | ||
| }, | ||
| { | ||
| "name": "Ralph", | ||
| "role": "Meta", | ||
| "legacy_named": true, | ||
| "status": "active", | ||
| "charter_path": ".squad/agents/ralph/charter.md", | ||
| "notes": "Squad maintenance" | ||
| }, | ||
| { | ||
| "name": "Scribe", | ||
| "role": "Scribe", | ||
| "legacy_named": true, | ||
| "status": "active", | ||
| "charter_path": null, | ||
| "notes": "Logs and records" | ||
| } | ||
| ] | ||
| } | ||
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.