Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
sanctuarycomputer
/
clog
Public
forked from
flowercomputers/bogkit
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
3
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
clog P1: pure core + naive engine + WAL (M0+M1)
- #3
#3
Open
hhff
wants to merge 28 commits into
main
sanctuarycomputer/clog:main
from
clog-p1
sanctuarycomputer/clog:clog-p1
Copy head branch name to clipboard
Conversation
Commits
28
(28)
Checks
Files changed
Open
clog P1: pure core + naive engine + WAL (M0+M1)
#3
hhff
wants to merge 28 commits into
main
sanctuarycomputer/clog:main
from
clog-p1
sanctuarycomputer/clog:clog-p1
Copy head branch name to clipboard
Commits
Commits on Aug 16, 2026
add clog spec, build design, fold capability answers, repo rules
Show description for 69a7080
hhff
and
claude
committed
69a7080
View commit details
Copy full SHA for 69a7080
Browse repository at this point
plan(clog): P1 implementation plan (M0+M1: pure core, naive engine, WAL)
Show description for 0a5609f
hhff
and
claude
committed
0a5609f
View commit details
Copy full SHA for 0a5609f
Browse repository at this point
feat(clog): scaffold library crate
hhff
committed
1dc1cff
View commit details
Copy full SHA for 1dc1cff
Browse repository at this point
feat(clog): public API types (INV-12 serde surface)
hhff
committed
976477a
View commit details
Copy full SHA for 976477a
Browse repository at this point
fix(clog): rebuild_on_open defaults to false per spec §9
hhff
committed
0ee8163
View commit details
Copy full SHA for 0ee8163
Browse repository at this point
feat(clog): observe-time validation (U-VAL-1)
hhff
committed
6e15a68
View commit details
Copy full SHA for 6e15a68
Browse repository at this point
test(clog): close U-VAL-1 coverage gaps (boosts, entity bounds, control chars)
hhff
committed
c689a25
View commit details
Copy full SHA for c689a25
Browse repository at this point
feat(clog): pure scoring (U-SCORE-1)
hhff
committed
11ea552
View commit details
Copy full SHA for 11ea552
Browse repository at this point
feat(clog): belief resolution total order (U-BELIEF-1/2)
Show description for be17bd7
hhff
committed
be17bd7
View commit details
Copy full SHA for be17bd7
Browse repository at this point
feat(clog): depth-1 alias map with flattening and cycle rejection (U-ALIAS-1/2)
hhff
committed
d2900b6
View commit details
Copy full SHA for d2900b6
Browse repository at this point
feat(clog): rules-tier classifier (U-KIND-1)
Show description for 7a6c69d
hhff
committed
7a6c69d
View commit details
Copy full SHA for 7a6c69d
Browse repository at this point
feat(clog): template parser and RFC3339 (U-TMPL-1)
Show description for 4591a6c
hhff
and
claude
committed
4591a6c
View commit details
Copy full SHA for 4591a6c
Browse repository at this point
feat(clog): slot renderers and budgeter (U-TMPL-2/3)
Show description for ffdb264
hhff
and
claude
committed
ffdb264
View commit details
Copy full SHA for ffdb264
Browse repository at this point
feat(clog): engine contract, event and batch types
hhff
committed
f12bac7
View commit details
Copy full SHA for f12bac7
Browse repository at this point
feat(clog): naive engine observe/retract/judge with belief and urgent views
Show description for 895c4a6
hhff
and
claude
committed
895c4a6
View commit details
Copy full SHA for 895c4a6
Browse repository at this point
fix(clog): entity control-char validation, reserved judge guard, scoped allow
Show description for 46f2c91
hhff
and
claude
committed
46f2c91
View commit details
Copy full SHA for 46f2c91
Browse repository at this point
feat(clog): revoke expansion, alias re-keying, entity registry (U-ALIAS-3, INV-6)
Show description for f245362
hhff
and
claude
committed
f245362
View commit details
Copy full SHA for f245362
Browse repository at this point
feat(clog): postcard+crc32 WAL with torn-tail quarantine (R2)
Show description for 0080983
hhff
committed
0080983
View commit details
Copy full SHA for 0080983
Browse repository at this point
feat(clog): actor, write path, WAL-backed open, situation reads (INV-1/3/4/5/9)
Show description for e42dc05
hhff
and
claude
committed
e42dc05
View commit details
Copy full SHA for e42dc05
Browse repository at this point
fix(clog): fresh slot inputs, surviving-claim judgments, batch as_of, masked change detection
Show description for 2e0260c
hhff
and
claude
committed
2e0260c
View commit details
Copy full SHA for 2e0260c
Browse repository at this point
feat(clog): select, merge_entities, revoke_observer (INV-6/8)
Show description for e30ebf2
hhff
and
claude
committed
e30ebf2
View commit details
Copy full SHA for e30ebf2
Browse repository at this point
fix(clog): uncapped entity_state select, self-merge guard, merge format consolidation
Show description for 02ddb9b
hhff
and
claude
committed
02ddb9b
View commit details
Copy full SHA for 02ddb9b
Browse repository at this point
test(clog): property suite P1-P4, P6, P7
Show description for 4811186
hhff
and
claude
committed
4811186
View commit details
Copy full SHA for 4811186
Browse repository at this point
test(clog): G1 agency golden simulation (rendering contract frozen)
Show description for b1bf078
hhff
committed
b1bf078
View commit details
Copy full SHA for b1bf078
Browse repository at this point
test(clog): crash-point recovery R1 and rebuild R3 (INV-11)
Show description for f5601b1
hhff
and
claude
committed
f5601b1
View commit details
Copy full SHA for f5601b1
Browse repository at this point
docs(clog): P1 README, quickstart example, rustdoc + fmt pass; M0+M1 exit checklist green
Show description for c130e70
hhff
committed
c130e70
View commit details
Copy full SHA for c130e70
Browse repository at this point
fix(clog): adversarial-review fix wave for P1
Show description for c0f7b9c
hhff
and
claude
committed
c0f7b9c
View commit details
Copy full SHA for c0f7b9c
Browse repository at this point
Commits on Aug 17, 2026
feat(clog): interactive demo REPL example with seeded G1 world
Show description for 3c278f2
hhff
and
claude
committed
3c278f2
View commit details
Copy full SHA for 3c278f2
Browse repository at this point
You can’t perform that action at this time.