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:
parent
653ac07003
commit
ebca321a21
2 changed files with 19 additions and 1 deletions
13
.core/go.yaml
Normal file
13
.core/go.yaml
Normal 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
7
.gitignore
vendored
|
|
@ -1,5 +1,10 @@
|
|||
site/
|
||||
.cache/
|
||||
.DS_Store
|
||||
.core/
|
||||
.idea/
|
||||
.core/workspace/
|
||||
.core/vm/
|
||||
.core/cache/
|
||||
.core/runtime/
|
||||
.core/*.duckdb*
|
||||
.core/coderabbit-findings.txt
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue