Skip to content

Add comprehensive GitHub Copilot instructions for CONSIM consciousness simulation#15

Closed
Jacobcdsmith with Copilot wants to merge 1 commit into
mainfrom
copilot/fix-14
Closed

Add comprehensive GitHub Copilot instructions for CONSIM consciousness simulation#15
Jacobcdsmith with Copilot wants to merge 1 commit into
mainfrom
copilot/fix-14

Conversation

Copilot AI commented Aug 7, 2025

Copy link
Copy Markdown
Contributor

This PR adds a comprehensive .github/copilot-instructions.md file that provides GitHub Copilot with detailed instructions for working effectively in the CONSIM consciousness simulation codebase.

What's Included

The instructions file contains exhaustively validated guidance covering:

Build & Test Workflow:

  • Python dependency installation (pip install -r requirements.txt - 15-30 seconds)
  • Core engine testing (python src/lattice_demo.py - ~0.05 seconds)
  • Demo server startup (python demo_server.py - ~3 seconds)
  • Production server startup (python run_server.py - ~3 seconds)

Manual Validation Requirements:

  • Browser interaction testing with consciousness node creation
  • API endpoint validation (/api/status, /api/stats, /api/nodes)
  • Real-time simulation verification
  • Performance benchmarks (lattice updates <10ms, API responses <100ms)

Repository Navigation:

  • Complete file structure documentation
  • Key component locations (lattice engine, WebGL renderer, API server)
  • GitHub Pages deployment process
  • Live demo access at https://jacobcdsmith.github.io/CONSIM

Troubleshooting Guide:

  • Common port conflicts and resolution
  • Module import errors and directory requirements
  • Performance optimization recommendations
  • Debug commands with proper timeouts

Validation Completed

All commands and scenarios have been tested and timed:

  • ✅ Python dependencies install successfully
  • ✅ Core consciousness engine runs mathematical calculations correctly
  • ✅ Demo and production servers start reliably
  • ✅ API endpoints return valid JSON responses
  • ✅ Browser interface loads and accepts user interactions
  • ✅ Real-time consciousness simulation updates work correctly

The instructions follow an imperative tone ("Run this command", "Always test this scenario") and include explicit "NEVER CANCEL" warnings with appropriate timeout values for all operations.

Working CONSIM Interface

Fixes #14.


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI changed the title [WIP] ✨Set up Copilot instructions Add comprehensive GitHub Copilot instructions for CONSIM consciousness simulation Aug 7, 2025
Copilot AI requested a review from Jacobcdsmith August 7, 2025 08:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

✨Set up Copilot instructions

2 participants