# Changelog

### v0.22

```
May 13th, 2026
```

* Added MW Google MCP section to Connectors Overview page with setup steps, permissions table, and example prompts

### v0.21

```
May 8th, 2026
```

* Added Feature Request skill page under Skills documenting the interview flow, scoring engine, document generation, per-platform Asana routing, and edge case handling
* Updated Connectors Overview page with setup steps, per-connector permissions tables, and example prompts for Google Drive, Gmail, Asana, and Smartsheet

### v0.20

```
May 8th, 2026
```

* Renamed Tool Architecture group to Connectors
* Removed old Google MCP Server page from Connectors
* Added new MCP Server group with four dedicated pages: How It Works, How It's Built, How to Troubleshoot, and Permissions

### v0.19

```
May 1st, 2026
```

* Added Dev Handoff page under How We Work documenting the full repo transfer and post-handoff workflow for AI builds
* Updated Google MCP Server page with complete Tool Reference section listing all 116 tools across 12 Google Workspace services

### v0.18

```
April 30th, 2026
```

* Added Google MCP Server page under Tool Architecture documenting the Mailworks MCP Server architecture, authentication, deployment, observability, and SOC 2 alignment

### v0.17

```
April 30th, 2026
```

* Updated Ship Your First Project page: rewrote workflow to push directly to the Mailworks-AI GitHub org instead of personal repo transfer, added STACK.md alongside DESIGN.md as a required config file, added Build the Hello World UI and Preview the UI Locally steps, added intentional lodash vulnerability for Dependabot exercise, streamlined Part 6 into a single branch/DeepSource/PR flow

### v0.16

```
April 26th, 2026
```

* Added Ship Your First Project page under How We Work documenting the full Hello World repo setup walkthrough, from environment setup through repo transfer and first PR

### v0.15

```
April 23rd, 2026
```

* Updated Development Workflow page: expanded Build and Handoff Process from five to seven steps covering staging environments, pre-handoff code review tools, transfer request workflow, post-deployment ownership, and clarified access grant policy in Governance

### v0.14

```
April 22nd, 2026
```

* Rewrote RFB List Processor page to reflect the Node.js/Fastify rebuild, three-card UI flow, new normalization stage, and updated project files
* Added How We Work group with Development Workflow page documenting AI Systems and Development team coordination, boundaries, and build/handoff process
* Added Tool Architecture group with Overview page documenting all connected tools, connectors, and documentation platforms
* Added Personalizer skill page under Claude Skills documenting the conversational onboarding skill, translation engine, and output format
* Updated Personal Preferences page to replace the old Profile Setup Tool with the new Personalizer skill, updated prompt structure from four to five XML sections

### v0.13

```
April 14th, 2026
```

* Updated RFB List Processor page: replaced all references to "rental" list with "acquisition" list
* Moved Personal Preferences content from the Members page to a new dedicated Personal Preferences page under Claude Enterprise
* Added Profile Setup Tool documentation to the Personal Preferences page covering the guided setup flow, architecture, and current limitations

### v0.12

```
April 13th, 2026
```

* Added new Apps section with RFB List Processor page documenting the Regional Food Bank mailing list automation tool
* Updated Mailworks Branded Docs page: corrected brand system table (font weights, sizes, added Subtitle level), added logo section, added em dash and font weight rules, updated architecture to reflect interim docx-js workflow, revised limitations and next steps

### v0.11

```
April 10th, 2026
```

* Removed screenshot placeholders from Organization Settings page

### v0.10

```
April 10th, 2026
```

* Updated Rock Doc Builder page: removed heading level labels from Document Structure, added Alignment with One-Year Plan section, removed completed item from What's Next
* Updated Mailworks Branded Docs page: revised architecture to reflect docx-js workflow, added Intake Flow section, updated brand table with current font specs, refreshed limitations and next steps

### v0.09

```
April 10th, 2026
```

* Added new Claude Cowork section with How To page covering setup, projects, scheduling, connectors, plugins, and memory
* Added Playbook Update Automation page documenting the automated content pipeline from Asana to GitBook
* Updated Playbook Update Automation page to document the drafts branch review workflow, polling-based approval process, and revised setup instructions

### v0.08

```
April 8th, 2026
```

* Added Organization Settings page to Claude Enterprise section documenting configured settings across Billing, Usage, Identity and Access, Capabilities, Claude in Chrome, Cowork, and Skills

### v0.07

```
April 7th, 2026
```

* Updated "Getting Started" page with a high level view of the tools employees will need to get started using Claude

### v0.06

```
April 6th, 2026
```

* Added documentation for the "Rock Doc Builder"

### v0.05

```
March 31st, 2026
```

* Added Personal Preferences section documenting the use of role-based prompts
* Added XML structure for role-based prompts (role, context, priorities, engagement)
* Updated Users page description

### v0.04

```
March 28th, 2026
```

* Added relevant info and current state of Mailworks Branded Docs skill

### v0.03

```
March 27th, 2026
```

* Add Claude skills group with relevant pages (Overview, Mailworks Branded Docs)
* Added Claude Skills overview page content

### v0.02

```
March 25th, 2026
```

* Updated playbook organization for readability. Claude enterprise has it's own group and important aspects of Claude Enterprise account have their own pages

### v0.01

```
March 24th, 2026
```

* Added Getting Started page with goal and vision for the AI playbook
* Added Infrastructure group with initial documentation on Claude Enterprise account including:
  * User Roles
  * System Prompt Formatting
  * System Prompt Tag Reference


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://knowledge.themailworks.com/changelog.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
