fix: fill {{PROJECT}} placeholders in ABI-FFI-README.adoc (#112) - #126
Merged
Merged
Conversation
… template debt Closes #112 — ABI-FFI-README.adoc still contains unfilled {{PROJECT}} placeholders Follow-up from R-16 reconciliation (ruling R-28b, ubicity singleton): - Origin's .adoc (md->adoc migration) still contained unfilled {{PROJECT}} / {{project}} and self-detonating instruction line - Local .md edit from 2026-08-05 placeholder sweep had filled two as UBICITY but was dropped Fixes: - ABI-FFI-README.adoc: remove instruction line '{{~ Aditionally delete this line...}}', replace {{PROJECT}} -> UBICITY, {{project}} -> ubicity throughout (headers, C headers, lib names, function names, gcc -l, import statements, link names, ccall) - QUICKSTART-DEV.adoc: fill {{LANG_STACK}} -> Deno+ReScript+Rust/WASM+Idris2+JSON Schema, {{BUILD_CMD}} -> just build, {{TEST_CMD}} -> just test / deno test, {{MUST_INVARIANTS}} -> list from MUST.contractile - QUICKSTART-MAINTAINER.adoc: fill {{DEPS}} -> Deno/Rust/ReScript/wasm-pack/Idris2/just, {{BUILD_OUTPUT_PATH}} -> ./bin/ubicity etc. - .machine_readable/agent_instructions/methodology.a2ml: fill {{PROJECT_UNIQUE_STRENGTH}} -> ubiquitous city learning capture description - .machine_readable/INTENT.contractile: fill {{ONE_PARAGRAPH_PURPOSE}} / {{ONE_PARAGRAPH_ANTI_PURPOSE}} / {{MONOREPO_OR_STANDALONE}} / {{DEP1}}/{{DEP2}}/{{CONSUMER1}}/{{CONSUMER2}} with ubicity-specific values - Delete REQUIRES_INITIALISATION.md (16 tokens now resolved, Justfile {{ARGS}}/{{MODE}} are legitimate Just syntax, not placeholders) Verification: - grep -R '{{' --include='*.adoc' -> only intentional reject-if-contains list in methodology.a2ml - ABI-FFI-README.adoc no longer contains unfilled placeholders or instruction line - Forensics preserved at forensics/r16-class-conflict-reports/ubicity.diff per issue body Refs: #112, R-16, R-28b
|
Note Currently processing new changes in this PR. This may take a few minutes, please wait... ⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Advanced Run ID: 📒 Files selected for processing (6)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Closes #112
Follow-up from R-16 reconciliation (ruling R-28b, ubicity singleton). The merge took origin's ABI-FFI-README.adoc (md→adoc migration) over a local .md edit from 2026-08-05 placeholder sweep. Origin's .adoc still contained unfilled
{{PROJECT}}/{{project}}placeholders and the template's self-detonating instruction line.Fixes
{{~ Aditionally delete this line...}}instruction line, replace{{PROJECT}}→UBICITY,{{project}}→ubicitythroughout (C headers, lib names, function names, gcc -l, imports, link names, ccall){{LANG_STACK}},{{BUILD_CMD}},{{TEST_CMD}},{{MUST_INVARIANTS}}with ubicity-specific values (Deno+ReScript+Rust/WASM+Idris2, just build/test, MUST invariants from MUST.contractile){{DEPS}}(Deno/Rust/ReScript/wasm-pack/Idris2/just) and{{BUILD_OUTPUT_PATH}}(./bin/ubicity etc.){{PROJECT_UNIQUE_STRENGTH}}→ ubiquitous city learning capture description{{ONE_PARAGRAPH_PURPOSE}},{{ONE_PARAGRAPH_ANTI_PURPOSE}},{{MONOREPO_OR_STANDALONE}}(standalone),{{DEP1}}/{{DEP2}}(deno/rescript),{{CONSUMER1}}/{{CONSUMER2}}(ubicity-data/voyant-tools)REQUIRES_INITIALISATION.md(16 tokens now resolved; Justfile{{ARGS}}/{{MODE}}are legitimate Just syntax, not placeholders)Verification
Forensics preserved at
forensics/r16-class-conflict-reports/ubicity.diffper issue body.Ready to merge.