Skip to content

Conversation

@flyingrobots
Copy link
Owner

Added license information and usage notes to README.

Added license information and usage notes to README.

Signed-off-by: James Ross <james@flyingrobots.dev>
@flyingrobots flyingrobots merged commit 8cfe592 into main Jan 5, 2026
5 of 6 checks passed
@coderabbitai
Copy link

coderabbitai bot commented Jan 5, 2026

Summary by CodeRabbit

  • Documentation
    • Updated README with comprehensive licensing information, including copyright notice, license references (Apache 2.0, MIND-UCAL), and clarification on permitted usage rights for theory, papers, documentation, and derivative works.

✏️ Tip: You can customize this high-level summary in your review settings.

Walkthrough

README.md receives a new License section appended after the Phase list, incorporating copyright attribution, dual-license declarations (Apache 2.0 and MIND-UCAL), and clarifying usage terms for theory, papers, and derivative works.

Changes

Cohort / File(s) Summary
Documentation: License Block
README.md
Added License section with copyright notice (Continuum), Apache 2.0 & MIND-UCAL license references, and NOTE clarifying IP usage scope (theory/papers/docs unrestricted; MIND-UCAL limited to derivative ethical commitments, not technical use)

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes


Poem

📜 A license blooms in markdown's grace,
Apache two and ethics embrace,
Copyright stitched with utmost care,
Theory flows, the burden's bare! ✨

Pre-merge checks and finishing touches

✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately and concisely describes the main change: adding a license section to the README file.
Description check ✅ Passed The description is directly related to the changeset, mentioning added license information and usage notes to README.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch flyingrobots-patch-1

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@flyingrobots flyingrobots deleted the flyingrobots-patch-1 branch January 5, 2026 10:18
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

Fix all issues with AI Agents 🤖
In @README.md:
- Around line 66-70: The README's License section has a broken link and
ambiguous/unsafe licensing references; change the link text `[Apache
License](./LICENSE.md)` to `[Apache License](./LICENSE)`, verify that the
`https://github.com/universalcharter/mind-ucal` URL for "MIND-UCAL" is publicly
accessible (or remove the reference until it is), replace the vague dual-license
phrasing `Version 2.0 OR [MIND-UCAL]` with an explicit statement of when each
license applies (or remove dual-license wording until legal text is provided),
rewrite or remove the sentence `MIND-UCAL applies only to derivative ethical
commitments, not technical use` to be legally precise or omit it, and make the
callout formatting consistent by replacing the plain `NOTE:` line with the
markdown callout `> [!NOTE]`.
📜 Review details

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between fa333d2 and 9f3addf.

📒 Files selected for processing (1)
  • README.md
🧰 Additional context used
📓 Path-based instructions (1)
{README*,**/*API*,**/*.md}

📄 CodeRabbit inference engine (AGENTS.md)

Update READMEs, API documentation, and internal documentation to reflect new code changes

Files:

  • README.md

Comment on lines +66 to +70
## License

