925 B
925 B
description, agent, model
| description | agent | model |
|---|---|---|
| Initialize or refresh project memory and AGENTS.md | builder | github-copilot/gpt-5.4 |
Initialize this repository for the planner/builder workflow.
- Verify that a dedicated per-repo basic-memory project exists for the current repository. If it does not, create it at
<repo-root>/.memoryusing a short kebab-case project name. - Gather high-signal project context in parallel: purpose, stack, architecture, entrypoints, build/test commands, coding conventions, and major risks.
- Write or refresh project memory notes under
project/overview,project/architecture,project/workflows, andproject/testing. - Use
librarianto create or update the project-rootAGENTS.mdso it matches the repository and documents the important working agreements. - Record any missing information or open findings under
findings/instead of guessing.
Keep the output concise and actionable.