Add GitHub Actions CI and enforce Prettier formatting#3
Merged
Conversation
Introduce a lite CI pipeline (typecheck → format:check → test) that runs on PRs targeting main. Apply Prettier to all src/ files so format:check passes from day one. Add coverage/ and .omc/ to .gitignore. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Rlin1027
added a commit
that referenced
this pull request
Feb 28, 2026
Fix remember_fact dual suppression preventing proactive memory storage: - Add remember_fact exception to fast-path Rule #3 (prompt layer) - Change remember_fact metadata to readOnly: true so filterMixedBatch() no longer silently removes it from mixed tool call batches Also rewrote groups/global/GEMINI.md and groups/main/GEMINI.md (gitignored): - Replace WhatsApp formatting with Telegram MarkdownV2 syntax - Remove container filesystem references unusable in fast-path mode - Add zh-TW default language directive and remember_fact proactive usage guide - Replace manual JSON group management with register_group tool instructions Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.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.
Summary
.github/workflows/ci.yml) that runs on PRs targetingmain:typecheck→format:check→testsrc/files soformat:checkpasses from day onecoverage/and.omc/to.gitignoreTest plan
npm run typecheckpasses locallynpm run format:checkpasses locallynpm testpasses locally (166 pass, 6 skipped)🤖 Generated with Claude Code