refactor: rename recall→ask, fix multi-repo bootstrap, add security s…#15
Merged
josephgoksu merged 4 commits intomainfrom Feb 21, 2026
Merged
Conversation
…canning 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
|
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
Remove newPostHogClientWithEnqueuer (unused after test file deletion) and integration-opencode CI job (tests/integration/ no longer exists).
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.
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.
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.
…canning
Rename:
Bootstrap fixes:
Cleanup:
Security: