v1.3.5 - Golden Path Instructions Update + Project Restructure
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 releasespackage.json- Version 1.3.5- Removed
CHANGELOG.mdfrom 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