Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 12 additions & 20 deletions lithoglyph/MOVED.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,16 @@
# This Repository Has Moved
// SPDX-License-Identifier: CC-BY-SA-4.0
// SPDX-FileCopyrightText: 2026 Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>
= Lithoglyph β€” extraction PLANNED (not yet moved)

**Lith core is now part of the [Lith monorepo](https://github.com/hyperpolymath/lith).**
The Lithoglyph stack still lives *here*, in `nextgen-databases/lithoglyph/`. Treat
this directory as canonical until migration completes.

## New Location
Planned standalone repositories (reserved 2026-06-22; migration pending):

- **Monorepo:** https://github.com/hyperpolymath/lith
- **Database Core:** https://github.com/hyperpolymath/lith/tree/main/database
* Database core -> https://github.com/hyperpolymath/lithoglyphdb
* Query language (GNPL / GQL-dt) -> https://github.com/hyperpolymath/gnpl
* Airtable-mode delivery -> https://github.com/hyperpolymath/glyphbase

## Lith Monorepo Structure

```
lith/
β”œβ”€β”€ query/ # GQLdt (dependently-typed query language)
β”œβ”€β”€ database/ # Lith core (this repo) - Forth implementation
β”œβ”€β”€ bridge/ # Zig FFI bridge
β”œβ”€β”€ studio/ # Web-based GUI
β”œβ”€β”€ debugger/ # Proof-carrying debugger
└── extensions/ # BEAM, geo, analytics
```

All Lith development now happens in the monorepo for better coordination and discoverability.

**See you at [github.com/hyperpolymath/lith](https://github.com/hyperpolymath/lith)!** πŸš€
CAUTION: a previous version of this file claimed the code had moved to a `lith`
monorepo. That was INCORRECT β€” no such consolidation was authorised and no
`lith` repo exists. The move has not happened yet.
Loading