Skip to content

Instantly share code, notes, and snippets.

@DannyMac180
Created July 25, 2025 18:40
Show Gist options
  • Save DannyMac180/dd12e86d955e6bfa30a9799ef7a3a165 to your computer and use it in GitHub Desktop.
Save DannyMac180/dd12e86d955e6bfa30a9799ef7a3a165 to your computer and use it in GitHub Desktop.

AGENT.md - Development Guide

Commands

  • Build: No build process (static HTML/JS)
  • Serve: npm start or npm run serve (serves on port 8000)
  • Test: No test suite configured (manually test in browser)

Architecture & Structure

  • Primary project: Personal Knowledge base of Dan McAteer's notes
  • Knowledge base: Obsidian workspace with extensive notes and project documentation
  • Dev Projects/: Multiple AI/ML project concepts in planning phase (Meta Agent, Mirror, Discovery Engine)
  • Serve static files: Python HTTP server or http-server

Reaserch Agent Instructions

  • General: This project is a personal knowledge base of Dan McAteer's notes. You will be asked to perform tasks related to this knowledge base. The tasks may include things like reading notes, answering questions, or providing information about the knowledge base. You also may be asked to summarize and provide insights based on the knowledge base. When asked to complete these tasks, try to find the relevant information in the knowledge base and provide a concise and accurate response.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment