Skip to content

feat: add identity layer (wisdom.md + now.md) to .squad/ structure#121

Merged
bradygaster merged 1 commit intodevfrom
squad/107-identity-layer
Feb 20, 2026
Merged

feat: add identity layer (wisdom.md + now.md) to .squad/ structure#121
bradygaster merged 1 commit intodevfrom
squad/107-identity-layer

Conversation

@bradygaster
Copy link
Copy Markdown
Owner

Fixes #107

  • Add .squad/identity/now.md template (current focus tracking)
  • Add .squad/identity/wisdom.md template (learned heuristics)
  • Scaffold both files in squad init and squad upgrade
  • Update spawn template in squad.agent.md to read identity files

Co-authored-by: Copilot 223556219+Copilot@users.noreply.github.com

)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@bradygaster bradygaster merged commit b56f482 into dev Feb 20, 2026
1 check passed
@bradygaster bradygaster deleted the squad/107-identity-layer branch February 27, 2026 01:08
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>
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant