19 lines
747 B
Markdown
19 lines
747 B
Markdown
# Repository guidance
|
|
|
|
This is currently a tiny placeholder/early-stage repository. Do not infer a
|
|
product architecture or deployment path until the owner defines one.
|
|
|
|
## Code discovery
|
|
|
|
- Inspect available MCP servers before broad repository exploration.
|
|
- Use `workspace-code-rag` first for natural-language code questions and
|
|
`codebase-memory-mcp` for structure, symbols, and change impact.
|
|
- Index this repository when source is added. Use text search only for exact
|
|
literals or when graph tools are unavailable, and verify findings in source.
|
|
|
|
## Safety
|
|
|
|
- Do not add dependencies, deployment infrastructure, or product behavior based
|
|
only on the current placeholder file.
|
|
- Never publish an image or deploy without explicit approval.
|