> ## Documentation Index
> Fetch the complete documentation index at: https://docs.laneapp.co/llms.txt
> Use this file to discover all available pages before exploring further.

# AUDIT SUMMARY

# Weekly Docs Audit — 2026-08-01

Scope: PRs merged into `laneapp24/lane` main since 2026-07-25 (18 total).

| Change (PRs)                                                                                                             | User-facing?                                                                 | Article         | Action                                                      | Draft                                  |
| :----------------------------------------------------------------------------------------------------------------------- | :--------------------------------------------------------------------------- | :-------------- | :---------------------------------------------------------- | :------------------------------------- |
| New Attio CRM integration — sync, record widget, transcript highlight-to-send, note capture (#2966, #2968–#2977, 11 PRs) | Yes                                                                          | *(none exists)* | **ADD** `attio.mdx` + nav slot                              | `attio.mdx`, `docs-json-nav-change.md` |
| HubSpot "feedback-first" sync rework — Save no longer bulk-imports, new explicit Import CTA (#2978, #2979, #2980)        | Yes                                                                          | `hubspot.mdx`   | **UPDATE** — "What syncs" & "Keeping data in sync" sections | `hubspot-update.md`                    |
| Signals: priority-score bugs on insight/highlight/topic unlink (#2981, #2982) + backstop recompute cron (#2983)          | No — bug fixes restore already-documented behavior; cron is server-side only | `signals.mdx`   | **NO CHANGE**                                               | —                                      |
| Slack: swallow duplicate-key error on thread-reply webhook insert (#2967)                                                | No — internal reliability fix, no observable behavior change                 | `slack.mdx`     | **NO CHANGE**                                               | —                                      |

## Detail

### ADD — Attio (`attio.mdx`)

No Attio doc exists today despite 11 merged PRs standing up a full integration: one-way company/people sync (feedback-first — new customers arrive via feedback or an explicit "Import customers", not automatically on connect), field + value mapping, a record widget in Attio ("Lane requests" + "Send feedback to Lane", gated behind a generated API token, Pro+), call-transcript highlight-to-send into a unified feedback modal, and an automatic note-capture setting (the old "Manual" capture mode was removed this week — don't document it). Marked **Beta** in-product. Drafted modeled on `hubspot.mdx`/`salesforce.mdx` structure and tone. Also needs a `docs.json` nav entry — see `docs-json-nav-change.md`.

### UPDATE — HubSpot (`hubspot.mdx`)

This week applied the same feedback-first model (that shipped for Attio a few days earlier) to HubSpot. Previously, connecting HubSpot or saving your field mapping triggered a full bulk import; now those actions only **refresh** customers Lane already has, and bringing in your whole HubSpot address book requires a new, explicit **Import all contacts** action with its own confirmation dialog. Button/label copy changed too: "Save & Sync" → "Save & Refresh", "Last synced" → "Last refreshed". The "Initial sync" and "Keeping data in sync" sections of the current doc describe the old always-import behavior and are now inaccurate. Surgical diff in `hubspot-update.md`; one item flagged ⚠️ needs your call (whether the new UI copy is final enough to publish verbatim).

### NO CHANGE — Signals priority score

\#2981/#2982 fixed real bugs where a Signal's Priority Score could get stuck at 0 or go stale after unlinking an insight, detaching a highlight, or deleting a topic — but the fix brings behavior back in line with what `signals.mdx` already documents ("blends revenue and demand"), it doesn't change the definition, computation, or add any user control. #2983 adds a scheduled backstop recompute with no UI, setting, or button. Nothing to draft.

### NO CHANGE — Slack duplicate webhook fix

\#2967 is a backend-only fix (swallow a benign duplicate-key DB error on Slack's at-least-once webhook redelivery for thread replies, so Lane stops 500ing and Slack stops retry-storming). No change to anything a user does or sees in Slack.

***

Drafts live in `docs-drafts/2026-08-01/` on branch `claude/elegant-johnson-3riziv`. Nothing has been applied to the live docs. Reply with which drafts to approve (e.g. "approve all", or "approve attio, skip hubspot") and I'll open a PR against `main` with just those changes.
