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
| Runtime splits (SQLite, workers, globs, JSON config I/O) |[packaging § Node vs Bun](./packaging.md#node-vs-bun) — **the table lives here**|[architecture § Runtime](./architecture.md#runtime-and-database) links here; do not copy the table |
21
-
|**`codemap.config.*`** shape / Zod validation |[architecture § User config](./architecture.md#user-config)| Root [README § Configuration](../README.md#configuration) points here |
22
-
|**`codemap agents init`**: **`--force`** on **`.agents/`** (template file paths only), IDE matrix, per-file symlink/copy, **`templates/agents`**|[agents.md](./agents.md)| Link here; do not paste the integration table into README or packaging |
23
-
|**`CLAUDE.md` / `AGENTS.md` / `GEMINI.md` / Copilot** — managed **`codemap-pointer`** sections, merge vs **`--force`**|[agents.md § Pointer files](./agents.md#pointer-files)| Link here; do not duplicate the situation table |
24
-
| End-user CLI (index, query, agents, flags, env) |[../README.md § CLI](../README.md#cli)|[architecture § CLI usage](./architecture.md#cli-usage) summarizes and links back |
| Runtime splits (SQLite, workers, globs, JSON config I/O) |[packaging § Node vs Bun](./packaging.md#node-vs-bun) — **the table lives here**|[architecture § Runtime](./architecture.md#runtime-and-database) links here; do not copy the table |
21
+
|**`codemap.config.*`** shape / Zod validation |[architecture § User config](./architecture.md#user-config)| Root [README § Configuration](../README.md#configuration) points here |
22
+
|**`codemap agents init`**: **`--force`** on **`.agents/`**in **consumer projects**(template file paths only), IDE matrix, per-file symlink/copy, **`templates/agents`**|[agents.md](./agents.md)| Link here; do not paste the integration table into README or packaging |
23
+
|**`CLAUDE.md` / `AGENTS.md` / `GEMINI.md` / Copilot** — managed **`codemap-pointer`** sections, merge vs **`--force`**|[agents.md § Pointer files](./agents.md#pointer-files)| Link here; do not duplicate the situation table |
24
+
| End-user CLI (index, query, agents, flags, env) |[../README.md § CLI](../README.md#cli)|[architecture § CLI usage](./architecture.md#cli-usage) summarizes and links back |
**Bundled rules/skills:** **`codemap agents init`** writes **`.agents/`** from the package (see [docs/agents.md](../../docs/agents.md)).
26
+
**Bundled rules/skills:** **`codemap agents init`** writes **`.agents/`** from the package (see [docs/agents.md](../../../docs/agents.md)).
27
27
28
-
Index another project: **`--root /path/to/repo`**, or set **`CODEMAP_ROOT`** or **`CODEMAP_TEST_BENCH`** (e.g. in **`.env`** — see [docs/benchmark.md § Indexing another project](../../docs/benchmark.md#indexing-another-project)). Full rebuild: **`--full`**. Targeted re-index: **`--files path/to/a.ts path/to/b.tsx`**.
28
+
Index another project: **`--root /path/to/repo`**, or set **`CODEMAP_ROOT`** or **`CODEMAP_TEST_BENCH`** (e.g. in **`.env`** — see [docs/benchmark.md § Indexing another project](../../../docs/benchmark.md#indexing-another-project)). Full rebuild: **`--full`**. Targeted re-index: **`--files path/to/a.ts path/to/b.tsx`**.
29
29
30
30
**Developing the Codemap repo itself:** from a clone, **`bun src/index.ts`** matches **`codemap`** (same flags); see the repository README.
0 commit comments