Skip to content
This repository was archived by the owner on Jul 30, 2026. It is now read-only.

Context v1.2.0

Choose a tag to compare

@mxmsmnv mxmsmnv released this 07 Apr 02:06
· 15 commits to main since this release

Fixed

Hardcoded Export Paths in Prompts

  • Fixed: All hardcoded /site/assets/context/ paths replaced with dynamic export_path (reported by @Szabesz)
  • Affected files: All prompt templates (project-context.md, create-template.md, create-api.md)
  • Why it matters: Users with custom export paths (e.g., /home/user/context-exports/) now get correct file references
  • Changed methods:
    • generateProjectContext() - Added dynamic $contextPath variable
    • generateCreateTemplatePrompt() - Replaced hardcoded paths
    • generateCreateApiPrompt() - Replaced hardcoded paths

Before:

- `/site/assets/context/templates.json` - existing field patterns

After:

- `/home/user/context-exports/templates.json` - existing field patterns

Prompts Description Clarity

  • Improved: Clarified that prompts/ contains templates for manual use, not auto-loaded by agents (feedback from @Szabesz)
  • SKILL.md: Changed description to "Prompt templates for manual LLM/agent use (not auto-loaded by agents)"
  • README.md: Changed to "Prompt templates for manual use (optional)"
  • Why: Prevents AI agents from mistakenly treating prompt templates as project data

Added

"Go to Module's Settings" Button

  • New button on dashboard for quick access to module configuration (requested by @Szabesz)
  • Location: Next to "Re-Export Context for AI" button
  • Why: Eliminates need to navigate through admin menus when settings tab is closed

Changed

Project Summary Preservation

  • Changed: project-summary.md is no longer overwritten on re-export (feedback from @psy)
  • Behavior: File only created if it doesn't exist
  • Why: Preserves user's session history and change tracking
  • Implementation: Added file_exists() check before writing template

What this means:

  • First export: Creates template
  • Subsequent exports: Preserves your updated content
  • To reset: Manually delete the file