Skip to content

v1.3.5 - Golden Path Instructions Update + Project Restructure

Choose a tag to compare

@xplusplusai xplusplusai released this 12 Oct 17:00
· 30 commits to main since this release

Release v1.3.5 - Golden Path Instructions Update + Project Restructure

🎯 Golden Path Instructions Enhanced

AI Development Workflow Improvements:

  • βœ… Complete 6-step Golden Path methodology verified and updated
  • βœ… Enhanced automatic workspace code search instructions
  • βœ… Improved context-aware F&O development guidance
  • βœ… Updated embeddedInstructions.js with latest content (118KB obfuscated)

πŸ“¦ Project Structure Improvements

Release Cleanup:

  • βœ… CHANGELOG.md now kept private in development folder only
  • βœ… Clean public releases without internal version history
  • βœ… Updated .gitignore to exclude development documentation

πŸ“ What Changed

Files Updated:

  • dist/embeddedInstructions.js - Latest Golden Path instructions
  • .gitignore - Exclude CHANGELOG.md from releases
  • package.json - Version 1.3.5
  • Removed CHANGELOG.md from public distribution

πŸ”§ Technical Details

Obfuscation Strategy:

  • Minimalist approach: Only embeddedInstructions.js obfuscated
  • MCP SDK completely untouched for protocol compliance
  • Zero bundling - clean file structure
  • 29KB instructions β†’ 118KB obfuscated

πŸ“₯ Installation

No changes to installation process. Use as before:

{
  "mcpServers": {
    "fo-semantic-mcp": {
      "command": "node",
      "args": ["path/to/fo-semantic-mcp-release/dist/server.js"],
      "env": {
        "FOINDEX_API_KEY": "your-api-key",
        "FO_LOCAL_ASSETS_PATH": "C:\path\to\PackagesLocalDirectory"
      }
    }
  }
}

Full Changelog: See development repository for complete version history