Skip to content

[docs] Populate documentation.instructions.md for AI agents - #5

Merged
krukow merged 1 commit into
mainfrom
docs-instructions-20260215172756-b58d162ffa49606e
Feb 15, 2026
Merged

[docs] Populate documentation.instructions.md for AI agents#5
krukow merged 1 commit into
mainfrom
docs-instructions-20260215172756-b58d162ffa49606e

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

Documentation Updates - February 15, 2026

This PR populates the previously empty .github/instructions/documentation.instructions.md file with comprehensive guidelines for AI agents updating documentation.

Changes Made

  1. Populated .github/instructions/documentation.instructions.md with:

    • Documentation style principles (code-first, progressive disclosure, direct tone)
    • Code example conventions and Clojure-specific terminology
    • Documentation structure and key files overview
    • When to update documentation (API changes, examples, events, etc.)
    • Validation instructions (bb validate-docs)
    • Changelog conventions (Keep a Changelog format)
    • Cross-reference guidelines and framework explanation
  2. Updated CHANGELOG.md to document:

    • Daily documentation updater agentic workflow addition
    • Documentation instructions file addition

Context

The file was created empty in commit ff7cd6f (workflow setup) but needed content for the daily-doc-updater workflow to function properly. The workflow expects to read documentation guidelines from this file before making any doc changes.

Notes

  • No user-facing features were merged in the last 24 hours requiring documentation
  • Recent commits (Feb 15, 2026) only contained workflow permission fixes
  • All v0.1.24 features were already documented in PR [docs] Update documentation for v0.1.24 features (2026-02-14) #4 (merged Feb 14, 2026)
  • This PR ensures the workflow infrastructure is complete and functional

AI generated by Daily Documentation Updater

  • expires on Feb 16, 2026, 5:29 PM UTC

- Add comprehensive documentation guidelines for AI agents
- Include style conventions, terminology, validation steps
- Document changelog conventions and file structure
- Update CHANGELOG.md to note the addition
@github-actions github-actions Bot added automation documentation Improvements or additions to documentation labels Feb 15, 2026
@github-actions
github-actions Bot enabled auto-merge February 15, 2026 17:29
@krukow
krukow disabled auto-merge February 15, 2026 17:49
@krukow
krukow merged commit ab94320 into main Feb 15, 2026
@krukow
krukow deleted the docs-instructions-20260215172756-b58d162ffa49606e branch February 15, 2026 17:49
@github-actions github-actions Bot mentioned this pull request Feb 15, 2026
krukow added a commit that referenced this pull request Jun 2, 2026
…#116)

Phase 10 self-review of the update-upstream skill after the v1.0.0-beta.12
sync surfaced documentation drift:

- AGENTS.md Project Structure tree was missing `tool_set.clj` and the
  top-level `github.copilot-sdk` namespace (`copilot_sdk.clj`), which holds
  the curated public `event-types` / `session-events` sets.
- references/PROJECT.md mapped the public `event-types` set to `client.clj`
  (it lives in `copilot_sdk.clj`) and referenced a non-existent
  `subscribe-events!`. Corrected, split curated-vs-generated event sets, and
  added the `toolSet.ts` -> `tool_set.clj` mapping.
- SKILL.md gains pitfall #5: outbound optional wire fields must match
  upstream's omit-vs-null behavior per RPC (compute the value and gate on
  `(some? v)` when the request schema has no null variant, as with
  `session.model.switchTo`).

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automation documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants