Skip to content

Commit c711b98

Browse files
xplusplusaiclaude
andcommitted
Release v1.3.5: Golden Path Instructions Update + Project Restructure
**Golden Path Instructions:** - Updated embeddedInstructions.js with latest verified Golden Path workflow - Complete 6-step development methodology for F&O assistance - Enhanced AI guidance for automatic workspace code search **Project Structure:** - CHANGELOG.md now kept private in dev folder only - Added .gitignore exclusion for CHANGELOG.md - Clean public release without internal version history **Changes:** - Updated embeddedInstructions.js (latest Golden Path content) - Removed CHANGELOG.md from public release - Updated .gitignore to exclude CHANGELOG.md - Version bump to 1.3.5 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 8ff5459 commit c711b98

File tree

4 files changed

+5
-168
lines changed

4 files changed

+5
-168
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
npm-debug.log*
44
*.tsbuildinfo
55

6+
# Private development files
7+
CHANGELOG.md
8+
69
# Environment files
710
.env*
811
!.env.example

CHANGELOG.md

Lines changed: 0 additions & 166 deletions
This file was deleted.

dist/embeddedInstructions.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fo-semantic-mcp",
3-
"version": "1.3.4",
3+
"version": "1.3.5",
44
"description": "Model Context Protocol server providing semantic search over Dynamics 365 F&O artifacts.",
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)