Open
Conversation
Contributor
meta-codesync bot
pushed a commit
that referenced
this pull request
Mar 5, 2026
Summary: Pull Request resolved: #1092 Differential Revision: D95303739
9bbc8a1 to
535b2eb
Compare
meta-codesync bot
pushed a commit
that referenced
this pull request
Mar 5, 2026
Summary: Pull Request resolved: #1092 Differential Revision: D95303739
535b2eb to
fabbef7
Compare
meta-codesync bot
pushed a commit
that referenced
this pull request
Mar 5, 2026
Summary: Pull Request resolved: #1092 Differential Revision: D95303739
fabbef7 to
6f41c50
Compare
Summary: Add Claude Code support and establish a self-maintaining AI config system for the momentum library. The system uses a shared source of truth pattern where each piece of project knowledge has exactly one owning file, and all other files reference it. New files: - CLAUDE.md and a public CLAUDE.md for internal and OSS Claude Code support - Slash commands for build, test, and pre-diff verification - Config sync conventions with ownership map and anti-patterns - Open source export guidelines covering diff summaries and export process Modified files: - Updated project structure tree, added Windows build mode, added reviewer rule - Deduplicated build commands, added downstream dependency testing rule - Expanded pre-diff checklist with references to all rules The config system is self-enforcing: the maintenance rule fires whenever any AI config file is edited, and it covers its own update triggers. Differential Revision: D95275618
Summary: Add Claude Code support for pymomentum, following the same shared source of truth pattern established in the momentum library. New files: - CLAUDE.md for Claude Code project instructions - .claude/commands/ for build, test, and verification slash commands - .llms/rules/ai_config_maintenance.md for config sync conventions Modified files: - .llms/rules/overview.md: updated structure tree, added reviewer rule - .llms/rules/code_style.md: deduplicated build commands, added downstream dep testing - .llms/commands/check.md: expanded with references to all rules files OSS export rules and C++ style are shared with momentum and referenced rather than duplicated. Differential Revision: D95273003
Summary: Pull Request resolved: #1092 Differential Revision: D95303739
6f41c50 to
9d6a23d
Compare
meta-codesync bot
pushed a commit
that referenced
this pull request
Mar 5, 2026
Summary: Pull Request resolved: #1092 Differential Revision: D95303739
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.
Differential Revision: D95303739