Commit Graph

14 Commits

Author SHA1 Message Date
1736bb5801 docs: 更新项目文档至2026-05-17现状
Some checks failed
CI / test (3.10) (push) Has been cancelled
CI / test (3.11) (push) Has been cancelled
CI / test (3.12) (push) Has been cancelled
CI / test (3.13) (push) Has been cancelled
- 问题报告.md: 重新审查代码,更新路径和问题列表
- RELEASE_v1.2.1.md: 改为路线图,标注实际完成状态
- CODE_VERIFICATION_REPORT.md: 重新验证核心功能
- FATAL_FIXES_REPORT.md: 按当前代码重写
- ai.md: 清理无关内容,更新统计和路线图
- 项目的后续计划.md: 补充详细开发计划
- README.md: 添加功能说明提示
- RELEASE_v1.1.0.md: 添加历史存档标记
2026-05-17 15:17:50 +08:00
starlight-apk
5fbc5cc335 feat: 新增脚手架/开发模式/权限白名单/system-monitor插件
Some checks failed
CI / test (3.10) (push) Has been cancelled
CI / test (3.11) (push) Has been cancelled
CI / test (3.12) (push) Has been cancelled
CI / test (3.13) (push) Has been cancelled
- nebula create mod/key/list-templates 模组脚手架
- nebula dev 开发模式热重载
- manifest permissions.imports 权限白名单机制
- system-monitor 系统监控仪表盘插件
- 默认端口统一为 10086
- 修复 _init_nbpf 误读 Ed25519 私钥为 RSA 的 bug
- 更新 README.md 文档
2026-05-16 20:20:43 +08:00
Falck
3a096f59a9 重构:核心迁移至 oss/core + NBPF 多重签名加密 + NIR 编译器 + README 全面升级
- 核心功能从 store/ 迁移至 oss/core/ 框架层
- 实现 NBPF 包格式:多重签名(Ed25519+RSA-PSS+HMAC)+ 多重加密(AES-256-GCM)
- 实现 NIR 编译器:基于 compile()+marshal 的跨平台中间表示
- 新增 nebula nbpf CLI 命令组(pack/unpack/verify/sign/keygen)
- 新增 19 个 NBPF 测试用例,覆盖全链路
- 彻底重写 README,大型项目标准框架风格,所有图表使用 SVG
- 更新 LICENSE 版权声明
- 清理旧版 store 插件目录(已迁移至 oss/core)
2026-05-05 07:29:43 +08:00
Falck
ba58b3939a docs: 创建文档目录 + 更新LICENSE + 规范项目文档
- 创建 docs/ 文档目录,包含快速开始、架构说明、插件列表、插件开发、API参考、贡献指南
- 更新 LICENSE 完整 Apache 2.0 模板,添加作者 yongwanxing
- README 许可证引用更新为 Copyright 2026 Falck, yongwanxing
2026-05-03 09:44:43 +08:00
Falck
6460b28060 📝 更新ai.md + 重写README + 清理远程分支
 本次更新内容:

📋 ai.md 更新
   - 更新最后更新时间和变更记录
   - 更新Phase A/B待办状态为已完成
   - 删除@{Falck}相关引用
   - 新增第21节变更记录

📖 README 重写为专业企业级开源风格
   - 805行 → 283行,去除过度营销化语气
   - 精简架构图、插件列表标注实际状态
   - 保留核心技术内容:快速开始、开发指南、贡献规范

🧹 清理远程分支
   - 删除Gitee/Github上除main外的所有冗余分支
2026-05-03 09:32:11 +08:00
Falck
2c2ec60a2b 更改项目名为NebulaShell 2026-05-02 08:30:31 +08:00
qwen.ai[bot]
b840c877a4 Update README.md to fix友情链接 and keep only official website link
- Modify README.md footer links to remove problematic 友链 and retain only the official homepage link labeled as futureoss.date
- Update the bottom navigation bar to show single official site link [🏠 官网首页](https://futureoss.date)
- Remove all other external links including documentation, community forum, Twitter, and LinkedIn from the footer

This change streamlines the project's external links, addressing issues with existing 友链 while maintaining clear access to the primary official resource.
2026-04-25 08:28:36 +00:00
qwen.ai[bot]
aef9a2939e Fix project URL in documentation and update gitignore format
- Updated README.md to correct GitHub repository URL from github.com/FutureOSS/futureoss to github.com/Starlight-apk/FutureOSS
- Revised .gitignore file to use standard gitignore format instead of code block wrapper
- Corrected license badge in README from MIT to Apache-2.0 to match actual project license
- Fixed contribution guide URLs to point to correct repository location
2026-04-25 08:21:24 +00:00
qwen.ai[bot]
d7978349ed Title: Update license confirmation and enhance project documentation
Key features implemented:
- Updated README.md to prominently display MIT license badge and include full license text in expandable section
- Enhanced .gitignore with comprehensive file patterns for Python, dependencies, logs, and build artifacts
- Added detailed plugin manifest example showing license declaration in plugin configuration
- Included license information in plugin development documentation section

The updates provide clear license visibility and improved development workflow configuration.
2026-04-25 08:14:10 +00:00
qwen.ai[bot]
7febcdba84 update branch 2026-04-25 00:52:26 +00:00
Falck
2f67887e6e 重构 README 文档结构并更新项目介绍 2026-04-18 00:38:29 +08:00
Falck
d3dab8a27a 官网全面适配 Python 技术栈 & 全新抽象 Logo 设计
- Design: 全新抽象几何曲线 Logo (旋转对称 + 插件概念)
- Update: 首页/快速开始/特性/架构页移除 Go 内容,改为 Python/Shell 指令
- Docs: README 与 Banner 添加贡献者 yongwanxing
2026-04-06 13:28:22 +08:00
Falck
f894e55602 清理冗余路由代码,修复首页标题与模板安全
- 简化 http-api/http-tcp/web-toolkit 的 router.py,抽取重复代码
- 修复 ws-api middleware 中间件返回值传递问题
- 修复 web-toolkit template.py 安全漏洞 (eval → AST 验证)
- 将首页标题从 "OSS Runtime" 改为 "Future OSS"
- 更新 README.md 与 static/banner.svg
- 新增 i18n 国际化插件 (骨架)
- 新增 oss/shared/ 共享模块
2026-04-06 12:40:49 +08:00
Falck
76147bae94 初始提交 - FutureOSS v1.0 插件化运行时框架
一切皆为插件的开发者工具运行时框架

🧩 核心特性:
  - 插件热插拔 (importlib 动态加载)
  - 依赖自动解析 (拓扑排序 + 循环检测)
  - 企业级稳定 (熔断/降级/重试/隔离)
  - 事件驱动 (发布/订阅事件总线)
  - 完整配置 (YAML 配置 + 热重载)
2026-04-06 09:57:10 +08:00