Skip to content

[docs] Update documentation for features from 2026-04-01#524

Closed
danielmeppiel wants to merge 1 commit intomainfrom
docs/agentrc-integration-2026-04-01-0680f43d507423a1
Closed

[docs] Update documentation for features from 2026-04-01#524
danielmeppiel wants to merge 1 commit intomainfrom
docs/agentrc-integration-2026-04-01-0680f43d507423a1

Conversation

@danielmeppiel
Copy link
Copy Markdown
Collaborator

Documentation Updates - 2026-04-01

This PR updates the documentation based on features merged in the last 24 hours.

Features Documented

Changes Made

  • Added docs/src/content/docs/integrations/agentrc.md -- new dedicated page explaining how agentrc and APM work together for AI instruction authoring and distribution
  • Updated docs/astro.config.mjs to register the new page in the Starlight sidebar under Integrations

Merged PRs Referenced

Notes

The README addition in #509 described the integration at a high level. This PR adds a proper docs page under the Integrations section with workflow guidance and cross-links to related primitive and authoring docs.

Generated by Daily Documentation Updater ·

To install this agentic workflow, run

gh aw add githubnext/agentics/workflows/daily-doc-updater.md@b87234850bf9664d198f28a02df0f937d0447295
  • expires on Apr 3, 2026, 3:52 AM UTC

Adds a dedicated integrations/agentrc.md page documenting how APM
and agentrc work together for instruction authoring and distribution.
Registers the page in the Starlight sidebar config.

Follows up on README addition from #509.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@danielmeppiel danielmeppiel added automation Deprecated: use type/automation. Kept for issue history; will be removed in milestone 0.10.0. documentation Deprecated: use type/docs. Kept for issue history; will be removed in milestone 0.10.0. labels Apr 1, 2026
Copilot AI review requested due to automatic review settings April 1, 2026 03:52
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a new Starlight documentation page describing how agentrc-generated .instructions.md content can be packaged and distributed via APM, and registers that page in the Integrations sidebar.

Changes:

  • Added docs/src/content/docs/integrations/agentrc.md describing the agentrc x APM workflow and shared .instructions.md format.
  • Updated docs/astro.config.mjs to include the new agentrc page in the Integrations sidebar.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
docs/src/content/docs/integrations/agentrc.md New integration page documenting agentrc x APM workflow and links to related docs
docs/astro.config.mjs Adds the new page to the Integrations sidebar

## Learn More

- [agentrc repository](https://github.com/microsoft/agentrc)
- [APM Instructions primitive](../../reference/primitive-types/#instructions)
Copy link

Copilot AI Apr 1, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The link to ../../reference/primitive-types/#instructions appears to be a broken anchor: primitive-types.md does not define an #instructions section (it doesn't document primitive-type subsections). Consider linking to the Instructions section in introduction/key-concepts (or another page that actually documents the .instructions.md primitive) so the link resolves correctly.

Suggested change
- [APM Instructions primitive](../../reference/primitive-types/#instructions)
- [APM Instructions primitive](../../introduction/key-concepts/#instructions)

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automation Deprecated: use type/automation. Kept for issue history; will be removed in milestone 0.10.0. documentation Deprecated: use type/docs. Kept for issue history; will be removed in milestone 0.10.0.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants