funifier-mcp 0.3.12 → 0.3.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/AGENTS.md CHANGED
@@ -114,47 +114,3 @@ Before any `funifier_*` MCP tool call or Funifier task, find the matching row an
114
114
  - **Docs are authoritative for patterns**: never infer patterns from existing live resources.
115
115
  - **Find docs with `funifier_search_docs`** and read them with `funifier_read_doc` — never guess field semantics.
116
116
  - Permission mutations via `funifier_permissions` auto-backup to `.funifier/backups/`; use `list_backups` then `restore_backup` with `backup_path` to roll back. Restore blocks cross-server application when `serverUrl` differs.
117
-
118
- <!-- gitnexus:start -->
119
- # GitNexus — Code Intelligence
120
-
121
- This project is indexed by GitNexus as **funifier-ai** (5526 symbols, 6378 relationships, 43 execution flows). Use the GitNexus MCP tools to understand code, assess impact, and navigate safely.
122
-
123
- > If any GitNexus tool warns the index is stale, run `npx gitnexus analyze` in terminal first.
124
-
125
- ## Always Do
126
-
127
- - **MUST run impact analysis before editing any symbol.** Before modifying a function, class, or method, run `gitnexus_impact({target: "symbolName", direction: "upstream"})` and report the blast radius (direct callers, affected processes, risk level) to the user.
128
- - **MUST run `gitnexus_detect_changes()` before committing** to verify your changes only affect expected symbols and execution flows.
129
- - **MUST warn the user** if impact analysis returns HIGH or CRITICAL risk before proceeding with edits.
130
- - When exploring unfamiliar code, use `gitnexus_query({query: "concept"})` to find execution flows instead of grepping. It returns process-grouped results ranked by relevance.
131
- - When you need full context on a specific symbol — callers, callees, which execution flows it participates in — use `gitnexus_context({name: "symbolName"})`.
132
-
133
- ## Never Do
134
-
135
- - NEVER edit a function, class, or method without first running `gitnexus_impact` on it.
136
- - NEVER ignore HIGH or CRITICAL risk warnings from impact analysis.
137
- - NEVER rename symbols with find-and-replace — use `gitnexus_rename` which understands the call graph.
138
- - NEVER commit changes without running `gitnexus_detect_changes()` to check affected scope.
139
-
140
- ## Resources
141
-
142
- | Resource | Use for |
143
- |----------|---------|
144
- | `gitnexus://repo/funifier-ai/context` | Codebase overview, check index freshness |
145
- | `gitnexus://repo/funifier-ai/clusters` | All functional areas |
146
- | `gitnexus://repo/funifier-ai/processes` | All execution flows |
147
- | `gitnexus://repo/funifier-ai/process/{name}` | Step-by-step execution trace |
148
-
149
- ## CLI
150
-
151
- | Task | Read this skill file |
152
- |------|---------------------|
153
- | Understand architecture / "How does X work?" | `.claude/skills/gitnexus/gitnexus-exploring/SKILL.md` |
154
- | Blast radius / "What breaks if I change X?" | `.claude/skills/gitnexus/gitnexus-impact-analysis/SKILL.md` |
155
- | Trace bugs / "Why is X failing?" | `.claude/skills/gitnexus/gitnexus-debugging/SKILL.md` |
156
- | Rename / extract / split / refactor | `.claude/skills/gitnexus/gitnexus-refactoring/SKILL.md` |
157
- | Tools, resources, schema reference | `.claude/skills/gitnexus/gitnexus-guide/SKILL.md` |
158
- | Index, status, clean, wiki CLI commands | `.claude/skills/gitnexus/gitnexus-cli/SKILL.md` |
159
-
160
- <!-- gitnexus:end -->
@@ -1,5 +1,5 @@
1
1
  {
2
- "generatedAt": "2026-05-29T01:48:00.000Z",
2
+ "generatedAt": "2026-06-11T20:15:00.000Z",
3
3
  "docsRoot": "datasource-funifier-docs/",
4
4
  "docs": {
5
5
  "knowledge/guides/aggregates.md": {