You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: address open review findings across skills, vector, and docs
- Move the generated-by header inside the SKILL.md frontmatter fence so
frontmatter-based skill discovery keeps working; files now begin with
"---" and Classify reads the header from line two.
- Tighten the embedding 4xx skip classifier: a size word must pair with
an input word and "content" with "policy", so auth ("invalid token")
and media-type ("unsupported content type") failures abort the build
instead of skip-stamping the corpus.
- Double-wrap query-encode failures so context.Canceled/DeadlineExceeded
stay matchable through db.ErrSemanticTransient.
- Set USERPROFILE alongside HOME in skills CLI tests for Windows runs.
- Spell out --since units (m = months, not minutes) in flag help, the
session API tables, and the skill template.
- Correct internals docs: skip-and-stamp taxonomy now matches the
400/413/422 allowlist, and the mirror-corpus note no longer claims
parity with unfiltered FTS.
- Regenerate the frontend API client (search intent header, embeddings
routes, and earlier drift) and update two activity test fixtures for
the now-required projects field.
|`--since`|`active_since`| Relative (`3m`, `14d`, `12h`, `1y`) or `YYYY-MM-DD`; resolved against now and mutually exclusive with `--active-since`|
229
+
|`--since`|`active_since`| Relative — `Nh` hours, `Nd` days, `Nw` weeks, `Nm` calendar months (not minutes), `Ny` years — or `YYYY-MM-DD`; resolved against now and mutually exclusive with `--active-since`|
230
230
|`--resume`|`active_since`| CLI shortcut for sessions active in the last 15 minutes |
231
231
|`--active`|`active_since`| Alias for `--resume`|
232
232
|`--min-messages`|`min_messages`| int |
@@ -568,7 +568,7 @@ default; opt back in with `--include-one-shot`,
|`--since`|`active_since`| Relative (`3m`, `14d`, `12h`, `1y`) or `YYYY-MM-DD`; resolved against now and mutually exclusive with `--active-since`|
571
+
|`--since`|`active_since`| Relative — `Nh` hours, `Nd` days, `Nw` weeks, `Nm` calendar months (not minutes), `Ny` years — or `YYYY-MM-DD`; resolved against now and mutually exclusive with `--active-since`|
0 commit comments