Skip to content

docs: document devai marker-based override model in agent docs#125

Merged
markshust merged 1 commit into
developfrom
feature/devai-docs-override-model
Jun 23, 2026
Merged

docs: document devai marker-based override model in agent docs#125
markshust merged 1 commit into
developfrom
feature/devai-docs-override-model

Conversation

@markshust

Copy link
Copy Markdown
Collaborator

Summary

Follow-up to #124. That PR introduced the marker-based, user-overridable guideline files but only documented the override model on the marko/devai package page — the user-facing AI-Assisted Development docs still described the old behavior.

What changed

  • index.md — new "Editing generated files" section: the <!-- BEGIN/END marko:devai --> marker block, partial regeneration (only the marked region is rewritten), and the remove-the-markers full-ownership escape hatch.
  • Each agent page (claude-code, codex, cursor, gemini-cli, copilot, junie) — replaced the now-stale written if not already present / if it already exists, it is left untouched wording with the marker-aware behavior, each linking to the shared section.
  • cursor.md — notes the .mdc keeps its YAML frontmatter as the first line, with the marker block below it.

Testing

packages/docs-markdown suite green: 17 passed. No stale wording remains (grep clean).

Docs-only; no code changes.

🤖 Generated with Claude Code

…opment pages

The override model (marker blocks, content-outside-is-yours, back-off when the
markers are removed) was only documented on the devai package page. The
user-facing ai-assisted-development docs still described the old behavior.

- index.md: add an "Editing generated files" section describing the marker
  block, partial regeneration, and the full-ownership escape hatch
- each agent page (claude-code, codex, cursor, gemini-cli, copilot, junie):
  replace the stale "written if not already present" / "left untouched" wording
  with the marker-aware behavior and link to the shared section
- cursor.md: note the .mdc keeps YAML frontmatter as the first line with the
  marker block below it

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@markshust markshust merged commit 047757c into develop Jun 23, 2026
1 check passed
@markshust markshust deleted the feature/devai-docs-override-model branch June 23, 2026 19:47
@github-actions github-actions Bot added the documentation Improvements or additions to documentation label Jun 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant