[READ-ONLY] Mirror of https://github.com/andrioid/gastro. Server Side templates, combining Go (frontmatter) and html/template (body) with full LSP support
gastro.andri.dk
golang
lsp-server
template-engine
- Write temporary files in
tmp/and clean up files older than 7 days - Go versions should match across
go.mod,mise.tomland examples inexamples/ - If you encounter any pre-existing issues. Add them to the plan and handle them last.
- Agents are not allowed to write into
AGENTS.md - If you encounter a changed file, that you didn't edit. Ask if you should revert it or commit it.
- Before presenting a plan, identify any ambigious parts of it. Ask questions until none remain.
- Always run tests with
-raceto test for race-conditions. - All new 3rd party dependencies need to be approved. That applies to code, packages and workflows.
References#
- README
- System Architecture
- Original Design Document
- Guide for Developers and Agents
- Various other docs in
docs/