Files
mcp-mokosuite-api/CHANGELOG.md
T

2.9 KiB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Changed

  • Migrated all workflow and template paths from .github/ to .mokogitea/
  • Template source paths updated: templates/gitea/ to templates/mokogitea/
  • HCL definition files removed -- Template repos are now the canonical source

Added

  • branch-cleanup.yml: auto-delete merged feature branches after PR merge

Added

  • GitHub Actions firewall configuration for Copilot agent
    • .github/copilot/firewall-allowlist.json: Allowlist for enterprise-ready sites and license sources
    • .github/copilot/setup-firewall.sh: Setup script to configure firewall in GitHub Actions
    • .github/copilot/README.md: Documentation for firewall configuration usage
  • GitHub Actions workflow for Copilot coding agent
    • .github/workflows/copilot-agent.yml: Example workflow with firewall configuration integrated
  • Firewall allowlist includes: gnu.org, fsf.org, opensource.org, apache.org, spdx.org, creativecommons.org, github.com

Changed

  • Renamed LICENSE.md to LICENSE (removed .md extension per convention)
  • Updated all references from LICENSE.md to LICENSE across documentation

Added

  • Initial repository structure
  • Basic documentation templates
  • MokoStandards-compliant README.md
  • LICENSE with GPL-3.0-or-later
  • CONTRIBUTING.md with contribution guidelines
  • CODE_OF_CONDUCT.md (Contributor Covenant v1.3.0)
  • CHANGELOG.md for version tracking

[0.1.0] - 2026-01-16

Added

  • Initial project setup
  • Repository template structure for generic coding projects
  • Documentation index files
  • EditorConfig for consistent coding styles
  • Git configuration files (.gitattributes, .gitignore, .gitmessage)

Revision History

Date Version Author Notes
2026-01-16 0.1.0 Copilot Initial changelog