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
FixMap is an open-source repo intelligence tool for developers using AI coding agents.
4
6
5
7
It does not try to replace Codex, Cursor, Copilot, Claude Code, or other coding tools. It helps them start in the right place, read the right files, run the right checks, and leave a clearer review trail.
@@ -87,9 +89,9 @@ That makes the project realistic to train and run with normal developer infrastr
87
89
- no hosted GPU requirement
88
90
- no paid API requirement for the core open-source tool
89
91
90
-
## Planned Architecture
92
+
## Architecture
91
93
92
-
FixMap will start with a deterministic baseline and grow into a small trainable ranking model.
94
+
FixMap starts with a deterministic baseline and can grow into a small trainable ranking model once the report format and workflow prove useful.
The MVP scans local repository files, reads package scripts, resolves real git diff specs, ranks likely context files, suggests test routes, and renders markdown or JSON output.
138
139
139
-
## Planned GitHub Action
140
+
## GitHub Action
140
141
141
-
The GitHub Action will:
142
+
The GitHub Action:
142
143
143
144
1. inspect the pull request diff
144
145
2. build or load the repo map
145
146
3. rank related files and tests
146
147
4. post a concise PR comment
147
-
5.optionally upload a JSON artifact
148
+
5.writes the same report to the step summary
148
149
149
150
No source code will be sent to a third-party service by default.
150
151
@@ -168,9 +169,9 @@ FixMap is in early MVP development. The CLI can scan a JavaScript or TypeScript
168
169
-[ ] Baseline ranker for context files and test routes
169
170
-[ ] GitHub Action for pull request comments
170
171
-[ ] CPU-trainable ranking model from repository history
171
-
-[] Vercel-hosted website and playground
172
+
-[x] Vercel-ready website and playground shell
172
173
-[ ] Examples for popular repo types
173
174
174
175
## License
175
176
176
-
FixMap is intended to be open source. The license will be added before the first public release.
177
+
FixMap is released under the MIT License. See [LICENSE](LICENSE).
0 commit comments