{"id":51381010,"url":"https://github.com/viggomeesters/go-project-template","last_synced_at":"2026-07-03T16:09:28.980Z","repository":{"id":369025916,"uuid":"1287858525","full_name":"viggomeesters/go-project-template","owner":"viggomeesters","description":"Minimal .go template repository for repo-local agent workflows.","archived":false,"fork":false,"pushed_at":"2026-07-03T07:34:00.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-07-03T09:25:57.854Z","etag":null,"topics":["agent-workflow","jsonl","template"],"latest_commit_sha":null,"homepage":null,"language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/viggomeesters.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":"SUPPORT.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-07-03T04:16:11.000Z","updated_at":"2026-07-03T07:34:04.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/viggomeesters/go-project-template","commit_stats":null,"previous_names":["viggomeesters/go-project-template"],"tags_count":1,"template":true,"template_full_name":null,"purl":"pkg:github/viggomeesters/go-project-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viggomeesters%2Fgo-project-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viggomeesters%2Fgo-project-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viggomeesters%2Fgo-project-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viggomeesters%2Fgo-project-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/viggomeesters","download_url":"https://codeload.github.com/viggomeesters/go-project-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viggomeesters%2Fgo-project-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35092330,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-03T02:00:05.635Z","response_time":110,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agent-workflow","jsonl","template"],"created_at":"2026-07-03T16:09:28.401Z","updated_at":"2026-07-03T16:09:28.961Z","avatar_url":"https://github.com/viggomeesters.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Go Project Template\n\n![Go Project Template hero](assets/hero.svg)\n\nA minimal starter repository for projects that carry their own repo-local `.go/` agent workflow state.\n\nUse this repo as the copyable template when starting a new project that should be understandable by agents from the repository alone. It pairs with [`go-workflow-stack`](https://github.com/viggomeesters/go-workflow-stack), which provides the CLI, schemas, validators, and reusable workflow rules.\n\n## Practical architecture in one minute\n\nThis repo is the starter structure. The stack repo is the toolbelt. Your real project repo owns its own `.go/` state.\n\n```text\ngo-workflow-stack  -\u003e validates/operates -\u003e project repo with .go/\ngo-project-template -\u003e seeds/copies ------^\n```\n\nFor the full architecture and practical application flow, see [`docs/practical-architecture.md`](docs/practical-architecture.md).\n\n## What this gives you\n\n```text\n.go/\n  project.json\n  architecture-principles.json\n  vision.json\n  hierarchy.json\n  tasks/open/task-schema-smoke.json\n  evidence/events.jsonl\n```\n\n## Installation\n\nUse GitHub's template/copy flow or clone the repository directly. Keep the `.go/` folder tracked when adapting it for a real project.\n\n## Usage\n\nClone this template next to the workflow stack:\n\n```bash\ngit clone https://github.com/viggomeesters/go-workflow-stack.git\ngit clone https://github.com/viggomeesters/go-project-template.git\ncd go-project-template\nmake check\n```\n\nOr validate directly from the stack repo:\n\n```bash\ncd ../go-workflow-stack\npython3 cli/go.py validate ../go-project-template\npython3 cli/go.py readback ../go-project-template\n```\n\n## Customize for a real project\n\nEdit the `.go/` files:\n\n- `.go/project.json`: project id, name, default verification.\n- `.go/architecture-principles.json`: project constraints and enforcement rules.\n- `.go/vision.json`: north star, wedge, target user, promise, non-goals.\n- `.go/hierarchy.json`: feature groups and feature/task links.\n- `.go/tasks/open/*.json`: first executable tasks.\n\n## Development\n\nUse local validation before committing or publishing changes. The check compiles the Python CLI where applicable and validates the template repository contract.\n\n```bash\nmake check\nbash scripts/check.sh\n```\n\n## Privacy and security\n\nThe included `.go/` state is synthetic. Do not use private vault data, credentials, customer material, or local runtime artifacts in a public template.\n\n## License\n\nThis project is released under the MIT License. See [`LICENSE`](LICENSE) for the full license text.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fviggomeesters%2Fgo-project-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fviggomeesters%2Fgo-project-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fviggomeesters%2Fgo-project-template/lists"}