14 Commits

Author SHA1 Message Date
Giancarlo Erra 5c84a9ad66 chore: release v1.4.0 2026-04-12 19:30:53 +01:00
Giancarlo Erra 15ab5c8956 chore: release v1.3.2 2026-03-26 18:06:54 +00:00
Giancarlo Erra 3502f0e653 chore: release v1.3.1 2026-03-24 17:38:20 +00:00
Mantvydas 2f5b410a04 fix: add prepublishOnly script to ensure dist/ is rebuilt before publish
The published npm package has stale dist/ files that don't include
the SOCRATICODE_PROJECT_ID environment variable support added in source.
This causes the env var to be silently ignored when installed via npm.

Adding a prepublishOnly script ensures tsc runs before every publish,
keeping dist/ in sync with source.
2026-03-24 14:14:04 +02:00
Giancarlo Erra fbc5d54d27 chore: release v1.3.0 2026-03-19 11:59:43 +00:00
Giancarlo Erra 4471f874ef chore: release v1.2.0 2026-03-18 13:56:28 +00:00
Giancarlo Erra 640e054eac chore: release v1.1.3 2026-03-16 22:57:15 +00:00
Giancarlo Erra 06f5dee474 chore: release v1.1.2 2026-03-16 01:00:34 +00:00
Giancarlo Erra b1bfe2c480 chore: release v1.1.1 2026-03-16 00:42:06 +00:00
Giancarlo Erra 2b121683c7 chore: release v1.1.0 2026-03-15 23:59:17 +00:00
Giancarlo Erra 31e5d748bc feat: add Claude Code plugin with skills, agent, and MCP bundling
- Add .claude-plugin/plugin.json with MCP server reference and hooks
- Add codebase-exploration skill with search-before-reading workflow
- Add codebase-management skill with indexing and troubleshooting guides
- Add codebase-explorer delegatable subagent for deep analysis
- Add SessionStart hook for duplicate MCP detection
- Add .mcp.json for plugin-bundled MCP server config
- Update package.json files array to include plugin assets in npm package
- Add release-it after:bump hook to sync plugin.json version
- Update README with plugin install badge, instructions, and guidance
2026-03-15 23:47:46 +00:00
Giancarlo Erra edce09f6d3 chore: release v1.0.1 2026-03-04 18:08:46 +00:00
Giancarlo Erra 88c0e8fee3 fix: add mcpName and read version dynamically from package.json 2026-03-04 18:06:36 +00:00
Giancarlo Erra 3f0ed5a286 feat: SocratiCode v1.0.0 — initial release 2026-02-28 17:06:21 +00:00