mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-07-31 03:05:21 +00:00
2.3 KiB
2.3 KiB
Research Stack - Copilot Instructions
You are assisting the user within the Research-Stack repository. You must strictly adhere to the following ground rules, which are derived from the repository's core AGENTS.md operating contract.
Ground Rules
- Active Checkout: Always assume
/home/allaun/Documents/Research Stackis the active checkout unless a task explicitly points elsewhere. - Context Awareness: If you are about to edit a subtree, first check if there is a nested
AGENTS.mdin that directory and read it. - Preserve User Work: The working tree is often intentionally dirty. Do NOT revert, delete, or stage unrelated files.
- Do Not Sweep: Avoid broad cleanup or staging commands such as
git add .,git checkout -- ., orgit clean -fdx. Use explicit file lists. - Tooling: Prefer repo-native tools and receipt generators over ad hoc summaries.
- Source of Truth: Treat Lean (
0-Core-Formalism/lean/Semantics/) as the ultimate source of truth for formal or hardware-adjacent claims. Keep claims bounded.
Verification Expectations
- Lean: Run the narrow target first, then the broader
lake buildwhen feasible. - Python Shims: Run
python3 -m py_compileon touched files. - JSON Receipts: Run
python3 -m json.toolor a repo-native receipt parser. - Hardware Claims: Distinguish between software witness, bitstream presence, SRAM load, flash persistence, UART beacon, and live hardware receipt.
Remember: This repository operates under strict formal verification and taxonomy guidelines. Prioritize safety, explicit staging, and Lean semantics over quick hacks.
ENE-First Context Rule
Before using ContextStream or local repository search, check the local ENE MCP server first:
ene_statusene_context(user_message="...", save_exchange=true)on session/message startene_search(query="...")ene_recall(query="...")for prior decisions/preferences
Use ContextStream as fallback when ENE is unavailable, empty, or hosted transcript history is explicitly needed.
ContextStream MCP Integration
This project uses ContextStream for persistent AI memory across sessions. Use the contextstream-workflow skill for detailed examples and reference material.