Continuum © 2026 by James Ross is a software project referenced by the papers, which is not part of this repository. This separate codebase is licensed under the [Apache License](./LICENSE.md), Version 2.0 OR [MIND-UCAL](https://github.com/universalcharter/mind-ucal).

NOTE: In short: you may freely use the theory, papers, and documentation without adopting MIND-UCAL; MIND-UCAL applies only to derivative ethical commitments, not technical use.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🔴 Critical

🧩 Analysis chain

🏁 Script executed:

# First, check the actual README.md content at lines 66-70
head -n 70 README.md | tail -n 10

Repository: flyingrobots/continuum

Length of output: 787


🏁 Script executed:

# Check if LICENSE.md exists in repo root
ls -la LICENSE.md 2>/dev/null && echo "LICENSE.md exists" || echo "LICENSE.md NOT found"

Repository: flyingrobots/continuum

Length of output: 86


🏁 Script executed:

# Check for "James Ross" in the repository
rg "James Ross" --type md --type txt

Repository: flyingrobots/continuum

Length of output: 5290


🏁 Script executed:

# Check for markdown callout syntax in README.md to verify consistency claim
rg "\> \[!" README.md -A 1

Repository: flyingrobots/continuum

Length of output: 138


🏁 Script executed:

# Check git log for contributor information
git log --oneline --all | head -20

Repository: flyingrobots/continuum

Length of output: 1191


🏁 Script executed:

# List all files in repo root to see what's there
git ls-files | head -30

Repository: flyingrobots/continuum

Length of output: 828


🏁 Script executed:

# Check for markdown callout syntax - let me search for [!NOTE] without escaping
rg "\[!NOTE\]" README.md

Repository: flyingrobots/continuum

Length of output: 75


🏁 Script executed:

# Check the actual LICENSE file (not .md) in repo root
cat LICENSE

Repository: flyingrobots/continuum

Length of output: 10267


🏁 Script executed:

# Check for any mention of MIND-UCAL in the repo
rg "MIND-UCAL" --type md

Repository: flyingrobots/continuum

Length of output: 532


🏁 Script executed:

# Check full README.md to see all formatting patterns used
cat -n README.md | head -80

Repository: flyingrobots/continuum

Length of output: 5127


🌐 Web query:

MIND-UCAL ethical computing license universal charter

💡 Result:

I searched but could not find any authoritative document or project named "MIND-UCAL ethical computing license universal charter." The closest matches were a university MIND lab page (unrelated) and resources on ethical/“Hippocratic” software licenses. Please confirm whether you mean a specific URL, a different spelling (e.g., MIND‑UCal, MIND UCAL), or provide a link — I can re-search or summarize the charter/license if you share it. Sources found during the search: MIND lab (University of Cincinnati). [1] Ethical licensing (Hippocratic License overview). [2]

Sources:
[1] MIND laboratory — University of Cincinnati. (eecs.ceas.uc.edu)
[2] Advancing Ethical Licensing — Hippocratic License 3.0 (Corporate Accountability Lab). (corpaccountabilitylab.org)

Citations:


Broken documentation link and unverified external license create deployment hazards.

This license section contains multiple critical defects:

  1. Broken reference to LICENSE.md—critical. The link points to ./LICENSE.md, but the actual file is named LICENSE (no .md extension). Users clicking the link hit a 404. Fix: Change [Apache License](./LICENSE.md) to [Apache License](./LICENSE).

  2. MIND-UCAL cannot be verified. No public record exists for this license project. The GitHub URL https://github.com/universalcharter/mind-ucal has not been validated as accessible or stable. Linking to a non-existent external license in a dual-license statement is a serious liability. Before merge, verify this URL is live and the project is maintained. If it's still in development or private, do not reference it until it's publicly available and stable.

  3. Dual-license phrasing is ambiguous. "Version 2.0 OR [MIND-UCAL]" provides no guidance on which license applies to which use case or how users choose between them. Under what conditions does Apache 2.0 apply versus MIND-UCAL? This must be explicit.

  4. Line 70 vague legal language. "MIND-UCAL applies only to derivative ethical commitments, not technical use" is meaningless. Define "derivative ethical commitments," or strike this claim. Also, a derivative work of code is inherently technical use—this phrasing contradicts open-source licensing intent.

  5. Markdown inconsistency. The file uses > [!NOTE] callout syntax (lines 6, 20, 50), but line 70 uses plain NOTE:. Use consistent styling: replace with > [!NOTE].

Do not merge until:

  • LICENSE.md link corrected to LICENSE
  • MIND-UCAL URL verified as publicly accessible and stable
  • Dual-license scope explicitly clarified for users
  • Markdown callout formatting made consistent
🤖 Prompt for AI Agents
In @README.md around lines 66-70, The README's License section has a broken link
and ambiguous/unsafe licensing references; change the link text `[Apache
License](./LICENSE.md)` to `[Apache License](./LICENSE)`, verify that the
`https://github.com/universalcharter/mind-ucal` URL for "MIND-UCAL" is publicly
accessible (or remove the reference until it is), replace the vague dual-license
phrasing `Version 2.0 OR [MIND-UCAL]` with an explicit statement of when each
license applies (or remove dual-license wording until legal text is provided),
rewrite or remove the sentence `MIND-UCAL applies only to derivative ethical
commitments, not technical use` to be legally precise or omit it, and make the
callout formatting consistent by replacing the plain `NOTE:` line with the
markdown callout `> [!NOTE]`.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants