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
* refactor: rename recall→ask, fix multi-repo bootstrap, add security scanning
Rename:
- DB column suggested_recall_queries → suggested_ask_queries with migration
- Go variable recallLimit → candidateLimit (IR terminology preserved)
- Stale comments referencing /tw-brief and recall updated throughout
- CLAUDE.md, AGENTS.md, GEMINI.md slash commands synced with registry
- Shell scripts, architecture docs, and training data updated
Bootstrap fixes:
- Fix 100% evidence rejection in multi-repo mode by prefixing evidence
file paths with service-relative directory before verification
- Fix split-brain database: refresh project context after init creates
local .taskwing/ so ingestion writes to correct DB
- Handle workspace-relative git paths in verification agent
Cleanup:
- Remove removedLegacySlashCommands backward compatibility mechanism
- Fix stale /tw-brief references in DemoSection, WORKFLOW_CONTRACT
Security:
- Add CodeQL workflow for Go static analysis
- Add Trivy workflow with filesystem and binary vulnerability scanning
* fix(ci): remove unused function and dead integration job
Remove newPostHogClientWithEnqueuer (unused after test file deletion)
and integration-opencode CI job (tests/integration/ no longer exists).
* fix(mcp): remember tool returns empty ID due to value receiver
UpsertNodeBySummary takes Node by value, so the ID generated inside
the store never propagates back to the caller. Generate node ID in
AddNode before passing to the store.
* fix(docs): sync managed markdown blocks with partials
Add missing `taskwing ask` to core_commands partial and re-sync all
target files (README, CLAUDE, GEMINI, TUTORIAL, PRODUCT_VISION) to
match the canonical partials.
0 commit comments