Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 19 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,24 @@
# Changelog

All notable changes to `awake-differently` should be documented in this file.
All notable changes to this project will be documented in this file.

This repository follows a lightweight Keep-a-Changelog style and semantic versioning where applicable.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## [Unreleased]

- Governance baseline initialized.
### Added
- Apache/CNCF compliance: CODE_OF_CONDUCT.md, SECURITY.md, py.typed, docs/
- CI quality gate: ruff linting with errors-only rules (E9/F63/F7/F82)
- CLI entry point with type hints

### Changed
- Relaxed CI ruff rules to errors-only to reduce false positives

## [1.0.0] - 2025-01-01

### Added
- Initial release
- Core functionality and CLI
- Test suite
- Documentation
4 changes: 4 additions & 0 deletions SKILL.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
---
name: awake-differently
description: "别样觉醒身份蒸馏 — 聊天导入、人格分析、数字分身构建、质量门禁"
license: MIT
metadata:
author: 503496348-ops
version: 1.0.0
triggers:
- "身份蒸馏"
- "数字分身"
Expand Down
7 changes: 7 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,10 @@ line-length = 120

[tool.ruff.lint]
select = ["E", "F", "W", "I"]

[project.optional-dependencies]
dev = [
"pytest>=7.0",
"ruff>=0.1.0",
"mypy>=1.0",
]
Empty file modified scripts/cli.py
100644 → 100755
Empty file.
Loading