-
Notifications
You must be signed in to change notification settings - Fork 0
Update paper titles and links in README #13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -10,7 +10,13 @@ | |||||||||
|
|
||||||||||
| **A formal framework for deterministic, history-native computation.** | ||||||||||
|
|
||||||||||
| [](https://zenodo.org/...) [](https://zenodo.org/...) [](https://zenodo.org/...) [](https://zenodo.org/...) []() []() | ||||||||||
| [](https://doi.org/10.5281/zenodo.17908005) | ||||||||||
| [](https://doi.org/10.5281/zenodo.17934512) | ||||||||||
| [](https://doi.org/10.5281/zenodo.17963669) | ||||||||||
| [](https://doi.org/10.5281/zenodo.18038297) | ||||||||||
| [](https://doi.org/10.5281/zenodo.18146884) | ||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Fix badge label mismatch on Paper V. Line 17 has a critical labeling error: the badge label reads 🔎 Proposed fix-[](https://doi.org/10.5281/zenodo.18146884)
+[](https://doi.org/10.5281/zenodo.18146884)📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||||||
| []() | ||||||||||
| []() | ||||||||||
|
Comment on lines
+18
to
+19
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🧩 Analysis chain🏁 Script executed: # Check the README.md file, especially around lines 18-19
head -30 README.md | cat -nRepository: flyingrobots/aion Length of output: 1579 🏁 Script executed: # Also check if there are any other references to these papers or DOI links
rg -i "paper|doi|zenodo" README.mdRepository: flyingrobots/aion Length of output: 4259 🏁 Script executed: # Check the exact lines 18-19 with context
sed -n '15,25p' README.md | cat -nRepository: flyingrobots/aion Length of output: 823 Fix broken badge labels AND remove empty links for draft papers. Lines 18–19 have empty href links For Papers VI–VII (marked Draft and lacking DOI assignments), either remove the empty link syntax entirely or populate with valid Zenodo DOIs once available. Fix all badge label text to match their actual paper numbers. 🧰 Tools🪛 markdownlint-cli2 (0.18.1)18-18: Trailing spaces (MD009, no-trailing-spaces) 18-18: No empty links (MD042, no-empty-links) 19-19: No empty links (MD042, no-empty-links) 🤖 Prompt for AI Agents |
||||||||||
|
|
||||||||||
| --- | ||||||||||
|
|
||||||||||
|
|
@@ -44,8 +50,9 @@ The **AIΩN Foundations Series** develops the formal machinery and architectural | |||||||||
| | II | **Canonical State Evolution and Deterministic Worldlines** | Published | Paper II equips WARP graphs with a deterministic concurrent operational semantics—based on double-pushout rewriting in an adhesive category of typed open graphs—proving that any scheduler-admissible batch of rewrites commits to the same successor state regardless of internal serialisation order, thereby grounding replay and provenance in a single tick-confluent execution model. | | ||||||||||
| | III | **Computational Holography & Provenance Payloads** | Published | Paper III formalises computational holography—proving that a deterministic WARP worldline's entire interior derivation is uniquely recoverable from a compact boundary encoding (initial state plus ordered tick patches), then develops practical machinery for slicing, branching, and multi-tick compression via wormholes. | | ||||||||||
| | IV | **Rulial Distance & Observer Geometry** | Published | Paper IV formalises observer geometry—modelling observers as resource-bounded functors from rewriting histories to trace spaces, introducing a rulial distance that measures the MDL-regularised cost of translating between descriptions, and grounding the Chronos–Kairos–Aion time triad—thereby providing a computable notion of frame separation that clarifies abstraction, auditability, and explainability trade-offs. | | ||||||||||
| | V | **Ethics & Sovereignty** | Draft | Addresses provenance, accountability, computational agency, and fork/termination responsibility. _COMING SOON_ | | ||||||||||
| | VI | **Architecture & Operating System** | Draft | Specifies JITOS, a causal operating system defining the execution model, observer interface, and kernel semantics implied by the theory. _COMING SOON_ | | ||||||||||
| | V | **Emergent Dynamics from Deterministic Rewrite Systems** | Published | By equipping deterministic rewrite histories with a local action functional, this paper establishes that quantum interference, unitary evolution, and the thermodynamic arrow of time emerge naturally as artifacts of observer-induced coarse-graining rather than as intrinsic physical postulates. | | ||||||||||
| | VI | **Ethics & Sovereignty** | Draft | Addresses provenance, accountability, computational agency, and fork/termination responsibility. _COMING SOON_ | | ||||||||||
| | VII | **Architecture & Operating System** | Draft | Specifies JITOS, a causal operating system defining the execution model, observer interface, and kernel semantics implied by the theory. _COMING SOON_ | | ||||||||||
|
Comment on lines
+54
to
+55
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Standardize emphasis markers to asterisks, not underscores. Lines 54–55 use underscore delimiters for emphasis ( 🔎 Proposed fix-| VI | **Ethics & Sovereignty** | Draft | Addresses provenance, accountability, computational agency, and fork/termination responsibility. _COMING SOON_ |
+| VI | **Ethics & Sovereignty** | Draft | Addresses provenance, accountability, computational agency, and fork/termination responsibility. *COMING SOON* |
-| VII | **Architecture & Operating System** | Draft | Specifies JITOS, a causal operating system defining the execution model, observer interface, and kernel semantics implied by the theory. _COMING SOON_ |
+| VII | **Architecture & Operating System** | Draft | Specifies JITOS, a causal operating system defining the execution model, observer interface, and kernel semantics implied by the theory. *COMING SOON* |📝 Committable suggestion
Suggested change
🧰 Tools🪛 markdownlint-cli2 (0.18.1)54-54: Emphasis style (MD049, emphasis-style) 54-54: Emphasis style (MD049, emphasis-style) 55-55: Emphasis style (MD049, emphasis-style) 55-55: Emphasis style (MD049, emphasis-style) 🤖 Prompt for AI Agents |
||||||||||
|
|
||||||||||
| --- | ||||||||||
|
|
||||||||||
|
|
||||||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove trailing spaces from badge lines.
Lines 13–15 and 18 have trailing whitespace at the end of the line, which violates the markdown linting rule MD009. Trailing spaces should be removed.
🔎 Proposed fix
Also applies to: 18-18
🧰 Tools
🪛 markdownlint-cli2 (0.18.1)
13-13: Trailing spaces
Expected: 0 or 2; Actual: 1
(MD009, no-trailing-spaces)
14-14: Trailing spaces
Expected: 0 or 2; Actual: 1
(MD009, no-trailing-spaces)
15-15: Trailing spaces
Expected: 0 or 2; Actual: 1
(MD009, no-trailing-spaces)
🤖 Prompt for AI Agents