Skip to content

[codex] Refresh LLM-wiki project snippet#8

Merged
PetriLahdelma merged 1 commit into
mainfrom
codex/llm-wiki-snippet-refresh-vertaaux-sdk-20260604
Jun 4, 2026
Merged

[codex] Refresh LLM-wiki project snippet#8
PetriLahdelma merged 1 commit into
mainfrom
codex/llm-wiki-snippet-refresh-vertaaux-sdk-20260604

Conversation

@PetriLahdelma

Copy link
Copy Markdown
Member

What changed

  • Refreshed the marker-bounded LLM-wiki block in AGENTS.md and CLAUDE.md.
  • Points project agents at the shared context packet, qmd search, and capture script.

Validation

  • git diff --cached --check

Notes

Created from a clean temporary worktree based on main; unrelated local work was not staged or committed.

Refresh the marker-bounded LLM-wiki block on the clean default branch so this repo reads from the shared context packet and writes durable discoveries through staged captures.

Constraint: Do not touch unrelated local working-tree changes in the developer checkout.
Rejected: Commit from the dirty local worktree | would risk bundling unrelated open work.
Confidence: high
Scope-risk: narrow
Reversibility: clean
Directive: Preserve the LLM-WIKI marker block when regenerating agent files.
Tested: git diff --cached --check
Not-tested: Project test suite, docs-only instruction change
Copilot AI review requested due to automatic review settings June 4, 2026 17:06
@PetriLahdelma PetriLahdelma merged commit 6ecaa4c into main Jun 4, 2026
@PetriLahdelma PetriLahdelma deleted the codex/llm-wiki-snippet-refresh-vertaaux-sdk-20260604 branch June 4, 2026 17:06

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

This PR adds/refreshes the marker-bounded “LLM-wiki” instruction block for project agents by introducing AGENTS.md and CLAUDE.md, pointing contributors/agents to shared context, search, and capture tooling.

Changes:

  • Added CLAUDE.md containing cross-project LLM-wiki usage instructions.
  • Added AGENTS.md containing the same marker-bounded cross-project LLM-wiki instructions.

Reviewed changes

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

File Description
CLAUDE.md Introduces agent guidance and an LLM-wiki block with read/write workflows.
AGENTS.md Adds the same LLM-wiki block for agent tooling parity.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread CLAUDE.md
Comment on lines +8 to +16
This repo participates in the shared LLM-wiki at `/Users/petrilahdelma/SAPDevelop/llm-wiki`.

Read before non-trivial work:
- Start with a compact project memory packet: `/Users/petrilahdelma/SAPDevelop/llm-wiki/wiki/tools/llm-wiki-context.mjs --project "vertaaux-sdk" --query "<task or topic>"`.
- For broader retrieval, search adjacent concepts with `/Users/petrilahdelma/SAPDevelop/llm-wiki/wiki/tools/qmd-query.sh "vertaaux-sdk <task or topic>"`.
- Open relevant pages under `/Users/petrilahdelma/SAPDevelop/llm-wiki/wiki` before deciding.

Write after durable discoveries:
- Capture decisions, reusable gotchas, cross-project patterns, source summaries, and project-state changes with `/Users/petrilahdelma/SAPDevelop/llm-wiki/wiki/tools/llm-wiki-capture.mjs --project "vertaaux-sdk" --kind decision --title "<title>" --summary "<what changed and why>"`.
Comment thread AGENTS.md
Comment on lines +8 to +16
This repo participates in the shared LLM-wiki at `/Users/petrilahdelma/SAPDevelop/llm-wiki`.

Read before non-trivial work:
- Start with a compact project memory packet: `/Users/petrilahdelma/SAPDevelop/llm-wiki/wiki/tools/llm-wiki-context.mjs --project "vertaaux-sdk" --query "<task or topic>"`.
- For broader retrieval, search adjacent concepts with `/Users/petrilahdelma/SAPDevelop/llm-wiki/wiki/tools/qmd-query.sh "vertaaux-sdk <task or topic>"`.
- Open relevant pages under `/Users/petrilahdelma/SAPDevelop/llm-wiki/wiki` before deciding.

Write after durable discoveries:
- Capture decisions, reusable gotchas, cross-project patterns, source summaries, and project-state changes with `/Users/petrilahdelma/SAPDevelop/llm-wiki/wiki/tools/llm-wiki-capture.mjs --project "vertaaux-sdk" --kind decision --title "<title>" --summary "<what changed and why>"`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants