Skip to content

Add GitHub Actions CI and enforce Prettier formatting#3

Merged
Rlin1027 merged 2 commits intomainfrom
tdd-review
Feb 8, 2026
Merged

Add GitHub Actions CI and enforce Prettier formatting#3
Rlin1027 merged 2 commits intomainfrom
tdd-review

Conversation

@Rlin1027
Copy link
Copy Markdown
Owner

@Rlin1027 Rlin1027 commented Feb 8, 2026

Summary

  • Add a lite CI workflow (.github/workflows/ci.yml) that runs on PRs targeting main: typecheckformat:checktest
  • Apply Prettier to all src/ files so format:check passes from day one
  • Add coverage/ and .omc/ to .gitignore

Test plan

  • npm run typecheck passes locally
  • npm run format:check passes locally
  • npm test passes locally (166 pass, 6 skipped)
  • Verify GitHub Actions triggers on this PR and all steps pass

🤖 Generated with Claude Code

Rlin1027 and others added 2 commits February 8, 2026 10:23
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 Rlin1027 merged commit 04d3e4b into main Feb 8, 2026
@Rlin1027 Rlin1027 deleted the tdd-review branch February 22, 2026 06:12
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>
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