feat: add identity layer (wisdom.md + now.md) to .squad/ structure#121
Merged
bradygaster merged 1 commit intodevfrom Feb 20, 2026
Merged
feat: add identity layer (wisdom.md + now.md) to .squad/ structure#121bradygaster merged 1 commit intodevfrom
bradygaster merged 1 commit intodevfrom
Conversation
This was referenced Feb 20, 2026
joniba
pushed a commit
to joniba/squad
that referenced
this pull request
Mar 26, 2026
bradygaster#101) (bradygaster#121) - Add verb-based routing: search, tail, config, saved - SearchOptions: endpoint, namespace, event, from/to, query, query-type, identity, max-rows, output, cert, version - TailOptions: same as search + interval for polling - ConfigOptions: set/get/list subcommands via positional args - SavedOptions: save/run/list/delete subcommands with query flags - OptionValidator: validates output format, query type, max-rows, time ranges, identity format - Program.cs: CommandLineParser integration with custom help text, --version, error handling - 70 xUnit tests covering parsing and validation - .NET Framework 4.7.2 targeting, CommandLineParser 2.9.x Co-authored-by: Elrond <elrond@squad.local> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
3 tasks
tamirdresher
pushed a commit
that referenced
this pull request
Mar 30, 2026
* fix(ci): implement 5 quick-win CI hardening improvements - Add retry logic for npm install (reduces transient failures 20-30%) - Tune job timeouts (prevents 6-hour hangs) - Optimize npm caching (30-40% speedup) - Conditional docs quality checks (skip on code-only PRs) - Publish secret validation (fail fast on misconfig) Closes diberry#121 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * fix(ci): address @copilot review feedback on CI hardening PR Fixes all issues raised by @copilot in PR #700: - All retry loops now exit non-zero after exhausting retries (tracks success flag, exits 1 on failure) - Path filter regex updated to include cspell.json (no dot prefix) alongside .cspell - changes job now runs on both push and pull_request events (was PR-only, causing docs-quality to skip on push) - Added cache: npm to publish-sdk and publish-cli setup-node steps for consistency Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- 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 #107
Co-authored-by: Copilot 223556219+Copilot@users.noreply.github.com