[codex] Refresh LLM-wiki project snippet#8
Merged
PetriLahdelma merged 1 commit intoJun 4, 2026
Conversation
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
There was a problem hiding this comment.
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.mdcontaining cross-project LLM-wiki usage instructions. - Added
AGENTS.mdcontaining 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 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 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>"`. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
Validation
Notes
Created from a clean temporary worktree based on main; unrelated local work was not staged or committed.