chore(repo): canonicalize — add .core/go.yaml + scope .gitignore to runtime subdirs

The .core/ root holds tracked Lethean canon config (go.yaml, build.yaml,
agents.yaml, etc.). Only the runtime subdirs (workspace/, vm/, cache/,
runtime/) and per-repo runtime artifacts should be gitignored.

Brings this repo into the managed canonical set per audit-sweep
discovery filter.

Co-Authored-By: Cladius Maximus <cladius@lethean.io>
This commit is contained in:
user.email 2026-05-01 11:23:43 +01:00
parent 653ac07003
commit ebca321a21
2 changed files with 19 additions and 1 deletions

13
.core/go.yaml Normal file
View file

@ -0,0 +1,13 @@
# .core/go.yaml — Go subtree marker for the Lethean canon.
# Presence of .core/ + go/ marks this repo as a managed canonical repo.
# Audit-sweep + dispatch tooling discover via this marker.
version: 1
project:
name: docs
type: go
go:
module: dappco.re/go/core/docs
subtree: go
go_version: "1.26.0"

7
.gitignore vendored
View file

@ -1,5 +1,10 @@
site/
.cache/
.DS_Store
.core/
.idea/
.core/workspace/
.core/vm/
.core/cache/
.core/runtime/
.core/*.duckdb*
.core/coderabbit-findings.txt