Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
84 commits
Select commit Hold shift + click to select a range
4dc0649
conductor(setup): Add conductor setup files
60217257 Jan 25, 2026
ccd35e7
docs(conductor): add adapter tracks and workflow automation
60217257 Jan 31, 2026
afea8e8
docs(conductor): inventory adapter environments
60217257 Jan 31, 2026
1264495
conductor(plan): complete inventory task
60217257 Jan 31, 2026
b412925
docs(conductor): define adapter metadata contract
60217257 Jan 31, 2026
dee1603
conductor(plan): complete metadata contract task
60217257 Jan 31, 2026
1e8dfc9
docs(conductor): draft adapter core text
60217257 Jan 31, 2026
c70d9d9
conductor(plan): complete adapter core text task
60217257 Jan 31, 2026
4b15a2b
conductor(checkpoint): end Phase 1
60217257 Jan 31, 2026
a0effc4
conductor(plan): mark phase 'Phase 1: Define adapter architecture' as…
60217257 Jan 31, 2026
d240d65
feat(codex-cli): add Humanizer AGENTS adapter
60217257 Jan 31, 2026
fedf162
conductor(plan): complete Codex CLI adapter task
60217257 Jan 31, 2026
c7945c6
feat(gemini-cli): add Humanizer extension adapter
60217257 Jan 31, 2026
7f6f366
conductor(plan): complete Gemini CLI adapter task
60217257 Jan 31, 2026
0fb8fd0
feat(vscode): add Humanizer workspace adapter
60217257 Jan 31, 2026
24953a9
conductor(plan): complete VS Code adapter task
60217257 Jan 31, 2026
aebfe47
feat(antigravity): add Humanizer skill adapter
60217257 Jan 31, 2026
8fa9731
conductor(plan): complete Antigravity adapter task
60217257 Jan 31, 2026
39ef58b
conductor(checkpoint): end Phase 2
60217257 Jan 31, 2026
cf49e78
conductor(plan): mark phase 'Phase 2: Implement adapters' as complete
60217257 Jan 31, 2026
c471faa
chore(validation): add adapter metadata validation script
60217257 Jan 31, 2026
3d41153
conductor(plan): complete validation script task
60217257 Jan 31, 2026
8598be2
chore(validation): add CI command wrapper
60217257 Jan 31, 2026
eeacbd1
conductor(plan): complete validation command task
60217257 Jan 31, 2026
158babb
docs(readme): document adapters and sync process
60217257 Jan 31, 2026
6159ba9
conductor(plan): complete README update task
60217257 Jan 31, 2026
389219d
conductor(checkpoint): end Phase 3
60217257 Jan 31, 2026
06a193a
conductor(plan): mark phase 'Phase 3: Drift control and validation' a…
60217257 Jan 31, 2026
7a37c65
chore(validation): verify SKILL.md unchanged
60217257 Jan 31, 2026
431ae10
conductor(plan): complete validation run task
60217257 Jan 31, 2026
e3c81c9
docs(adapters): record versioning approach
60217257 Jan 31, 2026
166d216
conductor(plan): complete versioning approach task
60217257 Jan 31, 2026
1f06dcb
conductor(checkpoint): end Phase 4
60217257 Jan 31, 2026
3ae6a65
conductor(plan): mark phase 'Phase 4: Release readiness' as complete
60217257 Jan 31, 2026
e2c47dc
conductor(archive): archive humanizer-adapters_20260125
60217257 Jan 31, 2026
d34a6a2
conductor(archive): record archive sha
60217257 Jan 31, 2026
d0350fd
conductor: start gemini-extension track
60217257 Jan 31, 2026
b011e1d
docs(gemini): capture extension requirements
60217257 Jan 31, 2026
f368346
conductor(plan): complete requirements extraction task
60217257 Jan 31, 2026
9d802a2
docs(gemini): record extension layout
60217257 Jan 31, 2026
f9930f6
conductor(plan): complete layout decision task
60217257 Jan 31, 2026
750d465
docs(gemini): link adapter metadata contract
60217257 Jan 31, 2026
573c902
conductor(plan): complete metadata contract task
60217257 Jan 31, 2026
99c6113
conductor(checkpoint): end Gemini Phase 1
60217257 Jan 31, 2026
6a4df83
conductor(plan): mark phase 'Phase 1: Define extension structure' as …
60217257 Jan 31, 2026
4f78e6a
docs(gemini): note manifest and entrypoint
60217257 Jan 31, 2026
dad8f57
conductor(plan): complete manifest task
60217257 Jan 31, 2026
e84d275
docs(gemini): note context file
60217257 Jan 31, 2026
50cf551
conductor(plan): complete context file task
60217257 Jan 31, 2026
52c0176
docs(gemini): note command wiring
60217257 Jan 31, 2026
f9d5b80
conductor(plan): complete command wiring task
60217257 Jan 31, 2026
ea776e6
chore: add pyproject.toml with strict ruff and mypy configs
60217257 Jan 31, 2026
c493aef
feat(scripts): Port sync-adapters.ps1 to Python with 100% test coverage
60217257 Jan 31, 2026
5747f14
conductor(plan): Mark task 'Port sync-adapters.ps1 to scripts/sync_ad…
60217257 Jan 31, 2026
2c382aa
feat(scripts): Port validate-adapters.ps1 to Python with 100% test co…
60217257 Jan 31, 2026
8f9f72a
conductor(plan): Mark task 'Port validate-adapters.ps1 to scripts/val…
60217257 Jan 31, 2026
13225d5
feat(scripts): Port install-adapters.ps1 to Python with 100% test cov…
60217257 Jan 31, 2026
d0adb2f
conductor(plan): Mark task 'Port install-adapters.ps1 to scripts/inst…
60217257 Jan 31, 2026
bda9f14
conductor(checkpoint): Checkpoint end of Phase 1: Python Migration & …
60217257 Jan 31, 2026
799280f
chore: Add .gitignore and remove temporary files
60217257 Jan 31, 2026
2d5fb45
conductor(plan): Mark phase 'Phase 1: Python Migration & Infrastructu…
60217257 Jan 31, 2026
f2806c8
conductor(checkpoint): Checkpoint end of Phase 2: Testing & Coverage
60217257 Jan 31, 2026
09f28c2
conductor(plan): Mark phase 'Phase 2: Testing & Coverage' as complete
60217257 Jan 31, 2026
5067d34
feat(quality): Configure pre-commit with Ruff, Mypy, and Markdownlint
60217257 Jan 31, 2026
5c730dc
conductor(checkpoint): Checkpoint end of Phase 3: Pre-commit & Prose …
60217257 Jan 31, 2026
393d3d6
conductor(plan): Mark phase 'Phase 3: Pre-commit & Prose Linting' as …
60217257 Jan 31, 2026
cb68b7c
feat(ci): Add GitHub Actions workflow for automated validation
60217257 Jan 31, 2026
724add0
conductor(checkpoint): Checkpoint end of Phase 4: CI/CD
60217257 Jan 31, 2026
da248f2
conductor(plan): Mark phase 'Phase 4: CI/CD' as complete
60217257 Jan 31, 2026
e3b6d70
conductor(archive): Archive DevOps and Quality Engineering track
60217257 Jan 31, 2026
3eefb8c
feat(vale): Integrate vale prose linting and address all linting issues
60217257 Jan 31, 2026
55ca5ba
conductor(plan): Mark phase 'Phase 3: Pre-commit & Prose Linting' as …
60217257 Jan 31, 2026
2f63a6f
feat(lint): Integrate vale prose linting and address all linting issues
60217257 Jan 31, 2026
82b2d46
conductor(plan): Mark phase 'Phase 3: Pre-commit & Prose Linting' as …
60217257 Jan 31, 2026
d9376f3
conductor(plan): Mark phase 'Phase 3: Pre-commit & Prose Linting' as …
60217257 Jan 31, 2026
9de90e9
feat: implement modular compiler pattern and professional variant
60217257 Jan 31, 2026
2377d25
feat: migrate build system to Node.js and streamline documentation
60217257 Jan 31, 2026
d74630c
feat(skill): Add SOTA prompting improvements
60217257 Jan 31, 2026
9d9488d
feat: modular refactor, node.js migration, and automated tests (fixes…
60217257 Jan 31, 2026
6e6595a
feat(track): Add skill-distribution track (Skillshare + AIX validation)
60217257 Jan 31, 2026
3b4c162
docs: add comprehensive AI feature matrix (CSV) and source table
60217257 Jan 31, 2026
b3bbd39
docs: update ai feature matrix to include all 26 skill patterns
60217257 Jan 31, 2026
9aee55e
ci: add strict JS typing/linting/formatting and enforce checks in wor…
60217257 Jan 31, 2026
b3e6cc8
chore(track): Update skill-distribution progress (docs & CI added), s…
60217257 Jan 31, 2026
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
11 changes: 11 additions & 0 deletions .agent/rules/humanizer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Humanizer Rule

When writing text (especially Markdown/documentation), avoid these common AI-generated patterns:

- **Inflation**: Avoid "stands as a testament", "pivotal moment", "vital role".
- **-ing overloading**: Avoid "symbolizing X, reflecting Y, and showcasing Z".
- **AI Vocabulary**: Avoid "delve", "fostering", "tapestry", "rich/vibrant", "landscape".
- **Copula Avoidance**: Use "is/are" instead of "serves as", "functions as", "stands as".
- **Structure**: Avoid "In conclusion", "Great question!", "I hope this helps!".

Goal: Write naturally, with specific facts and opinions, not generic fluff.
16 changes: 16 additions & 0 deletions .agent/skills/humanizer/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Humanizer Antigravity Skill (Adapter)

## Install (Workspace)

Copy this folder into your workspace skill directory:

- `<workspace>/.agent/skills/humanizer/`

## Files

- `SKILL.md` (required by Antigravity)

## Notes

- The canonical rules live in the repo `SKILL.md`.
- Update adapter metadata in this skill when syncing versions.
Loading